Hi @orangefloor,
I’ve investigated the issue from the frontend and found a couple of things that slow your site.
First, you have a missing video that your site is requesting, as you can see on the screenshot on the time column the site is wasting 6s looking for that missing video. It looks like you tried to add this video as a section background but got the wrong URL, please check that.
Next, is a Javascript error coming from one of your Woocommerce plugin/add-ons (you can disregard this for now).
Last one, this seems to be the real issue that slowing your site, is your Image CDN was not properly configured, your images are taking average of 2s to load. Please deactivate the Jetpack Site Accelerator feature as that slowing the site than making it faster. Deactivate Jetpack plugin if you’re not using it at all.
Regarding the server status, this is only a text file [darkhorsemachine.com/license.txt
] so it loads very fast.
You have only a PHP Memory Limit of 99M which is too low, minimum is 128M
and you’re running a numbers of plugin, so you should have atleast 256M
of Memory Limit. Please contact your hosting on how you can increase this.
Cheers!