mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #17476] feat: Improve first-screen loading speed and reduce resource loading size. #18301
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 @ShirasawaSama on GitHub (Sep 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17476
Check Existing Issues
Problem Description
The current frontend modules relied upon by OpenWebUI are extremely numerous, resulting in extremely slow initial page load times (exceeding 10 seconds without any caching). This is particularly detrimental for new users.
Desired Solution you'd like
Related issues and PRs:
Reduce the size of static resources
[Reverted #17715] #17498 (-1MB)Result:
4217KB -> 1079KB = -74.41% js size
####### v0.6.17:
zstd:
gzip:
####### dev:
zstd:
gzip:
Reduce the number of requests
#17649Others
@Classic298 commented on GitHub (Sep 16, 2025):
PR was merged: https://github.com/open-webui/open-webui/pull/17477
@ShirasawaSama commented on GitHub (Sep 17, 2025):
Hello, could you please reopen this issue? This is part of a series of optimizations, and there are still a few remaining tasks to complete.
@ShirasawaSama commented on GitHub (Sep 17, 2025):
@tjbck Hello, could the
downloadPdfmethod be encapsulated into a generic public function for easier dynamic import?@silentoplayz commented on GitHub (Oct 7, 2025):
Can this be closed?
@ShirasawaSama commented on GitHub (Oct 7, 2025):
Not yet. I should be submitting one or two more pull requests. I'll close this issue myself once I'm done. Since it's a public holiday in my country, I haven't been very active on GitHub lately.