Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
7.x-2.x-dev
Component:
AdvAgg Modifier
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2015 at 04:38 UTC
Updated:
4 Jun 2015 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikeytown2 commentedShould also force to footer.
maybe sort alphabetical as well so they are always in the same order in the aggregate.
Comment #2
cussack commentedI stumbled upon this while researching an async bug (that is fixed in 7.x-2.10, thanks)
async scripts should not be forced into footer. async will never block DOM building, so the best option would be to force them to header (if at all) to load them early and achieve best responsiveness of the page.
Comment #3
mikeytown2 commentedComment #4
mikeytown2 commentedMind testing this out?
The setting is in the advagg_mod module. Go to
admin/config/development/performance/advagg/modUnder "Adjust javascript location and execution" there is "Experimental Settings" and under that is the Asynchronous JavaScript Execution: Group together in the header checkbox.Comment #6
mikeytown2 commentedComment #7
mikeytown2 commentedCommitted this patch.