mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Bug: UI Freeze and Timeout During Long Context Interactions #1825
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 @zhiqing0205 on GitHub (Aug 20, 2024).
Installation Method
Docker
Environment
Open WebUI Version: v0.3.13
Operating System: Windows
Browser (if applicable): Google Chrome
Confirmation:
Expected Behavior:
The UI should remain responsive and process requests without timeouts, even during long context interactions.
Actual Behavior:
During long context interactions, the UI becomes unresponsive, requests time out, and the browser eventually reports a page crash.
Description
Bug Summary:
We've noticed an issue where the UI becomes unresponsive and requests time out when dealing with long context interactions. This leads to a degraded user experience and eventually results in the browser reporting a page crash.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
[Please include relevant browser console logs]
Docker Container Logs:
[Please include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):
[If possible, please attach any relevant screenshots or screen recordings that illustrate the issue]
Additional Information
We understand that handling long contexts can be challenging, but we believe improving this aspect would greatly enhance the user experience. Any insights into potential causes or suggestions for workarounds would be greatly appreciated.
Note
We apologize if we've overlooked any existing documentation or solutions for this issue. If there are any additional steps we should take or information we should provide to help diagnose this problem, please let us know. Thank you for your time and assistance in improving OpenWebUI!
@zeyugao commented on GitHub (Aug 20, 2024):
I have experienced performance issues in Safari, when generating inside a slightly long context, the UI will be laggy.
An example chat JSON:
chat-export-1724131076347.json
When doing generating, CPU usage will be 100%
This issue does not exist in Chrome, maybe the context is not long enough as mentioned before.
Open WebUI version: v0.3.13
Safari: Version 17.6 (19618.3.11.11.5)
OS: macOS 14.6.1 (23G93)