Are there any conditions for the cache to work?
Even the same Jpeg file may or may not be cached on the CloudFlare side.
Below is the Apache access log inside the origin server.
This is the result of accessing the exact same jpeg file from different terminals.
The user who requested https
Instead of looking at the images cached on the CloudFlare side, we are looking at the images on the origin server side.
The cache is enabled and a list of cached items is output, but the following files are not displayed in it.
It has been viewed only 3 times. For example, is there a condition that the cache will be enabled if the number of accesses increases?
May I ask have you enabled Edge Cache TTL, if so, what value have you set for it this option? Moreover, how about the Browser Cache TTL value (there could be some others too like last modified, expires, e-tag, cache-control etc. - maybe your host origin sends the “no-cache” value and Cloudflare respects it “as-it”)?