Files
ladybird/Libraries/LibWeb/CSS/StyleComputer.cpp
Jelle Raaijmakers 5bffb5e003 LibWeb: Prevent CascadedProperties churn for pseudo elements
We can bail earlier in `StyleComputer::compute_style_impl()` when we
know no pseudo-element rules matched, preventing quite a lot of
CascadedProperties churn. This was especially visible in WPT's
`encoding` tests, for which this is a hot path on account of all the
`<span>`s they create.
2026-03-20 19:33:06 +01:00

148 KiB