Edge Caching

We don’t have any baked in edge caching, though many people run nginx or Varnish on Fly to build their own. Kind of like this: The 5-hour CDN · Fly

That Apollo example is using Redis for caching, it’s application level caching. HTTP caching usually doesn’t work well for GraphQL.

2 Likes