mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
7498abb326
Measured baseline vs lazy-autosize at CPU 4x (median of 3, ~1140 row mounts): - cell.autosize eliminated (15.2s -> 0) BUT - EventRow.mount avg +39% (179 -> 248ms), longtask +32%, longFrames 201->219, and per-row re-renders ~2x (getVisibleCells renders 4648 -> 8902). Deferring autosize destabilises virtuoso row-height measurement (rows=1 textareas), causing more re-render churn, and collapses note display. Net negative — not merged. Keeping instrumented baseline.