mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Instead, collect a list of all the elements with content-visibility:auto after layout. This way we can skip the tree traversal when updating the rendering. This was previously eating up ~300 µs of the 60fps frame budget on our GitHub repo pages (and even more on large pages).