I am at the center of the project, and yesterday I started working with CloudFlare.
The problem is that when I make the changes, I do not see it in the browser, so I assume that the problem here is in setting the CloudFlare cache.
I read the CloudFlare cache link, so I put a meta tag in my html:
<meta http-equiv="Cache-control" content="private">
But the problem is not resolved.
Should I put other meta tags or prevent server side cache server? (I am using PHP)
source share