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.

没有正确的解决方案

其他提示

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

许可以下: CC-BY-SA归因
scroll top