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

Significantly reduce loading time for mutations table in comparison page #4714

Merged

Conversation

gblaih
Copy link
Contributor

@gblaih gblaih commented Sep 1, 2023

Helps fix issue on comparison page mutations tab where the mutations table takes a long time to load when there are a large number of mutations. This fix reduces loading time.

e.g.
https://www.cbioportal.org/comparison/mutations?comparisonId=61791fa92e3200072db9b64e
This query goes from not being able to finish in a reasonable time to finishing in around 30 seconds.

https://www.cbioportal.org/comparison/mutations?comparisonId=61791fa92e3200072db9b64e&selectedGene=TERT
This query goes from finishing in around 28 seconds to around 10 seconds.

@alisman alisman merged commit dd26369 into cBioPortal:master Sep 1, 2023
@inodb inodb added the performance This PR is related to a performance issue label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance This PR is related to a performance issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants