Hello,
We’ve placed few caching rules but unfortunately when checking headers of some URLs, we see CF-Cache=MISS.
Do you have any idea why it happens and why the status is not HIT?
sometimes we see HIT, but most of the times it’s MISS, and we can feel the site itself is pretty slow…
Examples for URLs we checked:
1. https://www.simplechoiceconstruction.com
2. https://simplechoiceconstruction.com/wp-content/uploads/2024/02/יעל-סוקולסקיב.png
This is the rule i placed to
Thanks,
MISS means it wasn’t in Cloudflare’s cache. It is standard to get MISS on first load as items get evicted from Cloudflare cache if they aren’t requested frequently. You can use Customize cache · Cloudflare Cache (CDN) docs to change the behavior of the cache.
3 Likes
Well i’m aware of that, but some of the files are status ‘HIT’ and we’ve set a rule that if the hostname is simplechoiceconstruction.com, then cache the file to 1 year, here’s screenshot - https://i.ibb.co/JvWnGzJ/Screen-Shot-2024-03-06-at-10-49-45.png
why would we still see MISS then?
Thanks
There is no guarantee that files will stay cached for the whole duration.
If they aren’t requested often enough, they will be evicted from cache.
2 Likes