Add notes about OpenClaw settings to massively improve Cache Hits with DS4 to README#412
Add notes about OpenClaw settings to massively improve Cache Hits with DS4 to README#412srinathh wants to merge 1 commit into
Conversation
Added usage notes for OpenClaw regarding turning off the message envelope to improve DS4 cache-hit performance massively.
Seems like something that should be fixed on openclaw side, taking this over there |
|
I followed this up on the OpenClaw side and could not reproduce the claim that OpenClaw's default timestamping busts DS4 prompt caching. In the normal embedded OpenClaw path, prior messages are stamped from each message's stored timestamp. That means the same earlier user message should serialize to the same bytes when it is replayed as history. The OpenClaw provider-payload tests I added checked that the reusable request prefix stays byte-stable with timestamping left on. I did land a related OpenClaw change, but it is narrower than the original claim here: OpenClaw PR: openclaw/openclaw#93238 |
|
Thanks so much! I will check this PR out & try to rebuild my OpenClaw image and & see . Yesterday I deep dived using the trace functionality in DS4 and in OpenClaw to isloate that the problem was being caused by |
Added usage notes for OpenClaw regarding turning off the message envelope to improve DS4 cache-hit performance massively.