---
title: "Continuous Performance Analysis with Lighthouse CI and GitHub Actions"
url: https://daily.dev/posts/continuous-performance-analysis-with-lighthouse-ci-and-github-actions-wdy12l5xb
source_url: https://css-tricks.com/continuous-performance-analysis-with-lighthouse-ci-and-github-actions/
type: article
source: "CSS-Tricks"
published: 2020-12-23T16:54:53.975Z
updated: 2021-10-07T14:17:10.317Z
tags: ["webdev", "github", "cicd"]
reading_time: 12
upvotes: 23
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Continuous Performance Analysis with Lighthouse CI and GitHub Actions

**[CSS-Tricks](https://daily.dev/sources/css_tricks)** · 12 min read · 23 upvotes · 2 comments

## Summary

Lighthouse is a free and open-source tool for assessing your website’s performance, accessibility, SEO, and more. The easiest way to use it is through the Chrome DevTools panel. In this article, we’ll go over how to set up Lighthouse CI and run it locally.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://css-tricks.com/continuous-performance-analysis-with-lighthouse-ci-and-github-actions/>

## Community discussion

Top comments from developers on daily.dev.

**@alfreddagenais** · 0 upvotes

> Amazing! Thanks

**@mheob** · 0 upvotes

> Thanks! Once again something learned for my Workflow, which I will implement shortly.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#github](https://daily.dev/tags/github), [#cicd](https://daily.dev/tags/cicd)

[View this post on daily.dev](https://daily.dev/posts/continuous-performance-analysis-with-lighthouse-ci-and-github-actions-wdy12l5xb)
