php - Prevent cache in CloudFlare -


I'm in the middle of a project, and tomorrow I'm starting with CloudFlare.

The problem is that when I make a change, I can not see it in the browser, so I think the problem here is CloudFlare's cache setting.

I have read this, about CloudFlare cache, so I put my html in a meta-tag:

    

But the problem persists.

Should I put another meta-tag, or should the server-side stop it from the cache? (I am using PHP)

development mode in the cloud panel The option is:

  • Changes to cacheable content (such as images, CSS, or javascript) will be instantly visible.
  • Accelerated cache of cloudflay will be disabled.
  • If there is no immediate change in your site, press Change-Reload.

    You will also be able to close development mode at any time during the 3 hours.

    Hope this helps with people looking for answers similar to this question or if you still have this problem.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -