jacob-ebey/remix-cloudflare-demo

Cloudflare Cache does not work

Opened this issue · 0 comments

We deploy the site with Remix + Cloudflare worker successfully. But, all static files don't apply cloudflare cache.

image
image

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?