Slow Animations when scrolling on cevitxef.com with Webrender software enabled
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
People
(Reporter: rdoghi, Unassigned)
References
(Blocks 1 open bug)
Details
[Affected platforms]:
Platforms: Windows 8 / 8.1 , Windows 7, Ubuntu
[Preconditions]:
Reach about:config and set both gfx.webrender.enabled, gfx.webrender.software - true
[Steps to reproduce]:
- Launch the Firefox browser.
- Reach https://www.cevitxef.com/ and scroll down.
Expected Result:
The text and images animations should run smooth and without issues.
Actual Results:
With Webrender Software enabled the animations are much slower and and take a longer time to finish.
The animations and images on the page are a little shakier with webrender software enabled.
Recording: https://www.awesomescreenshot.com/video/3180162?key=f6d2458880e6f6ccf118d8fec80a31bd
Performance profile: https://share.firefox.dev/2P5E8H6
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Similar to bug 1700932, we spend nearly half the time in the RenderThread in RenderDXGITextureHost::MapPlane
.
Comment 2•4 years ago
|
||
Rares, can you get a profile with gfx.webrender.software.d3d11=false?
Reporter | ||
Comment 3•4 years ago
|
||
Performance profile with Default WebRender: https://share.firefox.dev/3lWw1sy
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Matt, did sw-wr-perf-d3d11-webgl resolve this particular bug?
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Looks like this page has two giant <canvas> elements covering the screen, and in the profile we're mapping them for readback every composite.
I suspect bug 1706488 should have fixed this.
Rares, do you still see bad performance here?
Reporter | ||
Comment 6•4 years ago
|
||
Yes this definitely improved a lot over the old builds, I mean the Text from the page still shakes pretty bad but performance wise I can scroll a lot easier and faster than before, the animations from the texts are also a lot faster and smoother than before.
I think we can close it but the Text from the page is still shaking a lot.
Updated•4 years ago
|
Description
•