mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
issue: Note-taking app lag issue #6537
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 @pureGavin on GitHub (Sep 29, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.31
Ollama Version (if applicable)
No response
Operating System
ubuntu 24.04
Browser (if applicable)
chrome 140.0.7339.128
Confirmation
README.md.Expected Behavior
When AI edits an entire note, it should not cause the page to freeze completely.
Actual Behavior
When using AI to edit an entire note (e.g., translating the entire note), the web page may appear frozen. If you wait patiently for a period of time (the duration of which will depend on the note's content), the editing process will eventually complete. However, perhaps this feature could be presented more effectively? For example, with a progress bar or segmented display during editing?
Steps to Reproduce
Find any non-native language article, copy it into an Open-WebUI note, then use AI editing to translate it.
Logs & Screenshots
This issue is extremely easy to reproduce, hence no screenshots. As for logs, since the software itself does not report errors during translation, there are no logs either.
Additional Information
Strictly speaking, this issue is not a bug but rather a software performance problem. Even if it remains unresolved, it will not affect the use of core functionalities.
@tjbck commented on GitHub (Sep 29, 2025):
Intended UI behaviour , we'll see what we can do.
@pureGavin commented on GitHub (Nov 4, 2025):
Does closing this issue mean it won't be resolved? Or have you logged it in your internal development schedule?