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:
  • 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)
Is this latency (1 second) expected behavior for the REST API endpoint? If not, are there known optimizations, best practices, or alternative approaches you'd recommend to reduce this latency to more reasonable levels for an authentication system?
Was this page helpful?