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

Improve performance/lag for benefit of frontend #56

Open
vincerubinetti opened this issue May 31, 2019 · 0 comments
Open

Improve performance/lag for benefit of frontend #56

vincerubinetti opened this issue May 31, 2019 · 0 comments

Comments

@vincerubinetti
Copy link

Performance of the frontend can be a bit laggy, which makes it unpredictable and confusing to the user when there is a queue of long computations in sequence. Some of this lag can be improved on the frontend, which I am in the process of doing. Some of this lag can surely be improved with modifications to the backend.

I'm not sure what the improvements would look like. One could possibly be a timeout parameter available for each query. After taking too long, it would simply give up on the query and return an error or something, preventing too many queries from building up and "clogging" the backend.

This is something we should discuss and iterate on over time.

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