DEV Community

Discussion on: How to check Lighthouse scores on Chrome or Firefox

Collapse
 
matievisthekat profile image
matievisthekat

Probably an important thing to note is the the Google Lighthouse addon can't generate reports for localhost webpages. You'd have to use the Node CLI (github.com/GoogleChrome/lighthouse...)

Collapse
 
meloku171 profile image
Mauricio Oyarzún

The Chrome extension CAN create reports for Localhost webpages if you use the Lighthouse menu within the Developer Console instead of the Extensions icon.

Collapse
 
kylemit profile image
Kyle

Hey @meloku171, how do you do that. After installing, I still don't see the option in FF Dev Tools anywhere?