Magento – How to improve Google Pagespeed score for Mobile

magento2.2.6pagespeed

We have built a site using Magento 2.2.x version. While we check the Pagespeed of our site in Google Pagespeed insight, we have noticed that the page-speed in mobile showing low score but the page-speed of the desktop showing a higher score compared to the mobile.

Please see the below screenshot:

enter image description here

enter image description here

Why is that the page speed score is too low in mobile even-though the page speed of desktop is higher?

Please share your thoughts and help me to get a better speed score in mobile.

Best Answer

Please follow the steps to increase the page score:

  1. Make sure that js and css compressed in the backend.

  2. Check whether you have minified js and css in the backend.

  3. Use GT metrix and check what are the images are not optimized and optimized those images.

  4. Make sure that you have added gzip compression and leverage browser caching in the .htaccess file.

  5. Use CDN for static images.

  6. Use varnish and redis for frontend and backend cache.

Related Topic