Files
ladybird/Userland/Libraries/LibWeb/Layout/TableFormattingContext.cpp
Aliaksandr Kalenik 6fc59039c4 LibWeb: Skip cells layout in table box width calculation
There is no need to run full table layout if we are only interested in
calculating its width.

This change reduces compute_table_box_width_inside_table_wrapper()
from ~30% to ~15% in profiles of "File changed" pages on github.
2024-03-19 11:51:49 +01:00

98 KiB