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
I have Varnish setup with 10 minutes for Cache-Control (using https://github.com/wp-graphql/wp-graphql-smart-cache`). Should I use the 'network-only' request policy instead of the default 'cache-first'? Does cacheExchange have any in-memory TTL?
thx for reply. I actually have no issues with automatic persisted queries so far. I kept the current configuration with a network-only request policy to rely only on the HTTP layer, bypassing Urql's internal caching.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have Varnish setup with 10 minutes for
Cache-Control
(using https://github.com/wp-graphql/wp-graphql-smart-cache`). Should I use the'network-only'
request policy instead of the default'cache-first'
? DoescacheExchange
have any in-memory TTL?Beta Was this translation helpful? Give feedback.
All reactions