mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
High network usage was observed only during page interactions. #2828
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 @GrayXu on GitHub (Nov 26, 2024).
Bug Report
Environment
v0.4.4 docker
chrome 131.0.6778.86
Confirmation:
Expected Behavior:
When switching between different conversations on the page, since the conversations themselves only consist of a small amount of text (the rendering issue has been resolved previously), switching should be quick. Especially in conversations involving PDF research papers less than 4MB (using the entire document as context).
Actual Behavior:
Significant excessive network traffic occurs, causing the loading interface to be blocked for a long time on lightweight cloud servers with limited network bandwidth (for example, on my server with a restriction of 8mbps, it takes over 20 seconds to load).
Description
Bug Summary:
In theory, only a small amount of conversation text needs to be loaded, even considering the context of the PDF file, which is beyond expectation. Especially when the context presented in the conversation is plain text rather than the original PDF file. Moreover, this file can be lazy-loaded. Additionally, similar excessive network usage occurs when loading older conversation lists.