Hello!
Is it possible to serve a static asset from a worker to be cached so it won’t make any requests to the worker and just go straight to the static asset on the CDN? It seems to me if I cache an asset from KV it still has to go through the worker to detect cache?
Cloudflare is a giant Worker. And you have a worker that’s configured for a route. If that asset falls within the route, then your worker is going to be triggered. Something has to respond to that request.
What are you trying to do? Speed up the response? Not have that Worker request counted?