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

[24.0] Improve published histories listing performance in UI #17717

Conversation

davelopez
Copy link
Contributor

@davelopez davelopez commented Mar 14, 2024

Fixes #17665

Initially load only summary views, as the additional details are requested for each history after loading anyway.

Tested with CHANGE_ORIGIN=true GALAXY_URL="https://usegalaxy.org/" make client-dev-server

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

Initially load only summary views, as the additional details are requested for each history after loading anyway.
Copy link
Member

@mvdbeek mvdbeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is a followup issue in that https://usegalaxy.org/api/histories?limit=25&offset=0&search=&sort_by=update_time&sort_desc=true&show_own=false&show_published=true&show_shared=false&view=summary returns a bunch of things that are not part of HistorySummary (need to eliminate extra="allow" in the model), but in any case the summary view helps.

@mvdbeek mvdbeek merged commit 8fcb994 into galaxyproject:release_24.0 Mar 14, 2024
29 of 30 checks passed
@mvdbeek
Copy link
Member

mvdbeek commented Mar 14, 2024

Screenshot 2024-03-14 at 15 59 42

@davelopez davelopez deleted the 24.0_improve_published_history_listing branch March 14, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants