Page rules - bypass and cache everything does not work, why?

Hello.
I have a problem with caching rules, I tried almost everything.

I set the page rule to

forbino.com/* bypass

, but when I have a look to headers it shows- cf-cache-status: DYNAMIC, Why? there should be bypass. This way my super cache plugin does not work. The other problem is that I set rule forbino.com/es/* Cache Level: Cache Everything and it does not cache everything. Basically, I want to use CF for ES and PT subfolders only and make some settings there. Can you please help?

Kind Regards,
Josef Kuchař

I have a problem with caching rules, I tried almost everything.

Caching rules, or Page Rules? As your title is Page Rules, the following applies:

Yes, this means no caching. Now, even your images show as DYNAMIC.

Put this rule first, and it should work. Except that the forbino.com/* bypass will mean that nothing else will get cached. You might not even need this bypass rule, depending on how the plugin works. Best to check with the plugin author on how to configure Cloudflare’s rules so their plugin will do what you want it to do.

Caching rules, or Page Rules?

  • page rules, I have turned off the caching rules off, did not want to mess with it more.

Put this rule first, and it should work.

I have it like that.

Have a look at these print screens please, you will understand it better:




I changed the rules a bit to test it. You can also have a look directly at forbino.com, I will not do any changes now.

I dont understand why pages on https://forbino.com/es/ have this cf-cache-status: BYPASS in response headers, when it is set to cache Everything. On the other hand this page https://forbino.com/pt/criptomoedas/ has rules se to bypass and there is cf-cache-status: DYNAMIC.

Could you please explain? :slight_smile: Is there a problem with cache-control: private, max-age=4, must-revalidate?

“Private” means that Cloudflare will not cache it:

https://developers.cloudflare.com/cache/about/cache-control/#cacheability