cteq1
Active member
- Sep 18, 2018
- 246
- 94
- 28
I should read till last, I was going to tell Disable WooCommerce Cart Fragments AJAX. Still page is taking 5 seconds. Reduce images size . They are taking almost 2 seconds. See that desktop notification mp3 sound its taking 1 second. And another 2 seconds for font awesome.
Use this to load font awesome:
<link rel="stylesheet" href="https://cdnjs.Cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
That loads font awesome, and the fonts, from the Cloudflare global cache. It’s quite fast.
Thank you both for your responsesI advice you from a technical standpoint:
1. Host fonts locally use this plugin: (
OMGF | Host Google Fonts Locally
)
2. I can see there is a MISS on your speed result, you should speak to your host about that, usually "drwx---" folder in your Cpanel is in charge of this. You may request your host to take a look at it, if you use "Litespeed", i`ll advice you to use litespeed cache.
3. Your cache plugin is not caching your fonts properly, if you do not want to us the plugin i mentioned in first section, then make sure you include (woff and woff2) in you cache plugin.
Cheers.
I did use litespeed and it didnt seem to making any change but when using wp rocket it made dramatic reduction. But I can experiment again, still in learning stage.