remix-cloudflare-demo
remix-cloudflare-demo copied to clipboard
Cloudflare Cache does not work
We deploy the site with Remix + Cloudflare worker successfully. But, all static files don't apply cloudflare cache.
As you can see, the response header cf-cache-status: MISS
. It takes ~800ms for downloading.
How do we cache all static files in Cloudflare to speed up the site?