WebFundamentals icon indicating copy to clipboard operation
WebFundamentals copied to clipboard

lighthouse mixed content documentation correction

Open beagins opened this issue 6 years ago • 1 comments

Page Affected: https://developers.google.com/web/tools/lighthouse/audits/mixed-content

What needs to be done?

The example should be updated. The example as-is does not work and produces an error "Please provide a url".

lighthouse --mixed-content http://www.example.com

Rearranging the order of the parameters so that the url is the first param does cause the command to work as expected.

lighthouse http://www.example.com --mixed-content

After running this command, a HTML report is generated in the current working directory, as described.

beagins avatar Nov 12 '19 17:11 beagins

What are these options full'|'mixed-content'|'perf in presets how it differs from lhci/cli presets

riginoommen avatar Jul 31 '21 19:07 riginoommen