This site will help you understand the capabilities of the Lighthouse tool by showing examples of poor practices.
Lighthouse Tool Practice
Lighthouse is an open-source automated tool for improving the quality of web pages. It can audit performance,
accessibility, progressive web apps, SEO, and more.
How to Access Lighthouse
Open Chrome DevTools by pressing F12 or Ctrl+Shift+I (or Cmd+Option+I on Mac)
Click on the "Lighthouse" tab in the DevTools panel
Alternatively, you can access it through Chrome's menu: More Tools → Developer Tools → Lighthouse
Exercises
Run a Lighthouse audit on this page with default settings
Review the report and identify potential improvements
Try running the audit in both mobile and desktop device modes
Performance Issues
This section demonstrates performance problems that Lighthouse will detect.