Replies: 1 comment 12 replies
-
Hey Devin, We have been meaning to see if we can make this less confusing/improve this, but we haven't been able to get to that yet. Cache reads are not free, so we've made some decisions here on the Oxygen side as a tradeoff to ensure that when you are not using full page cache, we don't add unnecessary latency. Let me describe how full page cache works for context: First note that response cache as well as the ephemeral cache I mention below is PoP (point of presence/datacenter) local.
The above Hopefully the above helps explain the behaviour you are seeing. |
Beta Was this translation helpful? Give feedback.
-
I have a number of pages that don't seem to be utilizing full page cache. The client cache is working in the immediate browser, but upon inspection in different browser or incognito, the page is not readily available as I would have expected. It seems there are additional requests sent to workers (rerunning loader) which is undesired.
How can I remedy this
oxygen-full-page-cache: uncacheable
response header. I have checked the list here and think I've met all conditions?Response (edited for brevity)
another example (both GET)
Beta Was this translation helpful? Give feedback.
All reactions