| The page triggers 50 HTTP queries and is 3.85MB, so a CDN is only going to do so much. * the base page is light but has very high latency (250ms) * there's an almost-empty CSS (style.css) next to one which seems a bit overwrought (screen.css, 140KB is a lot for a CSS file), oh plus normalize from cloudflare despite it apparently already being included in screen.css * you're loading 9 different JS files from your CDN, plus some emoji crap from not your CDN * typekit accounts for 1 JS query followed by fetching 12 different font files, at 15~30K each * 14 different queries to "driftt.com" whatever the fuck that is though I expect some sort of analytics/tracking crap given * tracking & analytics & ancillary service queries up the ass: hubspot (4), facebook (4), google analytics (2), drift.com (2), others (5) * the Lato CSS from google fonts but apparently not the font itself, on the other hand you're loading "larsseit.otf" from your CDN, maybe pick just one? |