I’m really curious what everyone thinks. I take SEO and site speed very seriously and have been working little by little to improve it (A big thanks to WebPageTest for the amazing resource!), so I want to get this right.
Good question - I’ve seen issues like this before. Sometimes a server does a 301 redirect that’s causing unnecessary delay - and you’d be able to see that in your waterfall. Other times it has to do with a caching layer or firewall (are you using something like cloudflare?)
Can you post both WPT test results so we can dig deeper?
I apologize for not including the actual domain. I got in trouble on another site for posting the actual domain (they claimed it was “advertising” as ridiculous as that is), so I didn’t think I was supposed to do that…
Please note that, while WebPageTest says that I do not have a CDN, I do have that set up, and have confirmed that with my host, so I’m not sure there. But I wanted to mention that in case it mattered.
I did already open a support ticket with my host about this, but I’m not sure what specifically to have them look at…
Thank you everyone for your responses to my issue. I appreciate the help and experience.
[hr]
Oh, also to answer your question MachMetrics, I’m not using Cloudflare and I don’t think I’m using anything similar. I don’t believe I have anything like that enabled on my hosting package.
You’re using CloudFlare, so all bets are off about what problem might be.
You appear to be using a Windows ASP backend site. If you’re actually running ASP code, then you must use ASP. If you’re just serving content, best to switch to LAMP.
If you read through many WPT post, first step of debugging is always remove CloudFlare as it tends to work poorly (only slow down fast sites) + introduces problem sets which are near impossible to debug.
So, remove CloudFlare + retest.
If you aren’t actually running ASP code, switch to LAMP for easier tuning.