What is Cloudflare caching per default?

I have a regular website and want to protect it by the FREE plan of Cloudflare.
I want to know what Cloudflare caches. Are these only static files or complete URLs?

Second question:
Let’s assume I have the following URI for a JPG: /images/wonderful.jpg?v=1

I change the picture and want browsers to reload it under any circumstances.
So my application references the new JPG via this new URI: /images/wonderful.jpg?v=2

Is Cloudflare ignoring URL params for static content or not?

Thanks.

By default Cloudflare will cache for jpg?v=1 and jpg?v=2 separately. The behaviour can be changed.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.