Closed
Bug 1493576
Opened 6 years ago
Closed 6 years ago
scrolling is not smooth on certain site (uebermedien.de) when WebRender is enabled
Categories
(Core :: Graphics: WebRender, defect, P4)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: alice0775, Unassigned)
References
()
Details
Attachments
(1 file)
16.35 KB,
text/plain
|
Details |
Steps to reproduce:
1. Open URL
2. Scroll down and cache all images if necessary. (to avoid noise such as network and disk activities)
3. Try scroll
Mouse wheel
AutoScroll with middle mouse click
hold left mouse button down on scroll arrow of scrollbar
Actual Results:
scrolling is not smooth
Expected results:
smooth
Comment 1•6 years ago
|
||
Are you still seeing a problem?
![]() |
Reporter | |
Comment 2•6 years ago
|
||
(In reply to Maire Reavy [:mreavy] Plz needinfo from comment #1)
> Are you still seeing a problem?
Build ID 20181010100123
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
Yes, I can still reproduce if WebRender is enabled.
It quite smooth scrolling if WebRender is disabled.
Steps to reproduce:
1. Open URL
2. Scroll down and cache all images if necessary. (to avoid noise such as network and disk activities)
3. Try scroll
Mouse wheel
AutoScroll with middle mouse click
hold left mouse button down on scroll arrow of scrollbar
Actual Results:
scrolling is not smooth.
Especially Section of "26 Kommentare " at middle of the page.
Flags: needinfo?(alice0775)
Comment 4•6 years ago
|
||
I don't think so. Alice0775 can you get a profile of the problem with Gecko profiler? Please make sure you add "RenderBackend,Renderer,WebRender,Wr" to the list of threads profiled.
Flags: needinfo?(jmuizelaar) → needinfo?(alice0775)
![]() |
Reporter | |
Comment 5•6 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #4)
> I don't think so. Alice0775 can you get a profile of the problem with Gecko
> profiler? Please make sure you add "RenderBackend,Renderer,WebRender,Wr" to
> the list of threads profiled.
https://perfht.ml/2P7tptX
Flags: needinfo?(alice0775)
Comment 6•6 years ago
|
||
Thanks. It looks like the problem is just on the "Renderer" thread. Can you get a new profile that only samples that thread?
Flags: needinfo?(alice0775)
![]() |
Reporter | |
Comment 7•6 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #6)
> Thanks. It looks like the problem is just on the "Renderer" thread. Can you
> get a new profile that only samples that thread?
set threads to "Renderer" only,
https://perfht.ml/2P2V66S
Flags: needinfo?(alice0775)
Comment 8•6 years ago
|
||
It looks like this is caused by occasional large chunks of texture upload, this gives us +20ms renderer frames. We should to try track down the cause and see how much is being uploaded.
Updated•6 years ago
|
Summary: scrolling is not smooth on certain site when WebRender is enabled → scrolling is not smooth on certain site (uebermedien.de) when WebRender is enabled
![]() |
Reporter | |
Comment 9•6 years ago
|
||
No longer reproduce.
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → disabled
status-firefox66:
--- → verified
Resolution: --- → WORKSFORME
![]() |
Reporter | |
Updated•6 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•