mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 08:33:28 +02:00
Cache the result of the body element check as a bool set once during NodeWithStyle construction, instead of calling document().body() (which walks the children of <html>) on every call. This is called from PaintableBox::paint_background() for every box on every frame. This was 0.9% of CPU time while playing a YouTube video.
70 KiB
70 KiB