You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe that displaying 25 histories takes a lot of time
Expected behavior
I should load 25 histories faster.
Screenshots
Additional context
I think the issue (or part of it) might be that we are loading detailed views of those histories when we only need the summary, and then, we are requesting additional redundant details for each of the histories after the first load.
The text was updated successfully, but these errors were encountered:
We did a bunch of work a long time ago to optimize the mako versions of these grids - I think this meta issue linked to some of the issues we tackled #5473.
We're at ~ 700ms now, fixing the view parameter in the API was key here. This is still kind of slow (though really not annoyingly so). I'm ready to attribute a lot of that to galaxyproject/usegalaxy-playbook#381. In any case this isn't somehting we need to fix for 24.0, and usegalaxy.eu also requires ~ 500ms. Given galaxyproject/usegalaxy-playbook#381 I would not assume there's a performance regression between the releases now.
Describe the bug
When loading published histories, it takes a considerable amount of time even if only 25 histories are loaded per request.
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.0
Commit: (run
git rev-parse HEAD
if you run this Galaxy server)To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should load 25 histories faster.
Screenshots
Additional context
I think the issue (or part of it) might be that we are loading
detailed
views of those histories when we only need thesummary
, and then, we are requesting additional redundant details for each of the histories after the first load.The text was updated successfully, but these errors were encountered: