Cacheing for constantly changing content

I run a website for a radio station that constantly adds news stories. Some visitors are complaining that the site isn’t updating for them and I suspect this is because the site is cached.

How can I adjust the cache so that the new stories are being shown?

If it’s that dynamic, you should only have caching on standard mode with no “cache everything” page rules. This will mean CF only caches truly static assets like .css and .js (and others).

Otherwise, you could set up code on your server to call the CF API to purge cache whenever you update the site. Cloudflare API v4 Documentation

This topic was automatically closed after 31 days. New replies are no longer allowed.