i have a wordpress site Migau and it loads very slowly. I did a speed test and this the result came back with a 6 sec load of my DOMcontentloaded.
Can anyone help with this matter Thanks
i have a wordpress site Migau and it loads very slowly. I did a speed test and this the result came back with a 6 sec load of my DOMcontentloaded.
Can anyone help with this matter Thanks
Copyright © 2021 Jogjafile Inc.
Can you enable Gzip?
According to the Google PageSpeed browser extension, enabling gzip would reduce file size (of the plain text files which can be compressed) by 74%.
Also, try consolidating external resources (CSS and JS) to reduce HTTP requests. More info from the Yahoo Developer Network
Along the same lines, I like to utilize jQuery from the Google CDN (with a local fallback) as this increases the chances of it being cached, and your Google Webfont requests should likely be consolidated.
I also usually use a caching plugin like W3 Total Cache to speed things up a bit.