mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
[GH-ISSUE #12087] issue: Browser Freezes When Pasting Large Content #103462
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 @chalitbkb on GitHub (Mar 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12087
Hello, I'm writing about this again after addressing the same issue several months ago. I encountered the same problem I previously described in another section, which has since been resolved. However, I found that adding large content to the ".../workspace/knowledge/xxxx" section causes the browser to freeze. I hope this can be fixed soon.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Chrome 134.0.6998.118
Confirmation
README.md.Expected Behavior
• When placing the content into the specified box located at “…/workspace/knowledge/xxxx,” the system should be able to handle or process it without any issues.
Actual Behavior
• Even though a similar problem was previously resolved in another location, placing a large amount of content in “…/workspace/knowledge/xxxx” once again caused the same issue, indicating that the system cannot properly handle large data.
Steps to Reproduce
Logs & Screenshots
Additional Information
This is where I previously wrote about this issue. It might help you understand better.
https://github.com/open-webui/open-webui/issues/9166#issue-2823646320
@Classic298 commented on GitHub (Mar 27, 2025):
I don't know if related, but if
then: 5) browser freezes
@gaby commented on GitHub (Mar 27, 2025):
This is similar to what happens with syntax highlighting.
Related https://github.com/open-webui/open-webui/discussions/11924
@jrkropp commented on GitHub (Apr 2, 2025):
I’ve had a few users report something similar. It often is due to browser extensions they have enabled
@spammenotinoz commented on GitHub (Apr 23, 2025):
I have found three main causes, but typically only impacts a few users.
a) Uncompressed images (absolutely kill the performance, these can lock-up the entire system for all users). Forcing client side compression has been my saviour.
b) Browser extensions
c) Large conversations (the entire conversation is stored uncompressed in the browser, just the console logs alone impact the performance) and bounces between the user and the server. Using knowledge instead of pasting text helps a lot.
Mitigation: Improving the performance of the database via pooling, can have some benefit.
@Monniasza commented on GitHub (Jun 1, 2025):
I've got the logs for it. This issue occured when I accidentally pasted in a text dump of an executable. The console doesn't show any errors, but the UI hangs. Notice the huge content row. After waiting a very long time, however, the UI loads, but is still nearly unresponsive.
localhost-1748793639320.log
@chrisoutwright commented on GitHub (Jul 10, 2025):
Can something be improved with long chats (happens faster with more models side-by-side) with the lag? After 30k with three models, it is nearly impossible to continue.
@Monniasza commented on GitHub (Jul 11, 2025):
The performance may be improved by capping all message lengths and loading only messages that are visible.
@silentoplayz commented on GitHub (Dec 7, 2025):
When I pasted about 843k tokens (≈4M characters) into a new note in Open WebUI, the tab locked up. Clicking on

Stopdid nothing, so I closed and reopened the tab, only to find the note still empty.The same lockup issue occurs if I paste in a large amount of text into the search bar of the model selector.

And when I paste in a large amount of text into the text input field within a channel.

@silentoplayz commented on GitHub (Dec 7, 2025):
I can also confirm the issue reported by OP. My previous comment highlights three more areas in the UI where this lockup was found to occur.
@neon12345 commented on GitHub (Feb 24, 2026):
It seems the ui does not use virtual rendering for large text documents?
@InconsolableCellist commented on GitHub (Apr 25, 2026):
I ran into this on 0.9.2, it makes it pretty annoying or even impossible to paste in medium or large documents, especially if you have to type after. E.g.,
"Given the following ```<referenced code>``` can you give me a summary?"Beginning to type``` cmay take many seconds or even effectively hang the tab.