Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dileep17/spree-lighthouse
https://github.com/dileep17/spree-lighthouse
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dileep17/spree-lighthouse
- Owner: Dileep17
- Created: 2020-01-21T13:39:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:30:47.000Z (about 2 years ago)
- Last Synced: 2024-11-05T10:59:51.845Z (2 months ago)
- Language: JavaScript
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
check below links on throttling
```
https://stackoverflow.com/questions/49899765/how-to-disable-throttling-in-lighthouse-programmaticaly?rq=1
https://github.com/GoogleChrome/lighthouse/issues/4376
https://github.com/GoogleChrome/lighthouse/blob/master/docs/configuration.md
https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md
https://github.com/GoogleChrome/lighthouse/tree/master/docs/recipes/custom-audit
```Run test using
```
node_modules/.bin/mocha spree.spec.js
```get spree app
```
https://github.com/spree/spree
```