Workerskv_getWithMetadata? In my code we are literally just starting the request, checking if the request is cachable (tiny synchronous function), create a cacheKey (tiny synchronous function) and then check in our KV cache if the cachekey exists. I timed these functions and they basically take just <5ms to exectly. Before we hit the env.CACHE_KV.getWithMetadata 850ms pass still though (see screenshot)?! 