After upgrading from 4.23 to 4.25 (and later 4.26), the WebUI (Control UI) and gateway became very slow/laggy. Commands from the web interface take a long time to reach LM Studio, even though the model itself is healthy. Rolling back to 4.23 immediately restores normal fast performance on the exact same hardware and setup.
Setup
OpenClaw version: currently pinned at 2026.4.23 (stable)
Model server: LM Studio 0.4.12 running locally (mainly qwen3.6-27b-uncensored-hauhaucs-balanced + 35B variant)
Hosting: Ubuntu server, VM inside proxmox with 8xCPU + 12GB RAM) accessed via Tailscale WebUI
Connection: OpenClaw → LM Studio OpenAI-compatible endpoint
No cloud providers as primary (OpenRouter was removed)
What happens
On 4.23 → instant response, very snappy
On 4.25/4.26 → noticeable gateway/WebUI delay (sometimes 30-90+ seconds before the model even starts processing)
LM Studio logs show normal prompt processing, but the delay is clearly before the request reaches LM Studio.
Htop inside openclaw gateway, shows one of the 8 CPUs at 100% for a while.
Question
Has the WebUI/gateway latency regression introduced in 4.25 been addressed in the latest betas? Or is there a known heavy component (new plugin registry, TTS, telemetry, etc.) that is causing this?
Any recommended config tweaks or flags to make newer versions as fast as 4.23 while keeping the new features would be greatly appreciated.
Thanks!