I'm profiling list with infinite scrolling and data lazy-loading. What can cause this long "Composite Layers" phase?
and
If you are interested in details about the list:
Layers that contain one or more objects with a defined "Composite Level" greater than zero are considered composite layers. Composite levels make it easy to define the fill rules for objects without the construction of complex polygons or geometries.
Compositing and Blending is a CSS module that defines how shapes of different elements are combined into a single image.
Without a link, it's hard to say for sure - but by the look of all the "purple" (in your first screenshot), you are likely using too many elements that contain any of the below properties:
A) have position: fixed;
B) are using transform
before and during animations
C) using too many simultaneous keyframes
(for example as you append rows while lazy loading)
Edit: Upgrade your version of Chrome - Performance replaces Timeline and provides a little more insight on the details you might be looking for.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With