content-visibility
Content-Visibility: Auto Makes Long Pages Faster, Until It Shifts Everything Below
content-visibility: auto lets the browser skip laying out offscreen content, making long pages load and scroll faster with two lines of CSS. The catch is that it reserves space with a guess, so get contain-intrinsic-size right or you trade slow renders for layout shift.