mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
feat: pinned too big loading too slow #5082
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 @cjnss008 on GitHub (May 7, 2025).
Check Existing Issues
Problem Description
After startup, pinned needs to be fully loaded. As time goes by, pinned becomes larger and larger, and the loading speed becomes slower and slower. Now it takes more than 1 minute to fully start openwebui.
In fact, so much information is not needed.
Desired Solution you'd like
Load information progressively through paging and other methods instead of pulling all information at once.
Alternatives Considered
Load information progressively through paging and other methods instead of pulling all information at once.
Additional Context
No response
@morbificagent commented on GitHub (May 16, 2025):
See this here too... Starting openwebui on my smartphone takes ~30s and it will get worse when all grows...
@b-hayes commented on GitHub (May 24, 2025):
Takes ages to load the first time its prety bad experience when accessing on a new device.
@tjbck commented on GitHub (May 26, 2025):
Addressed with
ffa51ece0cin dev.@b-hayes commented on GitHub (May 27, 2025):
Will this be in the docker image soon?
@morbificagent commented on GitHub (May 27, 2025):
Works great. Many thanks!