It's a literal nightmare to try and figure out my cache issues with Cloudflare... why can't I just Ctrl + Shift + R to clear it when I update?? It takes forever.
I did tweak my .htaccess to set a cache header, but the site is still slow with the cache updates...
But why are you even using Cloudflare, you may ask? Well, let's say I needed a fix for some internet providers flagging my site as malicious, for some dumb reason. It is a fix, but the caching is something I'm trying to work around.
@mostlypixels So far, I only set cache headers through my .htaccess to not-cache, must-revalidate. I assume I may need to set a cache rule on Cloudflare too...?
But why are you even using Cloudflare, you may ask? Well, let's say I needed a fix for some internet providers flagging my site as malicious, for some dumb reason. It is a fix, but the caching is something I'm trying to work around.
Have you tried (on cloudflare) to set caching rules to bypass cache or limit the duration for some extensions, like js/css/jpg?
@mostlypixels So far, I only set cache headers through my .htaccess to not-cache, must-revalidate. I assume I may need to set a cache rule on Cloudflare too...?
Mkay, update on the situation... setting the cache to no-store no-cache must-revalidate fixed it. I'm much happier now.