danirabbit / nimbus

A minimal weather applet
GNU General Public License v2.0
80 stars 21 forks source link

Unexpected CPU usage #83

Open ChristopherNugent opened 6 years ago

ChristopherNugent commented 6 years ago

The widget constantly uses 2-5% of CPU time, which is notably higher than other idle applications (even Chrome/Firefox dip below this when i am not interacting with them).

screenshot from 2018-08-05 01 09 41

danirabbit commented 1 year ago

Hm yeah I can confirm this. I wonder if it has something to do with holding on to the same weather object the whole time. Maybe we should destroy it and grab a new object when we update?