-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
[Feature]: OpenClaw 6.1: Critically low cache hit rate causing token costs to spike #90583
Copy link
Copy link
Closed
Closed
Copy link
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.enhancementNew feature or requestNew feature or requestimpact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.enhancementNew feature or requestNew feature or requestimpact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Type
Fields
Priority
None yet
Summary
OpenClaw 6.1 has a critically low cache hit rate, which is driving a massive and unsustainable spike in token costs.
Problem to solve
Since upgrading to OpenClaw 6.1, the cache hit rate has dropped dramatically — in our case from around 80% to under 20%. Nearly every request is being treated as a cache miss, which means the same prompts and context are being re-processed over and over again. This is causing our token consumption to multiply, directly inflating our LLM bills to several times their normal level. The current caching behavior is effectively broken, making it impossible to operate cost-effectively in production. This isn’t a minor inefficiency — it’s an urgent cost and reliability issue that needs immediate attention.
Proposed solution
Investigate and restore the cache hit rate to the levels seen in previous versions (or better). Specifically:
Alternatives considered
Impact
Evidence/examples
Additional information
We are available to provide detailed logs, configuration files, or a minimal reproducible test case if it helps isolate the regression. Please treat this as a high-priority issue — the caching layer is a critical component for production cost management.