Files
ladybird/Libraries/LibWeb/SVG
Aliaksandr Kalenik d79fbd903d LibWeb: Cache parsed CSS values for SVG width/height attributes
width_style_value_from_attribute() and
height_style_value_from_attribute() were showing up as hot functions
when profiling YouTube Music. They call parse_css_value() on every
invocation, but the underlying attributes rarely change. The call path
is SVGSVGBox::natural_size() → negotiate_natural_metrics() → these
functions, so they are invoked on every layout pass.
2026-02-22 16:09:15 +01:00
..
2025-07-17 13:59:23 -04:00
2025-11-09 01:22:48 +01:00
2025-11-09 01:22:48 +01:00
2025-11-09 01:22:48 +01:00
2025-11-09 01:22:48 +01:00
2025-11-09 01:22:48 +01:00
2025-11-09 01:22:48 +01:00
2025-08-06 23:05:56 -04:00
2025-08-06 23:05:56 -04:00