By clicking “Accept All”, you agree to the storing of cookies on your device to enhance site navigation, analyse site usage, and assist in our marketing efforts
These cookies enable our website and App to remember things such as your region or country, language, accessibility options and your preferences and settings.
Analytic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
Because I have no proofs and expertise![]()
Thanks Andrew.Hi, Aleksander. Page optimization is indeed an important aspect of a great webstore performance.
I would personally recommend you the Defer JS for Magento 2 module. You can find it at store.belvg.com. It moves the JavaScript elements, if there are any, from the header to the bottom of the page, which immensely minimizes the loading speed.
Very detailed answer. I'll provide some more:Here are some few tips and tricks to speed up your Magento store
Hope it helps
- Merge css and js files
- Combine css and js files
- Enable Magento Compilation from Admin -> System -> Tools -> Compilation
- Use Flat Catalog Category
- Use Flat Catalog Product
- Disable Magento Logs
- Lazy image loading (Search for "Magento Jquery Asynchronous Image Loader" to find relevant extensions)
- Enable gzip in .htaccess
- All images should be optimized (check resmush website, they have official Magento plugin as well)
- Reduce server requests by mergine js and css
- Upgrade to latest versions including PHP, Mysql, Magento, Apache etc.
- Use content delivery network (CDN)
- Use op-code (APC), content (varnish) and level 2 caching (Redis or Memcache)