-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bad UI performance, 100% CPU usage, hw accel? #223
Comments
I don't know if Spotify correctly passes the arguments to Electron but you can try running with the same arguments the Discord package uses to enable GPU usage: https://github.com/flathub/com.discordapp.Discord/blob/master/discord.sh#L9 Like |
Unfortunately, --enable-gpu-compositing has no effect. |
I think it is just an issue in Spotify itself, so nothing on flatpak-level can be done about it. |
It uses like 60% of one CPU core when animations are happening here. Similar actions on their web player in Firefox use 20-40%. Fair to say its not enabling all hwaccel. |
i just discoverd that clearing cache helps a lot so i suggest you to try it |
Hi, since a recent update it seems my Spotify instance has quite a bad UI performance, and occasionally using 100% CPU. It seems to happen when some widget is showing with moving properties, like a marquee text banner or play icon. Could it be that hardware acceleration within the electron app is default off? I cannot find any setting in the app to enable/disable this.
Running on Kubuntu 20.04 on a Intel(R) Core(TM) i5-5300U CPU / GPU.
The text was updated successfully, but these errors were encountered: