At admin/settings/performance drupal has a setting for aggregating all the javacript into a single file. The site headjs.com site says:

There is a common misbelief that a single combined script performs best. Wrong:
- latest browsers and Head JS can load scripts in parallel. loading 3 parts in parallel instead of as a single chunk is usually faster.

This would seem to imply that the javascript aggregation should be turned off. If so, it might be usefull to include this recommendation somewhere in the module documentation.

Comments

alexweber’s picture

Version: 7.x-0.x-dev » 6.x-1.x-dev
Status: Active » Postponed

I'm still testing how this module plays with javascript aggregator and whether it's possible for them to peacefully coexist... will update when closer to a stable release

alexweber’s picture

Assigned: Unassigned » alexweber
Status: Postponed » Active

@TODO check for existence of javascript aggregator & recommend turning it off

alexweber’s picture

Status: Active » Closed (fixed)

HeadJS now works 100% with Javascript Aggregator! :)