Has this changed — can we pre-compress and serve those from CF Pages?
Has this changed — can we pre-compress and serve those from CF Pages?






const cacheKey = new Request(url.toString(), req)
let res: Response | undefined
if (!env.IS_TEST) {
res = await cache.match(cacheKey)