← All releases

v0.7.0

new

PageSpeed audit command, CSS/JS minification on by default

seite perf — PageSpeed Insights Audit

  • New seite perf [URL] command hits the PageSpeed Insights API and reports Performance score + FCP, LCP, TBT, CLS, and Speed Index — color-coded green/yellow/red
  • Defaults to base_url from seite.toml if no URL is provided
  • --strategy desktop flag for desktop audits (default: mobile)
  • --key flag for a PSI API key (increases rate limit)
  • Production deploys (seite deploy) now automatically run a PageSpeed audit on the live URL after deployment

CSS/JS Minification On by Default

  • seite init now scaffolds minify = true in [build] for new sites
  • seite upgrade adds minify = true to existing sites that don't have it set (non-destructive — skips if already configured either way)

Plausible Analytics Deprecation Warning

  • Warns at build time when extensions is set without script_url — Plausible deprecated the filename-based extension approach in October 2025
  • Use script_url with your unique snippet URL from Plausible → Settings → Installation