Modules and solutions implemented within the Drupal iteration (yet not limited to Drupal) of the Executive Office of the Governor of Puerto Rico
6
stars
3
forks
source link
Performance (#6) [originally posted by rubenvarela] #6
Open
rfalfaro opened 11 years ago
Drupal has a setting to combine the individual CSS and JS files it has in order to lower the number of requests.
There are some versions of IE which have a limit on the number of external stylesheets and JS it can handle.
(if it's 6, don't worry too much, but if newer versions have it, it should be considered.)
[comment originally posted by Esteban Santana Santana]
Looks like IE6-9 have a limit of 31 stylesheets per document, although you can work around it and do @includes up to 4 levels deep. http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/internet-explorer-stylesheet-rule-selector-import-sheet-limit-maximum.aspx