Non cached images take a long time to load. Subsequent calls load just fine, but the initial call is pretty bad for such a small image. No clue how to troubleshoot this issue.
Server response time on non-cached CDN images is very slow (10+ sec for images that are only ~500kb)
What is the affected URL? Does the issue persist if you pause Cloudflare?
[Slow image url](https://getmarkit.com/ted-martinez/40th-street/photo-details/63d6c6749cbbc900048f2c30)
That link should be slower, but you can just use the carousel and find one pretty quickly. I also purged the caches so all images should be pretty slow to load.
After pausing Cloudflare the result is the same or worse. Here’s a screenshot after pausing, this request took 27sec for an image that’s only 376kB.
That indicates that your host is the root cause of the issue, not Cloudflare
Alright. I’ll look into that. Thanks.
Looks like this was a Next Js issue. Replacing the next/image for a normal img tag fixed the issue.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.