mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #20982] [MERGED] perf: Debounce various Database Endpoints for less Database Queries and better Backend performance #25866
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20982
Author: @Classic298
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @tjbck
Base:
dev← Head:debounce📝 Commits (10+)
a6bc4ccUpdate KnowledgeSelector.sveltec8efa17Update KnowledgeSelector.svelteddc9a5eUpdate Users.svelteb68db59Update MemberSelector.svelte3daf9d3Update MemberSelector.svelte4834d03Update Knowledge.svelted657a96Update Knowledge.svelte582d609Update Notes.svelte90054ccUpdate Knowledge.sveltedeee38eUpdate Prompts.svelte📊 Changes
11 files changed (+139 additions, -31 deletions)
View changed files
📝
src/lib/components/admin/Functions.svelte(+14 -7)📝
src/lib/components/admin/Users/Groups/Users.svelte(+13 -4)📝
src/lib/components/admin/Users/UserList.svelte(+13 -4)📝
src/lib/components/chat/MessageInput/Commands/Knowledge.svelte(+10 -2)📝
src/lib/components/chat/MessageInput/Commands/Prompts.svelte(+14 -1)📝
src/lib/components/notes/Notes.svelte(+11 -1)📝
src/lib/components/workspace/Knowledge.svelte(+16 -2)📝
src/lib/components/workspace/Models/Knowledge/KnowledgeSelector.svelte(+11 -4)📝
src/lib/components/workspace/Prompts.svelte(+8 -2)📝
src/lib/components/workspace/Tools.svelte(+15 -2)📝
src/lib/components/workspace/common/MemberSelector.svelte(+14 -2)📄 Description
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.