-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Performance issue: Too high CPU usage #507
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
Comments
That's been fixed already. Check out the nightly release? |
@KRTirtho still an issue on e560ade I've removed all the widgets in the player_controls.dart and narrowed it down to this line: https://github.com/KRTirtho/spotube/blob/master/lib/components/player/player_controls.dart#L51 but, that's without anything rendered, so there's still an issue with the current widget tree |
Using 3.0.0 from Flathub on Fedora Kinoite 38, I cannot reproduce such a high CPU usage |
Even |
Possible fix in #606, not sure about the memory leak, though may be connected to usage of |
I think we can safely say it's fixed now. Thanks to @karniv00l 🚀 |
The fix is now available on v3.0.1 |
Is there an existing issue for this?
Current Behavior
When starting Spotube without playing music, it permanently consumes 80 to 86% CPU.
When playing music, it permanently consumes 80 to 107% CPU.
Expected Behavior
Much less CPU usage.
Steps to reproduce
Operating System
Linux Debian 11, 64-bit, Mate desktop
Spotube version
2.7.1
Installation source
Flathub (Flatpak)
Additional information
No response
The text was updated successfully, but these errors were encountered: