Skip to main content
bbaovanc’s Website

tag icon Github Actions rss-feed icon

Any posts that talk about GitHub’s CI/CD platform. This is what I use for automatic tasks on my website, such as automatic audits, and automatic building and deploying.

Using GitHub Actions to audit my website with Google Chrome Lighthouse

Picture of the `Performance` section on the Lighthouse CI dashboard
Picture of the Performance section on the Lighthouse CI dashboard

The other day I set up automatic testing of my website using Google Chrome Lighthouse. I’m also running my own Lighthouse CI server to store test result history and show trends. Here’s an outline of what this means, some of the results I’ve obtained so far, and my thoughts on the usefulness of Lighthouse.