GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.02k stars 9.32k forks source link

LCP not recognized in many pages for this site. #15965

Open kevingeorge1 opened 2 months ago

kevingeorge1 commented 2 months ago

Summary I run lighthouse report for our home page and some product pages and it comes back as LCP error. And randomly I don't get that error (usually on an incognito window). Please help me understand how to get a LCP value. Here is the home page url https://www.radpowerbikes.com/ and here is a product page - https://www.radpowerbikes.com/collections/replacement-parts/products/electric-bike-chains image

adamraine commented 2 months ago

There are a lot of animations happening on page load, which makes me think this is the same bug as #10869. However, disabling the animations with local overrides still shows NO_LCP.

I filed https://issues.chromium.org/issues/335693624 in Chrome