www.bankonloop.com eats 300% CPU on rasterization with HW Webrender
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: nekohayo, Unassigned)
Details
Attachments
(2 files)
Steps to reproduce
Testing with Fedora 41's Firefox 136 package running on the Wayland GNOME 47.4 session on a Linux desktop with open source Mesa 25.0 "radeonsi" graphics:
- Visit https://www.bankonloop.com (with its "Bank on Loop to [variable text part]" animated header)
- Observe CPU usage
Actual results
Simply letting Firefox idle in front of that page eats 80% of my CPU (Intel Xeon W3520 × 8).
Expected results
In comparison:
- Chromium 133 "only" eats 15 to 35% CPU on that same page.
- Epiphany (GNOME Web) "canary" (WebKitGTK 2.47.4 git) "only" eats 30 to 40% of my CPU on that page.
Reporter | ||
Comment 1•1 month ago
|
||
Regular "Firefox" profile: https://share.firefox.dev/4ibhV2E
Comment 2•1 month ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•26 days ago
|
||
That site does lot of 2d rasterization. There are 8 WRWorkerLP# processes which runs skia operations and that eats the CPU:
https://share.firefox.dev/4c6mARq
Updated•26 days ago
|
Comment 4•12 days ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit BugBot documentation.
Updated•12 days ago
|
Reporter | ||
Comment 5•1 day ago
|
||
That website doesn't seem to be easily archivable with archive.org with all the animations and whatnot, so just in case it changes and the website no longer occurs, here is an offline snapshot of that page saved using Firefox's "Save As" feature.
Reporter | ||
Comment 6•1 day ago
|
||
Corresponding WebKitGTK issue: https://bugs.webkit.org/show_bug.cgi?id=291791
Description
•