Skip to content
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

Admin/Quota page takes too long to load - requests to much information #19570

Open
bgruening opened this issue Feb 8, 2025 · 1 comment
Open
Assignees

Comments

@bgruening
Copy link
Member

Describe the bug

Opening the Admin->Quota page or the "Create New quota" page takes a long time on EU. It seems that we transfer 6MB of data and this takes roughly 6s.
I think we request all groups and all users with those API calls. At least for the "/admin/quotas" page, that should not be necessary. I'm unsure if we need to load all users for "admin/form/create_quota".

Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.2 (but this problem exists most likely since a long time)

To Reproduce
Steps to reproduce the behavior:

  1. You need to be admin
  2. Go to 'https://<your_galaxy>/admin/quotas'
  3. See in the browser console how long the page load takes and what is requested

Expected behavior
Page should load faster.

Additional context
Not a very important bug/issue.

@jdavcs
Copy link
Member

jdavcs commented Feb 11, 2025

Related #17709 (same problem, different admin area)

@arash77 arash77 self-assigned this Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants