mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #5778] Paginate conversation #29649
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 @uhidontkno on GitHub (Sep 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5778
Is your feature request related to a problem? Please describe.
When having long conversations with an AI model, Open WebUI tends to slow down as the conversation gets longer and longer making new messages appear to take longer and slowing down the UI (eventually leading to the browser freezing)
Describe the solution you'd like
Simply paginate the messages (eg. only show 20 messages at a time) to improve performance and load them dynamically similar to how Discord does it
@uhidontkno commented on GitHub (Sep 28, 2024):
Why did this issue get closed? As of the latest version, Open WebUI loads the entire conversation which tanks web performance for large conversations
@justinh-rahb commented on GitHub (Sep 28, 2024):
I would guess because tjbck would rather fix performance issues at the source than apply bandaid fixes like pagination. Either way, the direction of the project is up to him.
@tjbck commented on GitHub (Sep 29, 2024):
Try updating to the latest, pagination is already implemented and has been for several versions now.
@uhidontkno commented on GitHub (Sep 29, 2024):
Docker version seems to be outdated then
@uhidontkno commented on GitHub (Sep 29, 2024):
nevermind
@uhidontkno commented on GitHub (Sep 29, 2024):
my docker container just never updated