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

Lighthouse Garie plugin. Polls websites to checkout performance metrics also supports webhooks.

Results 15 garie-lighthouse issues
Sort by recently updated
recently updated
newest added

**What**: 1. Disintegration of core engine to segregate launching and emulation utils 2. Support for emulation of mobile device and network to be taken from config.js 3. Added support for...

Hi Team, Can you help here, page light speed is not working and showing any day. I have updated the API key in the config file but still getting error....

**What:** Add option to handle install steps like login #15 **Why**: Many apps require a login. In order to test these pages an option to handle login and stuff is...

Hi the lighthouse npm package is out of date. I tried to update the package.json to lighthouse 5.2 and the dockerfile to the node 10 base layer ( as lighthouse...

Is there anyway to set a data retention policy to prevent the disk from filling up?

Relevant code or config ``` influxdb: image: "influxdb:latest" ports: - 8086:8086 environment: - INFLUXDB_ADMIN_USER= - INFLUXDB_ADMIN_PASSWORD= volumes: - ./influxdb:/var/lib/influxdb garie-lighthouse: image: "garie/lighthouse" ports: - 3003:3000 environment: - HOST=influxdb volumes: -...

- `node` version: v11.11.0 - `npm` version: 6.7.0 Relevant code or config ```javascript ``` What you did: We have been using gaire for production setup and i am currently using...

Hi there, first of all thanks for awesome work on this project! Can I somehow add some configurable additional key or label next to URL? I need to test one...

Unfortunately I cannot pass custom throttling settings to lighthouse. This is my plugin config: ``` "plugins": [ { "name": "lighthouse", "label": "desktop", "report": true, "config": { "extends": "lighthouse:default", "settings": {...