Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Bugs Fixed:
#2469063: locale_js_alter() - PDOException: Integrity constraint violation: 1062 Duplicate entry 'javascript_parsed'
#2233937: PDOException: PRIMARY': INSERT INTO {advagg_files}
#2477085: Unexpected character in input
#2478993: Notice: Use of undefined constant ADVAGG_SKIP_FAR_FUTURE_CHECK
#2477107: An illegal choice has been detected. Please contact the site administrator.
#2477799: Problem with cache level of 3
#2477407: Move JS to footer (All) breaks Tinymce 3.5 (2012)
#2479755: Remove 'advagg_bundler_info' variable
#2481279: SQL error "no such function: LPAD" using sqlite in advagg_bundler
#2485001: Empty $item['browsers'], $item['type'], and $item in common.inc
#2491113: Files are being aggregated twice and breaking CSS due to omega_pre_render_scripts()
#2492447: Fix usage of db_merge
New Features:
#2471309: Cache-Control and Pantheon
#2479039: Create more tests for the Converting paths options
#2483593: Skip compression if the js file has 5x as many semicolons as new lines
#2486939: use cdn.rawgit.com instead of rawgithub.com
#2489708: Option to wrap all inline js code in setTimeout
#2487087: Speed up the bundler, use char instead of varchar; also use ascii_bin instead of utf8_bin
#2491351: Inline CSS "and / or" JS on specific pages
Note:
Based on testing, the advagg bundler sub module's query's time has almost been cut in half thanks to these 2 issues #2481279-4: SQL error "no such function: LPAD" using sqlite in advagg_bundler, #2487087-3: Speed up the bundler, use char instead of varchar; also use ascii_bin instead of utf8_bin. Be sure to run update.php
Notes for other modules:
HTTP Parallel Request & Threading Library is not required but is recommended so Aggregates will be built in the background.
OpenLayers - #2320267: Blindly setting Drupal.settings.openlayers to an empty object in openlayers.js is a bad idea is only needed if the "Move JS to the footer" setting is at "All but JavaScript Libraries".