-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Main Admin Dashboard Page on SaaS Instance (/admin/users) Is Slow To Load #13334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I also noticed that starting a search while the intial open-page query is still in progress will cause the search input to be lost and the search results to be replaced by the default (empty) results of the intial page load. |
scheduled as this makes our admin dashboard painful to use. |
When the page loads, it makes a request for
Which takes around ~21 seconds. Subsequent query for a term "easy"
Takes ~7 seconds. Removing the search term and searching again makes
And takes ~21 seconds again. This is caused by the underlying DB query being slow. |
From metrics, we can see that indeed this used to perform better and started happening around Sept 22 - metrics |
This looks to be introduced with this commit - 29c88a7 |
Related to #13225 |
Bug description
In the past 7 days or so the main page in the admin dashboard (
/admin/users
) has been much slower to than previously. Prior to about a week ago the page would load within 2-5 seconds. At this time it takes ~30 seconds for the page to load. While the page is loading searching is not possible.Steps to reproduce
https://www.loom.com/share/957360c6c38043839fd9c79ffe079520
Workspace affected
N/A
Expected behavior
I would expect that the page loads in a timely manner. It's possible it's pulling additional user data to display the rows of users on the page which is causing this additional delay. The page will likely need to be profiled to get a better understand of what is causing it to load so slowly.
Example repository
N/A
Anything else?
N/A
The text was updated successfully, but these errors were encountered: