mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
[PR #2501] [MERGED] refac: speed up app mount by parallelizing API requests #7816
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/2501
Author: @cheahjs
Created: 5/22/2024
Status: ✅ Merged
Merged: 5/22/2024
Merged by: @tjbck
Base:
dev← Head:feat/speed-up-loading📝 Commits (1)
929384erefac: speed up app mount by parallelizing API requests📊 Changes
1 file changed (+20 additions, -8 deletions)
View changed files
📝
src/routes/(app)/+layout.svelte(+20 -8)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Run the large number of sequential API calls on app mount in parallel instead. On high-latency connections the sequential load becomes quite noticeable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.