Closed (fixed)
Project:
HeadJS
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
16 Jan 2011 at 23:45 UTC
Updated:
19 Apr 2011 at 00:21 UTC
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
Comment #1
alexweber commentedI'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
Comment #2
alexweber commented@TODO check for existence of javascript aggregator & recommend turning it off
Comment #3
alexweber commentedHeadJS now works 100% with Javascript Aggregator! :)