lighthouse
Advanced tools
Changelog
11.0.0 (2023-08-03)
We expect this release to ship in the DevTools of Chrome 118, and to PageSpeed Insights within 2 weeks.
Thanks to our new contributors 👽🐷🐰🐯🐻!
The --legacy-navigation
flag on the CLI, the legacyNavigation()
function in the Node API, and the "Legacy navigation" checkbox in the DevTools panel have all been removed.
DevtoolsLog
and Trace
artifactsFor custom audits, the devtoolsLogs['defaultPass']
and traces['defaultPass']
artifacts have been deprecated in favor of DevtoolsLog
and Trace
. See our plugin docs for example usage.
devtoolsLogs
and traces
still exist for compatibility purposes but will be removed in a future breaking release.
resource-summary
audit (#15299)DevtoolsLogError
and TraceError
artifacts (#15311)service-worker
audit (#15257)first-contentful-paint-3g
audit (#15252)Scripts
as a dependency (#15293)lighthouse-logger
to 2.0.1 (#15282)chrome-launcher
to 1.0.0 (#15287)devtoolsLogs
and traces
(#15318)fraggle-rock
fixtures directory to user-flows
(#15291)<a name="10.4.0"></a>
Changelog
10.0.2 (2023-02-28)
We expect this release to ship in the DevTools of Chrome 113.
FrameCommittedInBrowser
with processPseudoId
(#14800)redirects
: use requestId
instead of URL to find requests (#14838)artifacts
are defined (#14818)bf-cache
: count failures based on affected frames (#14823)legacy-javascript
: update polyfill size graph (#14828)prioritize-lcp-image
: use request initiators for load path (#14807)prioritize-lcp-image
: better identify lcp request (#14804)moduleResolution: "node"
(#14815)channel
naming conventions (#14799)metrics-tricky-tti
on ToT (#14790)primaryPageTarget
function (#14839)undefined
(#14817)<a name="10.0.1"></a>
Changelog
10.0.1 (2023-02-14)
We expect this release to ship in the DevTools of Chrome 112, and to PageSpeed Insights within 2 weeks.
<a name="10.0.0"></a>