Forum

Magento 2 Speed ​​Optimization

I am working on improving the performance of my Magento 2 online store and am experiencing slow page loading times. I have caching and Varnish enabled but the speed is still poor. What additional steps can I take to optimize the site speed and are there any specific modules or methods you would recommend?

Reply to this topic Share on my timeline

1 Replies

Avatar

Albert katz Albert katz·

Recently I encountered a similar problem on my Magento 2 site. Caching and Varnish were already enabled, but this did not speed up page loading much. From my experience, I can say that it is worth paying attention to magento 2 speed optimization . Optimizing images through third-party services and using Redis for sessions gave a good result. It is also worth considering compiling CSS and JavaScript, which significantly reduces loading time. I also added an extension for asynchronous loading of JS, and it helped.