Alternatives to Lighthouse
Automated audits for performance, accessibility, SEO and best practices. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Lighthouse
Automated audits for performance, accessibility, SEO and best practices.
Replacements
Listings that take over the same core job as Lighthouse.
Yellow Lab Tools
An open-source tool that audits a webpage for performance and front-end code quality issues.
Yellow Lab Tools audits page weight and front-end code quality with detailed explanations and can be self-hosted, but does not cover accessibility or SEO and development has slowed.
sitespeed.io
An open-source tool for measuring, analysing and monitoring the performance of web pages.
sitespeed.io is an open-source CLI giving video, HAR waterfalls and Core Web Vitals, with long-term monitoring through your own Graphite or InfluxDB.
Unlighthouse
Open-source command-line tool that runs Google Lighthouse on every page of a site in parallel.
Unlighthouse runs Lighthouse across every page of a site in parallel with URL discovery, and it needs Node 22 or later.
Lighthouse CI
A set of tools that runs Lighthouse audits on every commit and tracks results over time.
Lighthouse CI runs Lighthouse on every commit and tracks results between builds, so it needs a CI pipeline rather than one-off browser runs.
Similar software
Related functionality, not a direct replacement.
Chrome DevTools
The web developer tools built into Google Chrome for editing pages, debugging and profiling performance.
Checkly
A code-first monitoring platform that runs Playwright browser checks and API tests from global locations.
Nu Html Checker
The W3C's online checker that tests HTML documents against current HTML conformance rules.
Schema Markup Validator
The official Schema.org web tool for validating structured data markup on a page or snippet.
Sentry
An error tracking and application performance monitoring service for developers, hosted or self-hosted.
Can I use
A searchable web tool with browser support tables for HTML, CSS, JavaScript and other front-end features.