Google has launched Lighthouse 13 with a broad audit consolidation that aligns Lighthouse studies with Chrome DevTools’ newer perception mannequin.
The replace is accessible now by way of npm and Chrome Canary. It’ll roll into PageSpeed Insights inside a few week and is slated for Chrome’s steady channel with model 143.
Google says the replace doesn’t change how Lighthouse calculates efficiency scores. This replace targets non-scored audits solely.
Lighthouse 13 Particulars
Audit Consolidation
Lighthouse 13 replaces many legacy audits with “insights” that mirror DevTools.
Notable examples embody:
- CLS And Structure:
layout-shifts
turns intocls-culprits-insight
for clearer identification of structure shift causes. - Server And Community:
document-latency-insight
consolidates redirects, server response time, and textual content compression checks. - Photos:
image-delivery-insight
replaces fashionable codecs, optimized pictures, responsive pictures, and environment friendly animated content material audits. - LCP: Two insights break down Largest Contentful Paint points:
lcp-discovery-insight
andlcp-phases-insight
. For interplay work, seeinteraction-to-next-paint-insight
(INP). - Third-Occasion:
third-parties-insight
replaces the older third-party abstract to indicate exterior script influence.
Extra replacements handle DOM measurement, duplicated JavaScript, font show, legacy JavaScript, HTTP/2 and fashionable HTTPS, community dependency timber, render-blocking, caching, and viewport configuration.
Audits Eliminated With out Replacements
A number of audits had been eliminated as a result of they’re outdated, inactionable, or low worth in fashionable environments. Moreover, some audits had been eliminated as a result of they had been pricey to run.
Eliminated audits embody:
first-meaningful-paint
font-size
offscreen-images
preload-fonts
uses-rel-preload
no-document-write
uses-passive-event-listeners
third-party-facades
Minor Variations From Earlier Previews
Google saved non-composited-animations
and unsized-images
as separate diagnostics to assist find points that don’t straight trigger CLS.
Google additionally eliminated font-size
and preload-fonts
regardless that these weren’t within the preliminary removing record.
Why This Issues
For those who depend on Lighthouse for consumer reporting, you will notice fewer line gadgets and extra consolidated insights that map to DevTools.
Your scores shouldn’t change simply by upgrading, however any automation that keys off audit IDs might want to monitor the brand new perception identifiers.
For website positioning context, the removing of the font-size
audit displays Google’s place that this isn’t a present website positioning sign, regardless that legibility stays a UX consideration.
Trying Forward
Count on Lighthouse and DevTools to remain aligned on the identical perception mannequin.
For reporting, take into account mapping outdated audit IDs to the brand new insights now to keep away from damaged dashboards when PSI updates.
Featured Picture: FotoField/Shutterstock