Skip to content

Site Reports

Live summary of Accessibility and Performance checks (Lighthouse baseline).

Scores

100

Performance

Lighthouse

100

Accessibility

Lighthouse

100

Best Practices

Lighthouse

100

SEO

Lighthouse

Accessibility Highlights

  • Heading hierarchy is sequential (h1 → h2 → h3) on homepage testimonials.
  • Global focus-visible outlines ensure keyboard visibility.
  • Skip link to main content and proper landmarks (<nav>, <main>).
  • High-contrast colors on light panels (links, borders, badges).
  • Interactive controls have labels and proper ARIA states.

Performance Highlights

  • Project cards use Next.js Image for responsive, lazy-loaded media with optimized decoding.
  • Netlify caching headers for /_next/static/* and images/fonts (immutable, 1 year).
  • Conservative caching for HTML to avoid staleness.
  • Preconnect/dns-prefetch hints for fonts and commonly used external domains.
  • Reduced motion respected for improved perceived performance.

Next Steps