martpet
martpet3d ago

Web Cache API: Worth using to skip one kv.get()?

Is it worth caching a response using the Web Cache API just to avoid a single eventually-consistent kv.get() call? I'm wondering if the performance gain is significant enough in this case.
1 Reply
lcasdev
lcasdev3d ago
very unlikely if you have read replicas on your kv db set up

Did you find this page helpful?