简体   繁体   中英

How can I improve the performance of a WordPress WooCommerce website that gets a low speed score from Google PageSpeed Insights?

How can I make my WordPress WooCommerce website performance fast?

My website is http://www.furniturehub.pk/ . But it is loading too slow.

I have also checked its performance using Google PageSpeed Insights and it scores 64/100. So how can I make it FASTER?

  1. 18 css and 37 js separate files load,
  2. no caching headers
  3. 1 of 18 css files size 1 MB

you have many problems here. Google PageSpeed Tools helps a lot with site optimization (it crashes checking your site for me)

http://developers.google.com/speed/pagespeed/insights/

Your website has images that are 1200x300 when there really only using 300x70 space. since your website is mainly pictures you should resize all of them to be smaller.

Use a caching plugin, such as W3 Total Cache . It can minify, compress and combine js/css files and enables you to set caching headers.

You can use a CDN if your assets are loading slow. Take a look at all the possible CDN's feature in W3 Total Cache and take a look at CloudFlare as well.

Some other issues:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM