still aw seems to be faster for now;
still aw seems to be faster for now;


should've gone for foundation dbThe magic with KV is its unlimited scale and getting faster the more requests you give it, it's made for read-heavy cases, like for example Cloudflare Pages uses it
concat(“/v1”, http.request.uri.path) and ended up with /v1/v1/<original_req_path>/v1 works but doesn't feel robust enough) let value = await env.KV.get("index.html", {cacheTtl: 86400, type: "stream" });
return new Response(value, {
headers: {
"content-type": "text/html"
}
})