When cumulative layout shift is worth the effort
This is one of those topics that looks small until it costs you something. Cumulative layout shift is not free, and pretending otherwise leads to bad decisions.
Real-world numbers from actual visitors matter more than a score produced on a fast laptop. It is the sort of thing that looks like polish right up until it costs you an enquiry.
When it is worth it
Content jumping around is one of the most irritating experiences. This is the sort of thing that compounds, quietly, in both directions. Most teams find the first pass takes an afternoon and the maintenance takes minutes a month.
When it is not
If nothing downstream depends on it and nobody is complaining, it can wait. That sounds obvious written down. It is still the thing most often skipped.
How to decide
Late-loading banners are a common cause. This is the sort of thing that compounds, quietly, in both directions. Write the reasoning down alongside the decision, because the reasoning is what changes first.
What this looks like day to day
Speed is a feature people notice only in its absence, and then they leave rather than complain. Three things worth confirming about cumulative layout shift before you move on:
- Someone can say what the current setup is without going to look
- Late-loading banners are a common cause — and you know whether that is true here
- There is a way to tell whether the last change to this helped
Pick the one that would hurt most if it failed, and start there.