Funnily enough the biggest offender of Cumulative Layout Shift (CLS) metric in my daily life is google search with its "people also search for" feature that causes me to constantly misclick. Lighthouse is great though :)
Google Lighthouse V8 – Improved CLS metrics
41–50 of 63 posts
Re: Google Lighthouse V8 – Improved CLS metrics
#42Earlier quoted context omitted.
Ironically I've found the CLI to be the only stable channel of Lighthouse. What do you see that docker fixes?
Fixes this issue basically: https://github.com/GoogleChrome/lighthouse/issues/6512#:~:te... . Tried all of the proposed solutions and this error still pops up on certain sites and certain configuration settings. Felt totally random when it started happening.
Re: Google Lighthouse V8 – Improved CLS metrics
#43Re: Google Lighthouse V8 – Improved CLS metrics
#44Funnily enough the biggest offender of Cumulative Layout Shift (CLS) metric in my daily life is google search with its "people also search for" feature that causes me to constantly misclick. Lighthouse is great though :)
And on mobile Google likes to switch the order of the nav buttons: "All, Images, Maps" to "All, Maps, Images" depending on the search query.
Re: Google Lighthouse V8 – Improved CLS metrics
#45Re: Google Lighthouse V8 – Improved CLS metrics
#46Re: Google Lighthouse V8 – Improved CLS metrics
#47Earlier quoted context omitted.
HN uses JS for the voting buttons.
I assume also for thread collapsing. For some reason, it is pretty slow on large threads.
Also not sure when we're finally get non-paginated page loads.
Re: Google Lighthouse V8 – Improved CLS metrics
#48Re: Google Lighthouse V8 – Improved CLS metrics
#49This is so exhausting, infuriating and perplexing. Just 1 week after managing to claw our LightHouse score up to 90 - its shot back down 72. The arbitrary nature of their weighting is just tiring - and its compounded by the fact that noone actually knows how much this actually impacts SEO.
Is there any indication that Lighthouse affects SEO at all?
Re: Google Lighthouse V8 – Improved CLS metrics
#50It seems Accessibility measurement broke on web.dev/measure (the report mentions lighthouse 8.0.0): Background and foreground colors have a sufficient contrast ratio - Error! axe-core Error: Cannot read property 'filter' of undefined This website had ~80 in accessibility before. Edit: this issue was known before release: https://github.com/GoogleChrome/lighthouse/issues/11384