Google Lighthouse icon
Google Lighthouse icon

Google Lighthouse

 22 likes

Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more.

Google Lighthouse screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Online  [https://pagespeed.web.dev/](https://pagespeed.web.dev/)
  • Google Chrome
  • Mozilla Firefox
  • Node.JS
5 / 5 Avg rating (2)
22 likes
1comment
0 news articles

Features

Suggest and vote on features
  1.  Profiling Tool
  2.  Website Audit
  3.  Accessibility Testing
  4.  SEO Audit

Google Lighthouse News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

Google Lighthouse information

  • Developed by

    Google Developers
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Rating

    Average rating of 5
  • Alternatives

    29 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentBusiness & Commerce

GitHub repository

  •  28,799 Stars
  •  9,488 Forks
  •  612 Open Issues
  •   Updated Mar 20, 2025 
View on GitHub

Our users have written 1 comments and reviews about Google Lighthouse, and it has gotten 22 likes

Google Lighthouse was added to AlternativeTo by Matheus Breguêz on May 29, 2017 and this page was last updated Oct 10, 2024.

Comments and Reviews

   
 Post comment/review
ab1
  
Top positive commentMay 27, 2021

No real alternatives.

0

What is Google Lighthouse?

Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more.

You can run Lighthouse in Chrome DevTools, from the command line, or as a Node module. You give Lighthouse a URL to audit, it runs a series of audits against the page, and then it generates a report on how well the page did. From there, use the failing audits as indicators on how to improve the page. Each audit has a reference doc explaining why the audit is important, as well as how to fix it.

You can also use Lighthouse CI to prevent regressions on your sites.