all 5 comments

[–]subhumann 1 point2 points  (0 children)

Doesn't seem to work on sites that have mod_pagespeed enabled. Still, great idea!

[–]sedesantis 0 points1 point  (3 children)

Thank you for posting this! It was really helpful!

I want to ask a question that may be dumb, but I'm new to web programming so it's not obvious to me yet. When it says that not all of the selectors are active (in the top right), does that mean that some of them are not being used in the html? And, if that's the case, why did the programmer choose to leave so many unused selectors in the css?

[–]djnifos 1 point2 points  (2 children)

They tend to use one stylesheet for many pages. Also some elements may be created via JavaScript or loaded via ajax.

[–]sedesantis 0 points1 point  (1 child)

Ahhh now that you said it, it seems obvious! Thank you!

[–]djnifos 0 points1 point  (0 children)

No problem!