Hi Cloudflare team, I'm experiencing an issue with KV read operations and would like some clarifica
Hi Cloudflare team,
I'm experiencing an issue with KV read operations and would like some clarification. In my project hosted on Cloudflare Pages, we have around 500k total visits, and within those, about 70k subrequests. However, I'm seeing an unexpectedly high number of KV read operations – specifically 13,919,754 reads – despite only storing around 20 items in the KV namespace and querying them by key.
I've checked my code, and it doesn't seem like there are any duplicate KV reads. The number of reads is way higher than what I would expect from our traffic. Could this be related to caching behavior, strong consistency, or something else I'm missing?
Any insights into how KV reads are calculated in this scenario would be greatly appreciated!
Thank you in advance for your help.
I'm experiencing an issue with KV read operations and would like some clarification. In my project hosted on Cloudflare Pages, we have around 500k total visits, and within those, about 70k subrequests. However, I'm seeing an unexpectedly high number of KV read operations – specifically 13,919,754 reads – despite only storing around 20 items in the KV namespace and querying them by key.
I've checked my code, and it doesn't seem like there are any duplicate KV reads. The number of reads is way higher than what I would expect from our traffic. Could this be related to caching behavior, strong consistency, or something else I'm missing?
Any insights into how KV reads are calculated in this scenario would be greatly appreciated!
Thank you in advance for your help.











