1.6.1 • Published 4 years ago

lightit v1.6.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Description

Lighthouse

Goal

This is only a wrap from lighthouse to be easy to customize parameters.

CI

If you want to know how to put it on CI: lightit-ci

SETUP

Threshold

{
    "performance": 100,
    "pwa": 60,
    "accessibility": 55,
    "best-practices": 90,
    "seo": 45
}

Config

{
    "extends": "lighthouse:full",
    "settings": {
        "onlyCategories": ["performance", "accessibility", "best-practices", "seo", "pwa"],
        "budgets": [{
        "resourceCounts": [
            {"resourceType": "third-party", "budget": 0}
        ],
        "resourceSizes": [
            {"resourceType": "total", "budget": 100},
            {"resourceType": "script", "budget": 30}
        ]
        }]
    }
}

INSTALL

npm install -g lightit

RUN

Considering that the Options and Threshold files exist, execute the following command:

lightit --url=https://google.com

Other options

Change threshold (required)

lightit --url=https://google.com --th=threshold.json

Add config option (optional)

lightit --url=https://google.com --config=config.json

Final result

1.6.1

4 years ago

1.6.0

5 years ago

1.5.9

5 years ago

1.5.8

5 years ago

1.5.7

5 years ago

1.5.6

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.9

5 years ago

1.4.8

5 years ago

1.4.7

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.5

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.0

5 years ago