Using Workers to bypass cache MISS

When using Cloudflare Images, whenever there’s a cf-cache-status: MISS an image can take up to 2 seconds to load, if there’s a HIT, the image loads in less than 200 ms. Is there a way, using Workers (or any other way) to forward MISS to origin so that the processing and caching happens not at the cost of user experience?

This topic was automatically closed after 15 days. New replies are no longer allowed.