Closed
Bug 1585586
Opened 5 years ago
Closed 2 years ago
Paint taking too long
Categories
(Core :: Graphics, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: tripurari, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Steps to Reproduce
- go to https://gatsby-forty.surge.sh/
- click on menu button ( top right corner )
Inspect in profiler
I have attached the performance profiling data ( profiler.firefox.com ) the new one :p
Actual results:
Paint takes a lot of time making the transition feel very janky
Expected results:
transition should have been very smooth without blocking that main thread for so long
Comment 1•5 years ago
|
||
From the profile this seems to be a Graphics issue.
Weird things I can see at a glance:
- memory usage
- the graphics subsystem seems to wait a lot
Component: Untriaged → Graphics
Product: Firefox → Core
Reporter | ||
Comment 2•5 years ago
|
||
output of about:support
Comment 3•5 years ago
|
||
I tested this out with WebRender enabled, seems to work better. Clicking on the menu button feels more responsive, transition looks pretty smooth.
Blocks: wr-better
Priority: -- → P3
Comment 4•2 years ago
|
||
Works well with WR.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•