I've been seeing this happening the past few weeks, the article images are drawing in line by line over the span of 5-10 seconds. A hard refresh reproduces the issue.
The feature article image was almost 1MB and one of the article images was 1.4MB. I don't know if it's just about the images, maybe there's other large resources.
I notice the images are sent with much more area that gets cropped off when actually presented on the page, so a lot of bytes being used by parts of the image that are never seen.
I'm on 150Mbps and everything else about the site loads very fast just not the images.
The following image, which I uploaded with this post, got the link, and viewed without cache directly, also exhibits slow loading even though it's less than 400KB
I learned the trick of offloading delivery of assets like this to another server. There's just so many asset http requests they swamp out the http server's ability to handle many requests at once. I didn't see anything like an img or cdn subdomain watching the network console for that url above, it just loaded from www.racedepartment.com so as far as I can see there's no asset server.
Yeah okay Google PageSpeed Insights knows what's up
The feature article image was almost 1MB and one of the article images was 1.4MB. I don't know if it's just about the images, maybe there's other large resources.
I notice the images are sent with much more area that gets cropped off when actually presented on the page, so a lot of bytes being used by parts of the image that are never seen.
I'm on 150Mbps and everything else about the site loads very fast just not the images.
The following image, which I uploaded with this post, got the link, and viewed without cache directly, also exhibits slow loading even though it's less than 400KB
I learned the trick of offloading delivery of assets like this to another server. There's just so many asset http requests they swamp out the http server's ability to handle many requests at once. I didn't see anything like an img or cdn subdomain watching the network console for that url above, it just loaded from www.racedepartment.com so as far as I can see there's no asset server.
Yeah okay Google PageSpeed Insights knows what's up
PageSpeed Insights
pagespeed.web.dev
Last edited: