Closed (fixed)
Project:
Javascript Aggregator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 13:09 UTC
Updated:
4 Jun 2009 at 00:40 UTC
Attached is a patch to additionally enable minifiation and gzipping of js files outputted in the footer.
Therefore splitting up the original code of Drupal 6 version (all maintained by Rob Loach) into different functions.
| Comment | File | Size | Author |
|---|---|---|---|
| javascript_aggregator_minify_footer_js.patch | 5.36 KB | derjochenmeyer |
Comments
Comment #1
derjochenmeyer commentedAlso check this additional patch #409688: minified javascript not being referenced when $scripts is printed for ensuring that Javascript Aggregator works when jQuery Update is enabled.
Tested both patches in combination (example).
- Total js size without Javascript Aggregator: 168 KB
- Total js size with Javascript Aggregator: 33 KB
Comment #2
derjochenmeyer commentedAdded this to current dev.