jacob-ebey / remix-cloudflare-demo

A demo of Remix running on Cloudflare workers.
https://remix-cloudflare-demo.jacob-ebey.workers.dev/
MIT License
199 stars 34 forks source link

Cloudflare Cache does not work #7

Open kimyvgy opened 2 years ago

kimyvgy commented 2 years ago

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?