Skip to main content

Command Palette

Search for a command to run...

Using Google Lighthouse to audit any website

Published
โ€ข2 min read
Using Google Lighthouse to audit any website
A

Hello, there ๐Ÿ‘‹ I'm Alan!

I love teaching people how to code, and making coding tutorials, one of my big passions is transferring my web development/coding skills and knowledge on to people like you! ๐Ÿ”ฅ

...I'm a 29-year-old Software Developer based in Belfast in Northern Ireland. My current full-time role is Frontend Development Lead where I lead and oversee all the frontend development for our new platform and framework, built in NextJS, React TailwindCSS bundled in a NX mono-repo. I am also the Mobile Team Lead where I develop apps for our company using the Ionic Framework and React javascript.

Throughout this blog, expect to see How to posts about coding on all aspects of HTML, CSS, Javascript (JS), ReactJS, NodeJS, PHP, and even the odd review of cool UI Frameworks or libraries that I've found.

๐Ÿ”” Be sure to subscribe to my YouTube channel if you want to catch my quick, easy to follow coding tutorials! ๐Ÿ””

๐Ÿ‘‰ First of all, what is Google Lighthouse?

It's an automated audit tool aimed at helping you improve web page quality. They provide reports for:

โœ”๏ธ Performance โœ”๏ธ Accessibility โœ”๏ธ Best Practices โœ”๏ธ Progressive Web App Capabilities โœ”๏ธ SEO

๐Ÿ‘‰ Why is this useful?

With any website or web page, it's very important to provide the fastest, highest performing content to the browser as possible. Why? So your site has speed, doesn't lag and doesn't force users to leave your site instantly. It also greatly helps with SEO (Search Engine Optimization).

๐Ÿ‘‰ The Google Lighthouse tool

There is a free tool as a developer we can use called Lighthouse. This lets us audit any website, in those categories outlined above from 0-100 score - it also gives us really in depth explanations as to what is bringing the score down and how to fix each individual issue encountered.

๐Ÿ”ฅ Try it out

This is an absolute must use tool if you want to provide top quality, fastest performing webpages that are going to rank high in searches with SEO.

This image is an audit that I've just done on dev community I am building.

Google Lighthouse audit

V

The imgur image is broken.

1
A

I seem to see it ok. I'll try a different host.

1

More from this blog

A

Alan Montgomery's Blog - All things JavaScript and web

11 posts

I'm a 30-year-old Software Developer based in Northern Ireland. My current full-time role is Frontend Development Lead where I lead and oversee all the development in NextJS/React/TailwindCSS/NX.