I clicked on an email link to view a thread a few minutes ago, the link should've taken me down the page to the newest post. The page loaded fine, but didn't take me down. The reason was the whole page content hadn't loaded - at the bottom of Chrome I could see "establishing secure connection". I assume that one of the resources the page uses was going slow.
I was curious so I ran a webpagetest.org test on the page.
- Full page load time was 20.6 seconds, but it was visible from about 4 seconds.
- The GZ resources loaded quickly, it's looks like ad networks and such slowing things down.
- Request 57 had a 1500ms DNS lookup time
- Request 165 (tribal fusion) took > 3 seconds. DNS was 1800ms, SSL 800ms
- Request 151, some kind of 0 byte beacon, took 2 seconds to delivery that 0 byte file due to DNS and SSL
- There are a couple of dozen 302 temporary redirects on resources loaded. That means there's a slow initial lookup, then another lookup because resources moved.
Anyway, not really a problem because it's occasional, I just thought it was interesting.