After completing the full optimisation process, our Lighthouse scores on mobile (the harder target — mobile scores are always lower than desktop due to CPU throttling in the audit) settled at:
Performance: 99
Accessibility: 100
Best Practices: 100
SEO: 100
Desktop scores across all four categories: 100.
These scores are maintained automatically by the quality gate in our CI/CD pipeline. New features, content updates, and dependency changes all pass through Lighthouse CI before reaching production. Regressions are caught in minutes, not weeks.
What This Means for SEO
Core Web Vitals are a confirmed Google ranking factor. A site with LCP under 2.5 seconds, CLS under 0.1, and INP under 200ms gets a performance ranking boost. More importantly, a fast site reduces bounce rate — users who land on a page that loads in 1.2 seconds stay longer than those on a page that loads in 3.5 seconds. Lower bounce rate is itself a positive ranking signal.
What This Means for Conversions
Amazon's research found that every 100ms of load time improvement correlated with a 1% increase in revenue. At the scale of a marketing website, a Performance score improvement from 65 to 99 — roughly a 1.5 to 1.2 second improvement in LCP — can meaningfully move conversion rates.
What This Means for Accessibility and Legal Compliance
A 100 Accessibility score indicates compliance with WCAG 2.1 AA — the standard required by the European Accessibility Act (effective 2025), the US ADA, and equivalent legislation in Australia, Canada, and the UK. Accessibility compliance is not just good practice in 2026. It is a legal requirement for many businesses and a commercial advantage for all of them.
How to Replicate This for Your Website
The complete process we followed is reproducible for any Next.js project. Run a Lighthouse audit on your current site (free, via Chrome DevTools or PageSpeed Insights). Identify your lowest-scoring category. Use Claude to diagnose the specific failing audits — describe the symptom, share the relevant code, and work through the fix. Add Lighthouse CI to your GitHub Actions pipeline. Set thresholds. Maintain.
The tools are free. The process is documented. The results are measurable. The only variable is whether you treat Lighthouse scores as a vanity metric or as the business-critical indicators they actually are.
At De Studio, every website we build ships with a Lighthouse CI pipeline configured from day one. Our clients' sites start at 95+ across all four categories and are maintained there automatically — because a website that degrades over time is a liability, and one that holds its quality automatically is an asset.