Site speed

I use webpagetest, it's actual real world devices and connections you can choose from, you can also choose the browsers. It's not automated and it gives you only the facts of what loads on browsers, not a score based on some algorithm. It also tells you exactly how to improve.

When I am trying to fix an issue I do repeated tests from same location and same browser.

Here's you on FF from a fast cable connected PC: https://www.webpagetest.org/result/...96a8a0e867daa/1/details/#waterfall_view_step1

Here's you from same machine, IE11: https://www.webpagetest.org/result/190218_P4_21f862e5ae8fefbd2c38725e3cc856d1/

Would be kind of scared to test it from a mobile device, honestly. Lots and lots of requests, 875kb.

You have a 404 not found error on your favicon. Compress transfer and cache static content need improvement. Click on the grades you see on the second link, to get details.

The more requests you have, typically the slower you're going to be.
 
Mine, too. I keep getting a big, fat F and don't know why
Looks like that's a redirect issue. If you look at the waterfall you'll see it happening between your 1st and 2nd request. No bytes loaded, but that delay of 526ms happening. Only difference I see in the redirect is the trailing slash added in request #2.
 
Looks like that's a redirect issue. If you look at the waterfall you'll see it happening between your 1st and 2nd request. No bytes loaded, but that delay of 526ms happening. Only difference I see in the redirect is the trailing slash added in request #2.
Oh I see it. Any idea how to fix it?
 
Just for laughs go AdminCP>Options>Basic Board Information and look and see what you have in the "Board URL" field.
 
Top Bottom