Open
Bug 1948107
Opened 1 month ago
Updated 1 month ago
Scrolling antithesis.com with animated background is very slow with SWGL
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
People
(Reporter: cpeterson, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: perf:animation)
Steps to reproduce
- Enable SWGL:
gfx.webrender.software
pref = true and restart Firefox. - Load https://antithesis.com/
- Scroll the page.
Expected behavior
Scrolling should be smooth.
Actual behavior
Scrolling is very slow, presumably due to the page's animated background.
I'm running Nightly 137.0a1 on Windows 11.
Here is a profile: https://share.firefox.dev/3Qih9og
This is not a recent regression. I can reproduce in ESR 115 and Nightly 124 (from February 2024).
Reporter | ||
Updated•1 month ago
|
Summary: Scrolling antithesis.com is very slow with SWGL → Scrolling antithesis.com with animated background is very slow with SWGL
Comment 1•1 month ago
|
||
Lee, can you please have a look here?
Severity: -- → S3
Flags: needinfo?(lsalzman)
Priority: -- → P2
Updated•1 month ago
|
Blocks: sw-wr-perf
Comment 2•1 month ago
|
||
This looks like it is using animated 3D transforms over the entire background, along with filters, which is going to unfortunately be slow in software. I don't know that there is an easy fix for this.
Component: Graphics → Graphics: WebRender
Flags: needinfo?(lsalzman)
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•