using
content-visibility: auto;
helps reduce the initial rendering workload by skipping the layout of offscreen elements. this can prevent
messy layout shifts during page load which is vital for core web vitals.
>it keeps the main thread free for much faster indexing.just don't use it on everything or your accessibility tree might break