Optimization of the aggregated JS files
-
Hi,
I’m trying to analyze how AO performs aggregation of JS files.
We are doing page caching via Nginx and we are also doing lots of dequeues per page level.
Will these dequeues then mean that AO will create separate JS bundles per page level (because of the different dequeues)?
I’m wondering then is it better to NOT dequeue anything and make AO bundle one big fat bundle.js which will get cached and be used throughout the pages OR to have multiple dequeues per page and have AO create multiple .js bundles?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Optimization of the aggregated JS files’ is closed to new replies.