Open
Bug 1948107
Opened 7 months ago
Updated 7 months 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•7 months ago
|
Summary: Scrolling antithesis.com is very slow with SWGL → Scrolling antithesis.com with animated background is very slow with SWGL
Comment 1•7 months ago
|
||
Lee, can you please have a look here?
Severity: -- → S3
Flags: needinfo?(lsalzman)
Priority: -- → P2
Updated•7 months ago
|
Blocks: sw-wr-perf
Comment 2•7 months 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
•