Optimising wordpress to score full and be superfast
-
Hi im trying to speed up a website and and get full scores on gtmetrix, pagespeed insights and pingdom.
My current setup for adding performance is
– redis on the server
– server configurations
– litespeed cache plugin
– w3 total cache
– other plugins like yoast and amp extension for w3 that actually help a bit for just being there
– few minor plugins that do stuff like store fonts locally instead of google
– cloudflareHowever for pingdom it says that gzip isnt used when i checked the server and other sites confirm that gzip is used. The fastest load time i got from pingdom is 233ms but with bad scores all around. Im at an empase because its important to be able to show to others that we scored really well on tests as well and not just having a very fast loading website.
Im using litespeed cache plugin with litespeed webserver and have the issue of <90% score but 1s faster load time if i leave query.js on the site if i dont load jquery from cdnjs or google. if i switch i get a 100% score but 1-2 seconds longer load time.
W3 total cache only covers what litespeed cache cant do however there isnt any free working fragment cache that uses redis.
wc-ajax fragment sometimes adds 1s of load time on gtmetrix
This is for the front page which sizes around 800KB, has less than 20 requests
GTmetrix scores F- serve resources from a consistent URL https://mysite/wp-includes/js/jquery/jquery.js https://mysite/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp D - use cookie-free domains https://mysite/min/ea8bf.css https://mysite/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp https://mysite/min/ae768.js https://mysite/min/cff15.js https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-loader.min.js https://mysite/wp-includes/js/jquery/jquery.js https://mysite/wp-content/uploads/2019/11/nilofabiz-conference-website.jpg From waterfall 1.5s waiting - https://mysite/?wc-ajax=get_refreshed_fragments
Pingdom doesnt like that i redirect from http to https and gives me a B there, a F for not compressing (i compressed, i checked unless im missing something wp specific)
Any help with sorting this in configuring existing plugin or coding around this would be very helpful
- The topic ‘Optimising wordpress to score full and be superfast’ is closed to new replies.