[go: nahoru, domu]

Jump to content

Google Lighthouse

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Black Tortoise Lake (talk | contribs) at 10:45, 13 March 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Google Lighthouse is an open-source, automated tool for measuring the quality of web pages. It can be run against any web page, public or requiring authentication. Google Lighthouse audits Performance, Accessibility, Best Practices and Search Engine Optimization factors (for example: Core Web Vitals) of web pages.[1][2][3] It also includes the ability to test progressive web applications for compliance with standards and best practices. Google Lighthouse is developed by Google and aims to help web developers, the tool can be run by using Chrome browser extension or by using terminal (command) for batch auditing a list of URLs.

Google Lighthouse can audit webpage in desktop version and mobile version. In command mode (cmd in Windows), developer is able to select the factors need to be audited and other options by using command line.

Recent versions of Google Lighthouse offer insights into how to optimize the Core Web Vitals metrics, as announced by Google engineer Addy Osmani in 2021.[4]

See also

References

  1. ^ "Google Lighthouse: Monitor Site Performance, SEO, Accessibility". May 8, 2018.
  2. ^ Krill, Paul (2018-05-14). "What's new in Google's Lighthouse". InfoWorld. Retrieved 2019-01-16.
  3. ^ "Google Releases an SEO Tool that Measures 10 SEO Metrics". Search Engine Journal. 2018-02-06. Retrieved 2019-01-16.
  4. ^ "Optimizing Web Vitals using Lighthouse". web.dev. 2022-01-22. Retrieved 2022-04-08.

External links