Skip to content

Site Quality

Site Quality (/site-quality) reports lab-measured performance and UX signals from Playwright-based audits of your pages.

Per-URL lab results including Core Web Vitals (LCP, CLS), mobile readability, Lighthouse performance, and axe accessibility violations — summarized in a scorecard with page-level detail tables.

  • After onboarding or site quality re-run
  • Before and after performance or mobile layout fixes
  • When Unified Report flags Web Vitals or accessibility fails

The site quality pipeline loads pages in a headless browser, records metrics, and ingests lab rows. Checks compare against Google-aligned thresholds (e.g. LCP ≤ 2.5s, CLS ≤ 0.1).

  1. Open Site Quality in the sidebar (/site-quality).
  2. Review scorecard sections: HTTP, Web Vitals, Mobile, Lighthouse, Accessibility, Run.
  3. Inspect the page results table for URLs with fails or errors.
  4. Refresh data after scans complete; Re-run all scans for a full new lab pass.
SectionWhat it measures
Web VitalsLCP, CLS
MobileViewport, horizontal scroll, text size, tap targets
LighthousePerformance score (0–100)
AccessibilityCritical axe violations
RunNavigation timeout / load failures

Reference: Site quality scorecard checks.

  • Lab scores vary by URL and run conditions — focus on consistent fails across runs.
  • Navigation timeouts often indicate slow TTFB or blocking scripts on specific pages.