Hello there,
My wordpress website, a simple static HTML page of less than 700 kB, is hosted by Bluehost and the DNSs are correctly pointing to Cloudflare. I am not setting up Cloudflare in the cPanel as that could give problem with the SSL certificate apparently
Finally, I have a SSL certificate from Cloudflare but there is no “green lock” on the browsers. Of course it is not a major problem, or at least not as much as the slow server response.
Ah well OK then, and thanks for the prompt reply
I checked with a Firefox add-on (Detect Cloudflare) and that says CF is not active, probably a matter of cache?
Any suggestions on how to speed up the load time? I minimised the requests down to about 19 with Autoptimize and I would expect something faster than 2s/2.5s to load the page. Probably there is some setting to tweak in the “Page Rule” section?
Thanks and you’re right, the results from US cities are great and much better than the ones from Stockholm or Melbourne!
One last thing: is there any way to reduce the time gap between the various requests? Not a big deal, but just wondering how to “compress” the last requests.
Load Google Fonts locally. Edit your .css file to remove the call to googlefonts and replace it it with local CSS font code and font files using this tool: https://google-webfonts-helper.herokuapp.com/fonts
I followed your suggestions and there is some improvement particularly with the font loading, now from the site itself instead of requesting them from Google each time (screenshot attached). The time gap is still present but at this point I am happy with the overall results after optimisation.
Thank you for your help, and I have learned something new too.