https://github.com/poetic/wayfinder-lighthouse-lambda
Use this lambda to get statistics on a website using its url
https://github.com/poetic/wayfinder-lighthouse-lambda
Last synced: 3 months ago
JSON representation
Use this lambda to get statistics on a website using its url
- Host: GitHub
- URL: https://github.com/poetic/wayfinder-lighthouse-lambda
- Owner: poetic
- Created: 2019-11-23T00:45:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:53:43.000Z (over 2 years ago)
- Last Synced: 2025-01-24T17:14:26.673Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run Lighthouse locally To See details in file
lighthouse https://www.google.com/ --output=json --output-path=./reportNew.json --save-assetsRun Locally (mockdata needs to be fixed)
sls invoke local -f "lighthouse_lambda" --path tests/mockdata.jsonlighthouse Architecture:
https://github.com/GoogleChrome/lighthouse/blob/master/docs/architecture.mdlighthouse Configurations:
https://github.com/GoogleChrome/lighthouse/blob/master/docs/configuration.mdlighthouse Flags
https://github.com/GoogleChrome/lighthouse/blob/8f500e00243e07ef0a80b39334bedcc8ddc8d3d0/lighthouse-core/config/constants.js#L30-L48//Chrome flags
https://peter.sh/experiments/chromium-command-line-switches/Layer Source:
https://erezro.com/posts/2019-05-08-running-google-lighthouse-from-aws-lambda/
https://github.com/erezrokah/lighthouse-layerInspired By:
https://stuartsandine.com/lighthouse-lambda-parallel/