@@ -55,6 +55,8 @@ not limited to):
5555* First Paint
5656* First Contentful Paint
5757
58+ {% include cross-sell.html %}
59+
5860If any of these are slow, you’re already on the back foot, and they’re going to
5961have a knock-on effect on your LCP. The metrics above don’t matter in and of
6062themselves, but it’s going to help your LCP if you can get them as low as
@@ -163,6 +165,8 @@ The initial demos can be found at:
163165 <div style =" background-image : url (lcp.jpg )" >...</div >
164166 ```
165167
168+ {% include cross-sell.html %}
169+
166170[ The WebPageTest
167171comparison] ( https://webpagetest.org/video/compare.php?tests=%2C220320_BiDc0C_6AJ%2C220320_BiDcJT_6AP%2C220320_BiDcN0_6AM%2C220320_BiDc56_6AK&thumbSize=200&ival=100&end=full )
168172is available for you to look through, though we’ll pick apart individual
@@ -239,6 +243,8 @@ degraded LCP scores for your site.
239243<figcaption >This bug is fixed in Chrome 102.</figcaption >
240244</figure >
241245
246+ {% include cross-sell.html %}
247+
242248Because of the current reporting bug, ` <image> ` in ` <svg> ` is likely to go from
243249being (inadvertently) one of the fastest LCP types, to one of the slowest. In
244250the unlikely event that you are using ` <image> ` in ` <svg> ` , it’s probably
@@ -313,6 +319,8 @@ which is far too late. We don’t like `background-image` LCPs.
313319
314320#### Getting Around ` background-image ` Issues
315321
322+ {% include cross-sell.html %}
323+
316324If you currently have a site whose LCP is a ` background-image ` , you might be
317325thinking of refactoring or rebuilding that component right now. But, happily,
318326there’s a very quick workaround that requires almost zero effort: let’s
@@ -356,6 +364,8 @@ In summary:
356364
357365## Don’t Shoot Yourself in the Foot
358366
367+ {% include cross-sell.html %}
368+
359369Alright! Now we know which are the best candidates, is there anything else can
360370do (or avoid doing) to make sure we aren’t running slowly? It turns out there
361371are plenty of things that folks do which inadvertently hold back LCP scores.
0 commit comments