Note current Lighthouse score in README - #53
Merged
Conversation
Records the live site's mobile Lighthouse results (100 across the board) in the Testing section so the score has a documented reference point. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Adds a Lighthouse CI job that builds the site and fails the PR if any page's score drops below set floors (Performance 90, Best Practices 95, Accessibility/SEO 100), so a regression gets caught before merge instead of relying on someone noticing later. Adds shields.io badges showing the live production score to the top of the README. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
A single run on the shared GitHub Actions runner scored the 404 page's Performance at 0.87, below the 0.9 floor, on what's otherwise a stable page — runner CPU contention, not a real regression. Matches the numberOfRuns used when validating this config locally. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The moon/star/rainbow/glow/scrim layers are live CSS-animated overlays whose pixel state at capture time depends on elapsed time since page load, not just the pinned sky time — a source of visual noise separate from (and not fixed by) the sky-pin race fix in db8dc55. Marking them data-chromatic="ignore" excludes that noise while leaving real page content (nav, forms, cards, the sky gradient/ink on <body> itself) diffed as before. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #23
Summary
.github/workflows/ci.ymlthat builds the site and blocks the PR if Performance drops below 90, Best Practices below 95, or Accessibility/SEO below 100 (lighthouserc.json).Test plan
lighthouserc.jsonlocally withlhci autorun🤖 Generated with Claude Code