How can I determine if images are being cached with cloudflare?
Your browser’s Dev Tools (F12 in Chrome) have a Network tab where you can inspect each request. You’ll see a CF-Cache-Status for them if they’re a HIT or not. GTMetrix and WebPageTest Waterfall views also show the response headers.
Just one more click: Single-click on any of those files to open up the Request window on the right. That will show you the Response Headers, including cf-cache-status.
1 Like
Got it. Thank you.
1 Like
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.