Closed
Bug 1490033
Opened 6 years ago
Closed 6 years ago
Bad performance on https://www.netlify.com/docs/
Categories
(Core :: Graphics: WebRender, defect, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: mstange, Assigned: jrmuizel)
References
Details
Attachments
(2 files)
https://www.netlify.com/docs/ has a wavy animation at the top which uses SVG, and it makes rendering of the whole page really slow.
Comment 1•6 years ago
|
||
P1 so we can understand how common this is, how bad it is relative to non-WR, and the rough LOE.
Priority: -- → P1
Updated•6 years ago
|
Blocks: stage-wr-trains
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jmuizelaar
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
This test case is uploading 113 MB of texture data. That's probably too high.
Assignee | ||
Comment 4•6 years ago
|
||
The problem here is caused by a changing residual offset. I have a patch that fixes it.
Assignee | ||
Comment 5•6 years ago
|
||
This catches all animations instead of those that only run on the compositor.
Reporter | ||
Comment 6•6 years ago
|
||
Comment on attachment 9011135 [details]
Bug 1490033. Use IsStyleMaybeAnimated to set up snapping surface transform
Markus Stange [:mstange] has approved the revision.
Attachment #9011135 -
Flags: review+
Assignee | ||
Comment 7•6 years ago
|
||
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3685d3c45f2d
Use IsStyleMaybeAnimated to set up snapping surface transform. r=mstange
Comment 9•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•