Aggregation: Difference between revisions
From Freephile Wiki
Created page with "Aggregation is important with frameworks due to the fact that so many (CSS and JavaScript) files end up being generated by modules or extensions. For Drupal, there is the '''..." |
m added Category:Drupal using HotCat |
||
Line 1: | Line 1: | ||
Aggregation is important with frameworks due to the fact that so many (CSS and JavaScript) files end up being generated by modules or extensions. For Drupal, there is the '''[https://www.drupal.org/project/advagg Drupal Advanced CSS/JS Aggregation]''' module which is supposed to be better than core. However, in my testing it actually didn't help at all. | Aggregation is important with frameworks due to the fact that so many (CSS and JavaScript) files end up being generated by modules or extensions. For Drupal, there is the '''[https://www.drupal.org/project/advagg Drupal Advanced CSS/JS Aggregation]''' module which is supposed to be better than core. However, in my testing it actually didn't help at all. | ||
[[Category:Drupal]] |
Latest revision as of 12:22, 23 April 2015
Aggregation is important with frameworks due to the fact that so many (CSS and JavaScript) files end up being generated by modules or extensions. For Drupal, there is the Drupal Advanced CSS/JS Aggregation module which is supposed to be better than core. However, in my testing it actually didn't help at all.