We should try to get a higher score on Google Page Speed, eg.:
http://code.google.com/speed/page-speed/docs/rendering.html#UseEfficient...

It's important now for Google Page Rank:
http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-w...

Comments

Devin Carlson’s picture

Status: Active » Closed (won't fix)

More performance is always a good thing but I don't think targeting CSS selectors is the way to go.

In the case of CSS selectors, performance differences are almost unnoticeable and often come at the expense of code efficiency, maintainability, and understandability.

See this great article on CSS selector performance:
http://www.stevesouders.com/blog/2009/03/10/performance-impact-of-css-se...

mgifford’s picture

Status: Closed (won't fix) » Active

Hey @Devin, I don't pretend to be an expert on this, but things may well have changed since 2009. Also, my testing with gtmetrix also indicates that this is a problem with Drupal:
http://gtmetrix.com/

I do think this should be re-considered as certain Google places increasing importance on performance.

Also useful - http://drupal.org/node/1388506