Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harlan-zw/unlighthouse

Scan your entire site with Google Lighthouse in 2 minutes (on average). Open source, fully configurable with minimal setup.
https://github.com/harlan-zw/unlighthouse

google-lighthouse puppeteer site-audit

Last synced: 5 days ago
JSON representation

Scan your entire site with Google Lighthouse in 2 minutes (on average). Open source, fully configurable with minimal setup.

Awesome Lists containing this project

README

        

![unlighthouse - Scan your entire website with Google Lighthouse.](https://repository-images.githubusercontent.com/423079536/c88a81ee-43ec-40fc-a615-1d29bbeaaeb4)


NPM version
NPM Downloads
Docs & Demos


GitHub stars


Unlighthouse scans your entire site using Google Lighthouse,
with a modern UI, minimal config and smart sampling.

View Demo




Status: v0.12.2 Released 🎉

Made possible by my Sponsor Program 💖
Follow me @harlan_zw 🐦 • Join Discord for help


### Quick Setup

Run the following command:

```bash
npx unlighthouse --site
# or PNPM
pnpm dlx unlighthouse --site
```

_Requirements: Node >= 18.x._

## Getting Started

Install instructions for all integrations can be found on the [docs](https://unlighthouse.dev/) site.

Need a hand? Join the [Discord](https://discord.gg/275MBUBvgP) for one-on-one help.

#### gitignore

Unlighthouse will save your reports in `outputDir`,
it's recommended you .gitignore these files.

```
.unlighthouse
```

#### Debugging

If you run into any issues with Unlighthouse, the first step should be to re-run the scan with debugging enabled.

```bash
# NPM
npx unlighthouse --site unlighthouse.dev --debug
# or PNPM
pnpm dlx unlighthouse --site unlighthouse.dev --debug
```

## Docs

Integration instructions, Guides, API and config spec can be found on [docs](https://unlighthouse.dev/) site.

## Sponsors





## License

MIT License © 2022 [Harlan Wilton](https://github.com/harlan-zw)