mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #14372] feat: It is hoped that the cache will be applied to each dialog box instead of reloading it each time the dialog box is opened. #32752
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 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14372
Check Existing Issues
Problem Description
1.Hope to optimize loading for large content dialog boxes

2.Hopefully the dialog box can be cached instead of reloaded every time.
Desired Solution you'd like
Solve the problem of loading speed through caching and streaming loading
Alternatives Considered
No response
Additional Context
No response