RESOLVED FIXED Bug 184969
[GTK] Eats CPU when animation on going in hidden tab
https://bugs.webkit.org/show_bug.cgi?id=184969
Summary [GTK] Eats CPU when animation on going in hidden tab
Bastien Nocera
Reported 2018-04-25 07:46:35 PDT
WebKitWebProcess eats about 12 to 15% CPU when this site is opened, even when it is hidden: https://www.humblebundle.com/games/capcom-sega-psn epiphany itself yo-yos between 5 and 12% CPU. The tab should be throttled down when hidden. Both processes' CPU usage drops to a couple of percent when that tab gets closed. webkit2gtk3-2.20.1-1.fc28.x86_64 epiphany-3.28.1.1-1.fc28.x86_64
Attachments
Carlos Garcia Campos
Comment 1 2019-04-02 01:38:53 PDT
This was fixed by r242364, see bug #195270. We are now suspending the threaded compositor when rendering is suspended. I've noticed another problem, though. When resizing the window, the hidden tabs are updated too, to avoid flickering or getting the old size when switching tabs. For that we need to resume painting and we are not suspending it again after the update. I'll file a new bug for that.
Note You need to log in before you can comment on or make changes to this bug.