DEV Community

Cover image for Chrome Lighthouse Report
Chris Bongers
Chris Bongers

Posted on • Originally published at daily-dev-tips.com

2 1

Chrome Lighthouse Report

Let's say you made your first or another website. Of course, we want to make sure we made an accessible and fast website.
We can do a basic audit with Lighthouse inside of Chrome!

We can test for the following categories in Lighthouse:

  • Performance
  • Progressive Web App
  • Best practices
  • Accessibility
  • SEO

How to Launch Lighthouse in Chrome

To open Lighthouse we can right-click on the webpage and click the Inspect button.
This will open de Developer tools. Now click the Lighthouse tab.

You can also use `View > Developer > Developer Tools

Running a Lighthouse Audit in Chrome

To run the audit, we can select the categories we want to test for and click the generate report button.

We then get a full report with tips on what we can improve.

The tips we get usually have links for more details on what google writes on it now (these do change).

Tips for Making Your Site Faster

Some general tips I've learned over the years

  • Compress your images ImageOptim
  • Make less CSS Request (Rather have one or a few stylesheets instead of multiple)
  • Make Less JavaScript request (Same as above)
  • Leverage Browser Caching GtMetrix
  • Don't overdue on fonts loading (Use one/two external fonts)

Thank you for reading, and let's connect!

Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay