Content not Being Cached

5.Content not Being Cached

After activating Cloudflare on my site, I am seeing that resources on my pages are not being cached.

Why is Cloudflare’s caching not working on my site?


Dear <customer name>,

A Cache-Control header can include a number of directives, and the directive dictates who can cache a resource along with how long those resources can be cached before they must be updated.

Your Cache-Control is received as follows:
Cache-Control: no-store, no-cache

With the set Cache-Control header, Cloudflare won't cache your content.

You can use Cache Rules to customize the cache settings to enable caching.
Example: Cache-Control: public, max-age=3600

For more details refer to:

If you have any further questions, feel free to ask!

Best regards,
Diogo Piteira