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

Analysis Graph is taking too long to load #325

Open
noppanit opened this issue Apr 6, 2018 · 0 comments
Open

Analysis Graph is taking too long to load #325

noppanit opened this issue Apr 6, 2018 · 0 comments

Comments

@noppanit
Copy link

noppanit commented Apr 6, 2018

Hi,

We're seeing the issue with Analysis Graph is taking too long to load. I found out that the code is doing mysql query for each day and in our case it times out from the server.

https://github.com/intuit/wasabi/blob/develop/modules/analytics/src/main/java/com/intuit/wasabi/analytics/impl/AnalyticsImpl.java#L426

Not sure if there's a PR that's fixing this already? We did a fix by doing one query and group by date and do the cumulative in memory instead. I'm happy to do a PR but just want to make sure that's nothing like this already.

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

No branches or pull requests

1 participant