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

Reduce api calls for generic assay meta in study view page #5019

Conversation

dippindots
Copy link
Member

@dippindots dippindots commented Oct 11, 2024

We were unnecessarily firing generic assay meta requests for each ga entity when these could be batched (as in achieved in this PR).

@dippindots dippindots added the performance This PR is related to a performance issue label Oct 11, 2024
@dippindots dippindots self-assigned this Oct 11, 2024
Copy link

netlify bot commented Oct 11, 2024

Deploy Preview for cbioportalfrontend ready!

Name Link
🔨 Latest commit 15e5c29
🔍 Latest deploy log https://app.netlify.com/sites/cbioportalfrontend/deploys/67857e94cd69750008a870a2
😎 Deploy Preview https://deploy-preview-5019.preview.cbioportal.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

this.genericAssayProfiles.result
);
},
});

readonly genericAssayStableIdToMeta = remoteData<{
Copy link
Member Author

Choose a reason for hiding this comment

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

No reference, deleting this function

@dippindots dippindots force-pushed the generic-assay-meta-study-view-reduce-call branch 3 times, most recently from b7d4fa5 to 2b27301 Compare October 15, 2024 06:11
@alisman alisman changed the base branch from master to clickhouse October 17, 2024 16:34
@dippindots dippindots force-pushed the generic-assay-meta-study-view-reduce-call branch from 2b27301 to 73f2ebe Compare October 17, 2024 16:49
@alisman alisman force-pushed the clickhouse branch 2 times, most recently from ecba99f to 22501dd Compare November 25, 2024 19:34
@alisman alisman force-pushed the clickhouse branch 2 times, most recently from 55bfd57 to 59d0cf5 Compare December 18, 2024 16:23
@alisman alisman changed the base branch from clickhouse to master January 10, 2025 20:56
@alisman alisman force-pushed the generic-assay-meta-study-view-reduce-call branch from 73f2ebe to 01a22a3 Compare January 10, 2025 21:25
@alisman alisman force-pushed the generic-assay-meta-study-view-reduce-call branch from 01a22a3 to 15e5c29 Compare January 13, 2025 20:58
@alisman alisman merged commit 6702f6f into cBioPortal:master Jan 13, 2025
12 of 15 checks passed
@dippindots dippindots deleted the generic-assay-meta-study-view-reduce-call branch January 13, 2025 21:52
olzhasmukayev pushed a commit to olzhasmukayev/cbioportal-frontend that referenced this pull request Jan 16, 2025
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.

2 participants