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 #55

Open
sleidig opened this issue Dec 8, 2014 · 2 comments
Open

Improve Performance #55

sleidig opened this issue Dec 8, 2014 · 2 comments

Comments

@sleidig
Copy link
Contributor

sleidig commented Dec 8, 2014

Currently simply switching between different screens produces a noticable lag. We should look into performance issues to reduce that problem.

@sleidig sleidig added this to the First Public Release v1.1 milestone Dec 8, 2014
sleidig added a commit that referenced this issue Sep 2, 2015
Keeps Recordings and Tasks in memory for faster access.
improves #55
@sleidig
Copy link
Contributor Author

sleidig commented Sep 2, 2015

In the current situation, we need a splash screen during the long startup phase: #59

@sleidig
Copy link
Contributor Author

sleidig commented Sep 2, 2015

Displaying the autocomplete dropdown for task selection takes 2-3 seconds even with the new database cache. The MainTaskSuggestor also needs to cache its list until anything changes (or continually update it?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant