mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
issue: Performance: Page load (model api request) takes >3 seconds for Non-Admin users but 350 ms for Admin user #5715
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 @skjoedt on GitHub (Jul 7, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
N/A
Operating System
MacOS and Ubuntu 22.04
Browser (if applicable)
Chrome 138.0.7204.93
Confirmation
README.md.Expected Behavior
A non-admin user should see the same page loading time for openwebui as an admin user.
Actual Behavior
A non-admin user with access to 5 models has page loading times (specific to the models api request) at 10x an admin user with access to all models.
In testing (localhost); 950 ms vs 150 ms
In production; 3500 ms vs 350 ms
Steps to Reproduce
Docker compose (excluding litellm deployment)
Litellm config to show number of available models exposed to openwebui
Logs & Screenshots
Chrome console log
And snippet from network log showing models takes 3.4 seconds to load.
Docker container logs
Additional Information
No response
@tjbck commented on GitHub (Jul 7, 2025):
Unable to reproduce from our end, keep us updated!