Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Joe Consterdine
Joe Consterdine
13,965 Points

What resources do you use to find code/files that you aren't using on your site which are getting requested?

Hi guys,

so came across this:

http://www.webpagetest.org/

Sure some of you will have used it, great little tool to see load times of your site etc.

But to fully utilise this it would be great to figure out which files/libraries etc that aren't getting used on your site.

It's great to see 15 javascript files are getting loaded at x,y,z times... but it would be great to see what code is never getting used.

Maybe I have two slideshow libraries loading and I'm only using one... maybe I'm loading google fonts but not using any google fonts.

What do you guys use?

Cheers!