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

Server sends unnecessary plot data #175

Closed
eidekrist opened this issue Jun 2, 2020 · 0 comments · Fixed by #176
Closed

Server sends unnecessary plot data #175

eidekrist opened this issue Jun 2, 2020 · 0 comments · Fixed by #176
Assignees
Labels
bug Something isn't working

Comments

@eidekrist
Copy link
Member

This is a continuation of part of the issue described in #148.

The server sends data for any plot the user has clicked on. Navigating away from a plot ensures that new data is not fetched from libcosimc, but all gathered plot data is still sent to the client, which bogs down the application.

@eidekrist eidekrist added the bug Something isn't working label Jun 2, 2020
@eidekrist eidekrist self-assigned this Jun 2, 2020
eidekrist added a commit that referenced this issue Jun 3, 2020
* #175 Clear all stored X and Y trend values when changing active trend.

* #175 Fetch initial trend data faster when navigating to a plot.

* #143 Remove trend loop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant