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
I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
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
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have listed steps to reproduce the bug in detail.
Expected Behavior
In the production environment, the ../api/models API should have consistent and quick response times for all user roles
Response time should be within 1-2 seconds, regardless of whether it's an admin or a regular user
Actual Behavior
In production, for admin: API responds in 1 second
In production, for regular users: API takes 8-10 seconds, sometimes up to 30 seconds
Steps to Reproduce
In the production environment, log in with an admin account
Observe the response of ../api/models in the browser's network tab
Log out
In the production environment, log in with a regular user account
Observe the response of ../api/models in the browser's network tab
Record and compare response times
Logs & Screenshots
ADMIN:
USER:
Additional Information
No response
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
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### 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
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### Expected Behavior
- In the production environment, the ../api/models API should have consistent and quick response times for all user roles
- Response time should be within 1-2 seconds, regardless of whether it's an admin or a regular user
### Actual Behavior
- In production, for admin: API responds in 1 second
- In production, for regular users: API takes 8-10 seconds, sometimes up to 30 seconds
### Steps to Reproduce
1. In the production environment, log in with an admin account
2. Observe the response of ../api/models in the browser's network tab
3. Log out
4. In the production environment, log in with a regular user account
5. Observe the response of ../api/models in the browser's network tab
6. Record and compare response times
### Logs & Screenshots
ADMIN:

USER:

### Additional Information
_No response_
GiteaMirror
added the bug label 2025-11-11 15:58:12 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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