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

Enable request body compression for /structural-variant/fetch endpoint #4278

Merged
merged 3 commits into from
May 31, 2022

Conversation

pvannierop
Copy link
Contributor

@pvannierop pvannierop commented May 30, 2022

Problem

When loading Oncoprint with a large number of samples (60.000) the upload of the request body takes 1 minute for the /structural-variant/fetch endpoint. It turns out that the request is not yet listed in the urls that the frontend sends gzip compressed request bodies to.

image

Solution

Activate gzip compression for /structural-variant/fetch endpoint.

@pvannierop pvannierop requested review from alisman and Luke-Sikina May 30, 2022 12:17
@pvannierop pvannierop self-assigned this May 30, 2022
@pvannierop pvannierop force-pushed the request_compression_structvars branch from 6d68135 to 4756f58 Compare May 30, 2022 12:18
@pvannierop pvannierop changed the title Enable request body compression for /structural-variants/fetch endpoint Enable request body compression for /structural-variant/fetch endpoint May 30, 2022
@inodb inodb added the performance This PR is related to a performance issue label May 31, 2022
@inodb inodb merged commit 2004ec6 into cBioPortal:master May 31, 2022
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