v0.7.0
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_urlfromseite.tomlif no URL is provided --strategy desktopflag for desktop audits (default: mobile)--keyflag 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 initnow scaffoldsminify = truein[build]for new sitesseite upgradeaddsminify = trueto 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
extensionsis set withoutscript_url— Plausible deprecated the filename-based extension approach in October 2025 - Use
script_urlwith your unique snippet URL from Plausible → Settings → Installation