Content not Being Cached

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

Response

Hi

Thanks for reaching out! Your cache control headers are configured to not store any cache: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control

< Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=0

In order to properly cache you should configure the headers accordingly, the above documentation should outline how to do this.

Let me know if I can help you set this up, can you share more details on how you want to cache your assets?

Thank you!
Gualter

Rationale

cache control headers are pretty self explanatory, they probably tweaked them somewhere and need to revert this change or configure them according to their needs. I prefer to use curl as well to highlight this or a screenshot of the browser if the user is not too terminal savvy