I've read some of the discussions about caching, and I'd like to check my understanding:
For a project hosted by Webstudio (therefore it's run in a Cloudflare worker), I understand that the CMS API can use
Cache-Control
headers to reduce API calls.
Without these headers, am I correct that every pageview with CMS content will make a request to the CMS?
Please correct me if I'm missing something in my understanding.
I also saw this comment
https://discord.com/channels/955905230107738152/1133337749856989316/1228373118154702951MAYBE we could have a manual override that is based on some simple logic like amount of hours to keep the cache instead of relying on headers.
I'm curious about whether this idea is being considered for the future, too!