-
Notifications
You must be signed in to change notification settings - Fork 502
-
Hey guys,
I am looking for some guidance from experienced users as I am not sure if what I am seeing is normal:
The container is running fine and at a decent speed. However, when a user runs a search through his chats, or when I (as an admin) look at the user/feedback panel, things slow down dramatically.
I have tried to scale up the container, but performance as the same.
I had a look at the storage account performance but that seems to be fine, although we see the number of requests spike when running a search or looking at feedbacks.
The sqlite database is sitting at ~100MB, so still rather small.
I have also tried to query the user feedback via API (/api/v1/evaluations/feedbacks/all) and this takes anywhere between 4-10 seconds right now, if I run this at the same time as I look at it in the UI, the API call may timeout (30s).
So, I am thinking that the problem is the sqlite query being too greedy.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
posted in the correct repo now: open-webui/open-webui#20047
Beta Was this translation helpful? Give feedback.