very slow wordpress theme DOMcontentLoaded takes 6sec

1.5k Views Asked by At

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

1

There are 1 best solutions below

0
On

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.