Seb
Seb

Reputation: 313

Lighthouse PWA audit looks like it does not work in Chrome 126 (shows empty screen)

I'm just starting to dive into the world of progressive web apps. A lot of tutorials highlight the PWA audit of Lighthouse (Version 12.0.0) in Google Chrome. If I start Google Chrome (Version 126.0.6478.127), open an https website, run the developer tools, go on the Lighthouse tap, check "progressive web app" (and none of the other categories) and analyse the site, the tool returns an empty page. If I check other categories as well, such as SEO, I receive the audits of this categories, but no PWA audit.

When checking the documentations of Lighthouse I found the information "PWA testing in Lighthouse is deprecated. For more information on its deprecation see Chrome's updated Installability Criteria."

Firstly, I would be interested to know whether this behaviour (which seems faulty to me) is normal in the current Lighthouse version. And secondly, if this is the case, I would be interested to know what alternative test options are available.

Upvotes: 2

Views: 4041

Answers (2)

Ticius
Ticius

Reputation: 1

In my case, the PWA feature in lighthouse audit doesn't exist

Upvotes: 0

SalahAdDin
SalahAdDin

Reputation: 2300

It was removed from Lighthouse: https://x.com/JLarky/status/1806196699704270858

Upvotes: 6

Related Questions