-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
[Regression]: OpenClaw 2026.5.12 is dramatically slower than 2026.5.7 (QQBot / status / overall responsiveness) #82264
Copy link
Copy link
Open
Labels
P1High-priority user-facing bug, regression, or broken workflow.High-priority user-facing bug, regression, or broken workflow.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.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: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.impact:crash-loopCrash, hang, restart loop, or process-level availability failure.Crash, hang, restart loop, or process-level availability failure.
Metadata
Metadata
Assignees
Labels
P1High-priority user-facing bug, regression, or broken workflow.High-priority user-facing bug, regression, or broken workflow.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.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: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.impact:crash-loopCrash, hang, restart loop, or process-level availability failure.Crash, hang, restart loop, or process-level availability failure.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug type
Regression (worked before, now much slower)
Summary
After upgrading from OpenClaw 2026.5.7 to 2026.5.12, overall responsiveness became dramatically worse.
2026.5.7 feels fast and responsive.
2026.5.12 feels extremely slow — not just model responses, but the whole system feels like it gets stuck somewhere in the command / gateway / channel path.
The subjective difference is huge:
This is not a minor slowdown. It is large enough to affect normal usage.
Steps to reproduce
openclaw statusExpected behavior
2026.5.12 should have similar or better responsiveness than 2026.5.7.
Actual behavior
2026.5.12 is much slower than 2026.5.7.
The slowdown is not limited to one model. It feels like the system stalls somewhere in a higher-level command / gateway / channel phase.
OpenClaw version
Operating system
Linux (Ubuntu/Debian-based)
Install method
npm global install
Model
Tested with multiple models, including:
lau_api/gpt-5.4tencentcodingplan/glm-5This does not appear to be only a single-model provider issue.
Provider / routing chain
OpenClaw -> external model providers / QQBot channel
Measured evidence
On 2026.5.12
openclaw status: about 7.7sgpt-5.4simple one-word reply: about 9.3sglm-5simple one-word reply: about 8.5sOn 2026.5.7
openclaw status: about 6.4sgpt-5.4simple one-word reply: about 7.2sglm-5simple one-word reply: about 10.0s (variable)Important command-path observation
Some low-level commands are fast:
node -e "console.log('ok')": ~0.02sopenclaw --help: ~0.07sopenclaw gateway status: ~1.38sBut:
openclaw status: ~11.3s in one testThis suggests the slowdown is not simple Node startup overhead. It looks more like a slowdown inside a higher-level aggregated command path.
Logs / evidence
I observed liveness warnings like this:
This seems especially suspicious:
eventLoopDelayMaxMs=5767.2phase=channels.qqbot.start-accountThat looks like the gateway event loop is being blocked during QQBot startup / account-start phases, which may explain why the whole system becomes sluggish.
Additional observations
Impact and severity
High.
This is a major usability regression. The difference between 2026.5.7 and 2026.5.12 is immediately noticeable in daily use.
Additional information
I also found other GitHub issues that may be related:
All model requests timed out)Telegram/QQBot plugins fail to connect on servers without global IPv6)