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
very unlikely
if you have read replicas on your kv db set up