Question

I need to understand about JS merging, JS bundling and minify JS for site performance Do we need to enable only one option from JS bundling and JS merging? When i enable Js merging, my listing page does not work well. When i enable JS bundling, my product pages does not load at all. Which option should i select? Please help.

No correct solution

OTHER TIPS

Merging and bundling typically causes worse performance in Magento 2, it's typically better to only enable minification and if you want bundling use a third party solution which you can read about on this question - Magento 2.2 x or 2.3 - to bundle or not to bundle

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top