How to make your web page faster before it even loads

Understand what happens before your web page loads to optimize your web page for better performance. Learn more about how to make your web page faster here.

Sentry
Core Web Vitals for Search Engine Optimisation: What Do We Need to Know? – CSS Wizardry

There’s still a lot of misunderstanding about CWV for SEO. Let’s work it out together.

When an HTML node has several #CSS backgrounds of different sizes, loaded at different times, the #LargestContentfulPaint (#LCP) metric gives the display time of the 1st rendered background element (even if it is far from being the largest).

Makes sens, as LCP is the time it takes to render the node (and it was first rendered when the first background item was available). Still, surprising.

If you need a page to test on your favorite chromium flavor or lab testing tool: https://tests.boris.schapira.dev/background-image/

Playing with Background Images