mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Performance Issue: Mouse-Over on Chats Floods Application with Requests #5578
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chr0n1x on GitHub (Jun 18, 2025).
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
0.9.1
Operating System
TalosOS v1.10.2
Browser (if applicable)
Chrome 137.0.7151.104 Windows x64
Confirmation
README.md.Expected Behavior
Mousing over chat titles shouldn't cause http triggers in the UI? Unless there's some functionality in the app that I'm unaware of.
Actual Behavior
after creating a few chats, open the network tab in the browser
inspectwindow. running your cursor over the chat titles causes the frontend to FLOOD the backend with requests.Steps to Reproduce
My Setup
Steps
gemma3:27b-it-qathf.co/unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF:Q8_K_XLhf.co/Menlo/Jan-nano-gguf:Q8_0hf.co/unsloth/Qwen3-14B-GGUF:Q8_0tempset to0.65,top_pto0.95, etc)Then open up browser network tools, run the cursor up and down the list of chats you've created.
Logs & Screenshots
logs from the pipelines & openwebui app pods are all eventually 2xx:
The problem though is that the application then takes upwards of 20s PER REQUEST in that gif to complete (some go past a minute)
Additional Information
I noticed this while investigating strange amounts of traffic going to my LB.
helm chart version 0.6.20
@tjbck commented on GitHub (Jun 18, 2025):
Intended behaviour.
@chr0n1x commented on GitHub (Jun 19, 2025):
@tjbck are there any docs or explanation as to why? I find this behavior very strange.