Performance &Benchmarks
Zero-noise. What we actually measure.
build evidencedeterministic site buildSSG build (www)30 route modules, 205 sitemap URLs
Dev cold startMeasured by CI performance evidence
Vite dev startMeasured by CI performance evidence
Client bundleBudgeted island chunks; no mandatory page runtime
Rendering
DSD SSRZero JS parse cost (browser native)
Island hydratePer-component, strategy-gated
NavigationBrowser-native navigation with optional View Transitions
Bundle Size
DSD components need no framework virtual DOM runtime. Client JS is emitted only when islands or enhanced forms exist; pure-static pages stay script-free. Islands load on-demand by strategy.