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

Solving rendering delay in timeline #23

Open
kitzler-walli opened this issue Apr 11, 2023 · 0 comments
Open

Solving rendering delay in timeline #23

kitzler-walli opened this issue Apr 11, 2023 · 0 comments

Comments

@kitzler-walli
Copy link

I compiled activity watch with watcher-input myself and everything works just fine, but after a whole day the timeline rendering takes ages. That's because of the rendering of all keypresses and mouseevents.
The activity tab loads instant and the aggregated data is shown instantly. On the timeline tab the "Events shown" are very fast too, only the bars indicating the activity take long for the watcher input bucket.

Which of these strategies would be the best?

  • Exclude the watcher-input from the timeline visualisation
  • Load the watcher-input data in larger chunks instead of every event for the timeline
  • aggregate data and commit only every 5 seconds
  • ...
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