We're experiencing consistently high latency (~1000ms) when using the Cloudflare KV REST API for bas
We're experiencing consistently high latency (~1000ms) when using the Cloudflare KV REST API for basic key-value operations in our authentication flow. This seems excessive compared to the expected performance of KV storage.
Our implementation uses standard API calls following your documentation:
Our implementation uses standard API calls following your documentation:
- GET/PUT to
https://api.cloudflare.com/client/v4/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key} - Authentication via X-Auth-Email and X-Auth-Key headers
- Small data payloads (<2KB)
