Skip to content

Lighthouse Reports

Below is a snapshot Lighthouse report for this site.

Lighthouse report

Use Lighthouse (Chrome DevTools or the CLI) to generate current reports and export JSON or screenshots for tracking.

This snapshot currently scores 100 across:

  • Performance
  • Accessibility
  • Best Practices
  • SEO

A fast baseline comes from a few predictable wins:

  • Optimized images (correct sizing and modern formats like AVIF/WebP)
  • Minimal, split JavaScript and CSS
  • A lightweight framework + build setup
  • CDN caching and sensible cache headers
  • Avoiding render-blocking scripts

Accessibility scores stay high when the UI is built on solid semantics:

  • Clear heading structure and landmark regions
  • Meaningful alt text where needed
  • Keyboard navigation and visible focus states
  • Sufficient color contrast across themes
  • ARIA only where it adds real value

Best Practices reflects secure defaults and modern browser expectations:

  • HTTPS and secure cookie handling
  • No mixed content
  • No deprecated APIs
  • Clean, predictable runtime behavior

SEO is mostly about good metadata and crawlable structure:

  • Descriptive titles and meta descriptions
  • Canonical URLs
  • Useful link text and readable headings
  • Fast loading and mobile-friendly layout
  1. Open the site in Chrome
  2. Open DevTools → Lighthouse
  3. Run the audit and export results as needed
Terminal window
npx lighthouse <url> --output json --output-path ./lighthouse.json