Originally created by @uhidontkno on GitHub (Sep 28, 2024).
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
Originally created by @uhidontkno on GitHub (Sep 28, 2024).
**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
Why did this issue get closed? As of the latest version, Open WebUI loads the entire conversation which tanks web performance for large conversations
@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
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.
@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.
Try updating to the latest, pagination is already implemented and has been for several versions now.
Docker version seems to be outdated then
@uhidontkno commented on GitHub (Sep 29, 2024):
> Try updating to the latest, pagination is already implemented and has been for several versions now.
Docker version seems to be outdated then
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @uhidontkno on GitHub (Sep 28, 2024).
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