5. Content not being cached

Reasoning: This question was a bit harder for me to answer, but I focused on this line: < Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=0

Had to Google a bit to understand that the “no-store, no-cache, must-revalidate” means that cache will be bypassed.

Answer:

Hello,

Thank you for the detailed information provided.

From what we can see, on this line Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=0, this forces Cloudflare to disregard cache. If you change these parameters, cache should start to work.

Please do let us know if you are still experiencing issues after performing the required changes.

← Back to main menu