Scrolling https://github.com/servo/pathfinder/pull/350/files appears to spend large time in Style
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
Details
Attachments
(1 file)
|
31.28 KB,
text/plain
|
Details |
Go to https://github.com/servo/pathfinder/pull/350/files
Using the scrollbar, scroll up-and-down quickly on the page
AR: https://share.firefox.dev/3Sl44dy (Profile with adblockers disabled and sequential styling enabled)
Profile suggests large time spent in Style.
ER: Maybe better?
| Reporter | ||
Comment 1•4 years ago
|
||
| Reporter | ||
Comment 2•2 years ago
|
||
Latest profile: https://share.firefox.dev/3UYwi1p
| Reporter | ||
Comment 3•1 year ago
|
||
Split view: https://share.firefox.dev/3EbvyAa
Unified view: https://share.firefox.dev/4lfgVMZ
Emilio, anything worth fixing here?
Comment 4•1 year ago
|
||
How does it compare to other browsers? Off hand I don't see anything too unexpected there... It seems they are modifying some custom properties on the root which cause us to traverse the whole page updating styles (yuck), but...
| Reporter | ||
Comment 5•1 year ago
|
||
we are somewhat better.
Chrome: https://share.firefox.dev/4las4hU
Firefox: https://share.firefox.dev/3EbvyAa
Based on this, i will close this.
Description
•