mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-24 03:18:21 -05:00
[GH-ISSUE #14795] issue: Model Response Extremely Slow #120675
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 @JoeChen2me on GitHub (Jun 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14795
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.13
Ollama Version (if applicable)
unused
Operating System
Deploy on Ubuntu, Use on Mac
Browser (if applicable)
Edge
Confirmation
README.md.Expected Behavior
When I initiate a question, the model's response should return quickly.
Actual Behavior
In actual use, it takes a long time to receive a response from the model. According to the Docker logs, a lot of time is spent requesting the application version before the model's API request is initiated.
Steps to Reproduce
ask a question in openwebui and record the TFTT .
Logs & Screenshots
Docker Log
Browser
Additional Information
I don't understand why each time a chat request is initiated, it needs to obtain the app's version, which causes a large amount of redundant performance overhead, resulting in significant performance loss.