Hello Cloudflare Community,
We are encountering an issue with caching configuration on our website, and we would appreciate your opinion and suggestions to help us troubleshoot.
Our website homepage (https://yourdomain.com/) is showing cf-cache-status: DYNAMIC and cache-control: no-store, no-cache in the response headers when inspected using browser developer tools.
We are using a free plan on Cloudflare.
Page Rules Configuration:
Here are the Page Rules we have set up:
Rule 1: Eligible for Cache (wp-content and wp-includes)
starts_with(“/wp-content/”) or starts_with(/wp-includes/")
Cache Level: Cache Everything
Rule 2: Bypass Cache (specific URLs)
Login / Create Account / Cart / Checkout Pages
Cache Level: Bypass Cache
Rule 3: Eligible for Cache (All Other URLs)
( “domain.com/”)
Cache Level: Cache Everything
We aim to cache our homepage and other static content effectively to improve performance.
Our current understanding is that our website is not being cached at all by Cloudflare despite setting up Page Rules, as we keep getting these “cache-control: no-store, no-cache” in the response headers, is that correct and which options should be explored to fix this ?
R.