---
title: "Use Speedlify2 to Continuously Measure Website Performance—zachleat.com"
url: https://daily.dev/posts/use-speedlify2-to-continuously-measure-website-performance-zachleat-com-gy2hm7rky
source_url: https://www.zachleat.com/web/speedlify2
type: article
source: "Zach Leatherman"
published: 2026-08-26T15:25:04.113Z
updated: 2026-08-26T16:10:17.316Z
tags: ["webdev", "github-actions", "lighthouse"]
reading_time: 5
upvotes: 1
comments: 0
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.

# Use Speedlify2 to Continuously Measure Website Performance—zachleat.com

**[Zach Leatherman](https://daily.dev/sources/zachleat)** · 5 min read · 1 upvotes · 0 comments

## Summary

Zach Leatherman introduces Speedlify2, a rewrite of his six-year-old Speedlify web performance monitoring project. The new version measures 1565 sites continuously and automatically via GitHub Actions, decoupling measurement from ranking to avoid the old 15-minute build limit and manual maintenance work. New features include per-category measurement cadences, an Emeritus category for sites that stop qualifying, Core Web Vitals field data alongside Lighthouse lab data, a detailed Axe CLI accessibility run, a new speedlify2-score web component with backwards compatibility for the old component, non-exclusive categories, a random Perfect Site of the Day, and JS vs no-JS screenshot comparisons. The project is open source and can be forked to self-host on GitHub Actions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.zachleat.com/web/speedlify2>

## Questions this post answers

### What is Speedlify2 and how is it different from the original Speedlify?

Speedlify2 is a rewrite of the original Speedlify web performance monitoring tool that removes the need for manual maintenance by running continuous, automated measurements on GitHub Actions. It decouples the measurement step from ranking, runs sites in parallel chunks instead of serially, and now tracks 1565 sites with per-category cadence configuration, replacing the old setup that required manual runs on personal hardware due to a 15-minute build limit.

_Track how tooling like this reshapes website performance monitoring workflows on daily.dev._

### How does Speedlify2 measure Core Web Vitals and accessibility compared to Lighthouse alone?

Speedlify2 adds extra scoring circles beyond the classic four-circle Lighthouse design, showing Core Web Vitals field data alongside lab data and a more detailed Axe CLI accessibility run. Lighthouse uses Axe internally but does not report everything it finds, so Speedlify2 surfaces the fuller Axe output instead of relying solely on Lighthouse's summarized accessibility score.

_Developers comparing performance and accessibility auditing tools can follow updates like this on daily.dev._

### Can I self-host Speedlify2 to monitor my own list of websites?

Yes, Speedlify2 is designed to be forked and self-hosted on GitHub Actions, since everything is static and self-contained. It supports backwards API compatibility with legacy speedlify-score web components pointing at the old speedlify.dev instance, and lets URLs belong to multiple non-exclusive categories while reusing single measurements to reduce testing traffic.

_Anyone weighing self-hosted monitoring setups can keep tabs on tools like this via daily.dev._

## Similar posts on daily.dev

- [Automating Web Performance Testing in CI](https://daily.dev/posts/automating-web-performance-testing-in-ci-6eh7jawda) · Halodoc · 2 upvotes · 0 comments
- [Enforcing web performance budgets in CI/CD with Sitespeed.io and Slack](https://daily.dev/posts/enforcing-web-performance-budgets-in-ci-cd-with-sitespeed-io-and-slack-jokhjkwt6) · CircleCI · 0 upvotes · 0 comments
- [Lighthouse CI: Catch Performance Regressions Before They ...](https://daily.dev/posts/lighthouse-ci-catch-performance-regressions-before-they--rxo48iavk) · Trevor Lasn · 1 upvotes · 0 comments
- [Query Speed Insights from the Vercel CLI](https://daily.dev/posts/query-speed-insights-from-the-vercel-cli-9n01yqkcm) · Vercel · 0 upvotes · 0 comments
- [What's new in Lighthouse 13](https://daily.dev/posts/what-s-new-in-lighthouse-13-iuea1nrcz) · Chrome Developers · 33 upvotes · 1 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/use-speedlify2-to-continuously-measure-website-performance-zachleat-com-gy2hm7rky)
