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

[gui] Improve component statistics page load #3018

Merged

Conversation

csordasmarton
Copy link
Contributor

Use getSeverityCounts and getReviewStatusCounts API functions to get
severity and review status statistics for a component instead of calling
separate API functions for each column.

For example in case of 1 server setup it will reduce the time to fetch data
from ~24668 milliseconds to ~8311 milliseconds.

This way the Checker statistics and the Product overiew pages will load much
faster than before.

Use `getSeverityCounts` and `getReviewStatusCounts` API functions to get
severity and review status statistics for a component instead of calling
separate API functions for each column.

For example in case of 1 server setup it will reduce the time to fetch data
from ~24668 milliseconds to ~8311 milliseconds.

This way the Checker statistics and the Product overiew pages will load much
faster than before.
@csordasmarton csordasmarton merged commit 802cadb into Ericsson:master Nov 11, 2020
@csordasmarton csordasmarton deleted the improve_statistics_performance branch March 10, 2021 10:14
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