mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
issue: Performance Disparity: API Response Time Variation Between Admin and User Roles #4601
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 @chalitbkb on GitHub (Mar 28, 2025).
In the production environment, when I log in as an admin, the response from ../api/models takes only about 1 second. However, when logging in with regular user permissions, it takes as long as 8-10 seconds, and sometimes up to 30 seconds. I have repeatedly tested this scenario multiple times, and the results consistently demonstrate the same performance disparity between admin and regular user roles.
This significant delay not only extends the loading time after clicking the login button but also impacts the user experience negatively. After the OI logo disappears, there is no clear indication of system activity, such as a loading icon. As a result, the user interface appears to be frozen on a white or black screen, which can be confusing and frustrating for users, making them uncertain whether the system is processing their request or has encountered an error.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.0
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Chrome 134.0.6998.118
Confirmation
README.md.Expected Behavior
Actual Behavior
Steps to Reproduce
Logs & Screenshots
ADMIN:

USER:
Additional Information
No response