문제

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 ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top