I have optimized to combine all CSS and JavaScript files in my site.
.
If I run Yslow in Firefox to see the components loaded for this site, it shows that it loads 8 JavaScript files, and 8 CSS files.
Why aren't these files combined?
I have optimized to combine all CSS and JavaScript files in my site.
If I run Yslow in Firefox to see the components loaded for this site, it shows that it loads 8 JavaScript files, and 8 CSS files. Why aren't these files combined? |
||||
|
Aggregated CSS and JS files in Drupal 7 are split up into groups, so you'll naturally get more files than you're used to seeing in Drupal 6. I won't go in to the whole thing as there's already an excellent article out there that explains it in good detail.
If it's causing you problems, you might want to have a look at the Core Library module:
|
||||
|