all my images bypassed cache
-
Hi. Using Cloudflare Pro + Super Page Cache + LSCache (page caching disabled). Every image, jpg, png etc, are bypassed, even if i revisit the page. I have for long time Respect Existing Headers set and cache reserve. Image Optimization Settings?is off too. I do use a media plugin that generates webp images on my server (it’s called converter for media and it’s cloudflare pro compatible, but evne disabling it doesn’t help). I’ve tried running curl -svo on image with server ip and it returns cache-control public so the server configuration looks fine for me. All other files are cached properly. I don’t have any page rules/workers
Pr
< cache-control: public, must-revalidate, proxy-revalidate, immutable, max-age=31536000, stale-while-revalidate=86400, stale-if-error=604800
< expires: Mon, 23 Jun 2025 15:28:59 GMT
< content-type: image/jpeg
< last-modified: Sat, 22 Jun 2024 19:58:45 GMT
< etag: "1a8a3-66772cf5-e70d38319d1a55e1;;;"
< accept-ranges: bytes
< content-length: 108707
< date: Sun, 23 Jun 2024 09:28:59 GMT
< server: LiteSpeedProblem solved, it was the media plugin after all.
- You must be logged in to reply to this topic.