Hello everybody! I am optimizing my website on Magento and I want to improve Core Web Vitals. What steps or extensions would you recommend to improve LCP, FID and CLS in Magento? Your help and experience will be very valuable.
top of page
bottom of page
To improve Core Web Vitals in Magento 2, it is worth paying attention to several key aspects. Firstly, image optimization is critically important. Use magento core web vitals plugins like Google PageSpeed image optimizer to compress and optimize images automatically. It is also useful to implement Lazy Load, which allows you to load images only as needed. Also, minimize the number of HTTP requests by combining CSS and JavaScript files. Don't forget about caching, which can significantly speed up page loading. Finally, test the changes using tools like Google PageSpeed Insights to track progress and make adjustments.