I see a slow loading / slow TTFB of the cover image and logo on this page:
https://buonmenu.com/example
When I inspect the requests from Chrome dev tools, I see this:
cache-control: max-age=31536000
cf-cache-status: HIT
Is it possible that Cloudflare, despite the fact that returns HIT, is still contacting S3 (where images are stored) in order to verify that are not changed?
In case, how can I verify that? How can I avoid that?