Scrolling is janky on news.ycombinator.com with sw-wr on a Mali400 device
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: jrmuizel, Unassigned)
References
(Depends on 2 open bugs, Blocks 3 open bugs)
Details
Overall it's a pretty rough time:
https://share.firefox.dev/3eVKyCM
Reporter | ||
Comment 1•3 years ago
|
||
Zooming is especially bad:
https://share.firefox.dev/3yn0d5C
Reporter | ||
Comment 2•3 years ago
|
||
Scrolling with WebRender off:
https://share.firefox.dev/2S1NULt
Zooming with WebRender off:
https://share.firefox.dev/3wg62A5
Reporter | ||
Comment 3•3 years ago
|
||
Scrolling slowly with WebRender on:
https://share.firefox.dev/3hvxOoa
Our picture cached frames are pretty good, but as soon as we miss the picture cache we're in a bad spot.
Reporter | ||
Comment 4•3 years ago
|
||
In the most recent scrolling profile 39% of our time ends up in SwapBuffers, it would be nice if we could figure out why and perhaps do it on another thread.
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Comment 5•3 years ago
|
||
Here's a profile with a bit of driver symbolication:
https://share.firefox.dev/3ys8gOD
Reporter | ||
Comment 6•3 years ago
|
||
A new local profile with Lee's text optimization: https://share.firefox.dev/2T0THBo
Updated•3 years ago
|
Updated•3 years ago
|
Description
•