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

Fix problems panel performance and memory issues caused by alert.get method #724

Merged
merged 3 commits into from
Apr 22, 2019

Conversation

alexanderzobnin
Copy link
Collaborator

This PR fixes #712 and #720
The performance problems were caused by a large amount of data fetched by alert.get API method. Since the only usage of that data is showing problem alert message, the most gentle solution is to fetch this data only for the particular problem on demand (when user opens details of the problem).

@alexanderzobnin alexanderzobnin merged commit bc889ff into master Apr 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leak? Can't load problems from many hosts
1 participant