plugin-lighthouse icon indicating copy to clipboard operation
plugin-lighthouse copied to clipboard

Lighthouse plugin for sitespeed.io

Results 20 plugin-lighthouse issues
Sort by recently updated
recently updated
newest added

Errors Lighthouse got the following errors: {"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":46735} (lighthouse)

I am having trouble running sitespeed 17.1.1-plus1 using lighthouse plugin. My configuration settings seems working fine but based on lighthouse report, the screenshot is in mobile view. Here's my command...

I want to run lighthouse in desktop settings, but based on issue #68, looks like we can't use official documentation guide to run lighthouse in desktop settings. I tried in...

awaiting response
prio:medium

Hello, First I would like to say this extension is really great, it is very convenient for us to be able to run lighthouse tests together with sitespeed.io test, and...

prio:low

I am running the following command: _**docker run --shm-size=1g --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:11.9.3-plus1 --config /sitespeed.io/config.json http://www.domain.com/**_ with the contents of config.json being: ``` { "lighthouse": { "settings": { "extra-headers": {"X-Bot-Allow":"123"},...

awaiting response

When lighthouse performance scores for a run are low enough, when aggregated for the summary screen they are reported as 0, presumably due to an issue with precision.

awaiting response
prio:medium

Hi Peter, sorry to bother you. I have been testing your alpha release you made to store lighthouse web vitals to graphite and display value on dashboard `sitespeedio/sitespeed.io:17.0.0-alpha.2-plus1` . I...

prio:low

### Feature Request **Description:** I would like to request the ability to integrate Sitespeed.io with Lighthouse using a JavaScript script that handles multiple URLs. Currently, it seems that Lighthouse can...

We should enable our test suite to be run manually as we rely on sitespeed@latest (that will change over time). Latest failed tests will success if run again as it...

Using the example in [docs](https://www.sitespeed.io/documentation/sitespeed.io/lighthouse/) for running lighthouse ie `docker run --shm-size=1g --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:35.2.0-plus1 https://www.sitespeed.io/` It is getting stuck at Start collecting Lighthouse results . I have asked...