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
When the service being proxied by cloudflare sets Cache-Control header cloudflare will forward the header along to the browser which triggers it to lookup the context from its local cache instead of requesting from cloudflare.
Goal
Users that have viewed an image before from their browser serve images from local cache instead of requesting again from cloudflare.
Requirements
When image successfully resized set Cache-Control header max-age to trigger local cache lookups from a browser.
Background
When the service being proxied by cloudflare sets Cache-Control header cloudflare will forward the header along to the browser which triggers it to lookup the context from its local cache instead of requesting from cloudflare.

Goal
Users that have viewed an image before from their browser serve images from local cache instead of requesting again from cloudflare.
Requirements
When image successfully resized set Cache-Control header max-age to trigger local cache lookups from a browser.
https://github.com/holaplex/holaplex/blob/dev/pages/api/arweave/txt/%5Bid%5D.ts#L45
The text was updated successfully, but these errors were encountered: