lighthouse
Advanced tools
Changelog
12.2.1 (2024-09-06)
We expect this release to ship in the DevTools of Chrome 130, and to PageSpeed Insights within 2 weeks.
<a name="12.2.0"></a>
Changelog
12.1.0 (2024-06-18)
We expect this release to ship in the DevTools of Chrome 128, and to PageSpeed Insights within 2 weeks.
Thanks to our new contributors π½π·π°π―π»!
Result.Category
and NodeDetails
(#16006)chrome-launcher
to 1.1.2 (#16069)third-party-web
to 0.24.3 (#16055)axe-core
to 4.9.1 (#16056)<a name="12.0.0"></a>
Changelog
12.0.0 (2024-04-22)
We expect this release to ship in the DevTools of Chrome 126, and to PageSpeed Insights within 2 weeks.
Thanks to our new contributors π½π·π°π―π»!
As per Chromeβs updated Installability Criteria, Lighthouse has removed the PWA category. For future PWA testing, users will be directed to use the updated PWA documentation.
The SEO category has been updated to reflect the priorities of Google search in 2024. As such, several audits have been removed or moved to other categories:
is-crawlable
audit is now weighted high enough to fail the SEO category on its own. (#15933)viewport
and font-size
audits are no longer priorities for SEO, but are still important for UX in general so they have been moved to the best practices category. (#15930)plugins
audit is no longer a priority for SEO and has been removed. (#15928)tap-targets
audit is no longer a priority for SEO and has been replaced with the target-size
audit in accessibility. (#15906)The overallSavingsMs
value on performance diagnostic audits has been deprecated (#15902). We recommend using metricSavings.LCP
or metricSavings.FCP
to understand the estimated metric savings of performance diagnostics.
aria-conditional-attr
, aria-deprecated-role
and aria-prohibited-attr
Axe checks have been added to the Lighthouse accessibility category. (#15963)redirects-http
audit has been brought back, but will only passively check for a http -> https redirect if the provided URL happens to be on http (#13548)layout-shifts-elements
audit is removed. Improved layout shift information can be found in the layout-shifts
audit. (#15931)no-unload-listeners
audit is removed. Unload listeners are deprecated and are still flagged in the deprecations
and bf-cache
audits. (#15874)duplicate-id-active
audit is removed because it's corresponding Axe check is deprecated. (#15900)uses-rel-preload
and preload-fonts
audits have been moved to the experimental config. Preload advice is still on hold and these audits were already in a disabled state. (#15876)CSSUsage
artifact (#15952)ScriptElements
artifact (#15879)service-worker
gatherer (#15942)tldts-icann
to 6.1.16 (#15967)third-party-web
to 0.24.2 (#15966)BenchmarkIndexes
base artifact (#15941)lighthouse-cli
file (#15935)<a name="11.7.1"></a>