pauldub / activity-watch-mode

Emacs plugin for automatic time tracking and metrics generated from your programming activity.
https://activitywatch.net
74 stars 9 forks source link

This package caused severe slow down on Emacs as a whole #7

Open alienbogart opened 5 years ago

alienbogart commented 5 years ago

Runtime Environment

Issue

This package made my Emacs slow down to a point where running common operations such as evil-open-below on an HTML file had noticeable lag. Uninstalling it solved the issue. It's working now.

The issue affected the entire program but was more noticeable with mhtml-mode. I have no idea why.

Otherwise, thank you very much. Besides the performance problem, it's a great package.

pauldub commented 5 years ago

Hi, thanks for your bug report, I have never experienced such slow downs myself. I will try to reproduce it with using your dotfiles.

alienbogart commented 5 years ago

I'd be happy to test it again with any parameters you give. This is a very useful package. Thanks.

pauldub commented 4 years ago

Hi, the latest release (#14) has fixed a bug in the bucket creation callback which could be the cause of the slowdown.

Would you like to try it and see if the issue you were facing is still relevant?