You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current default is not sending any cache-control headers at all, which means that the browser/CDNs will lean towards more caching. (from my basic testing, it seems like Cloudflare caches for 2h at least: https://developers.cloudflare.com/cache/about/edge-browser-cache-ttl/)
Possible settings:
how soon to revalidate with an If-None-Match (maxage?)
sending s-maxage as well as maxage (the former seems to influence CDNs)
(followup to #20)
The current default is not sending any cache-control headers at all, which means that the browser/CDNs will lean towards more caching. (from my basic testing, it seems like Cloudflare caches for 2h at least: https://developers.cloudflare.com/cache/about/edge-browser-cache-ttl/)
Possible settings:
Some reference: https://jakearchibald.com/2016/caching-best-practices/
The text was updated successfully, but these errors were encountered: