Guides
Measured on PHP 8.2 (local Windows). Re-run with:
php tools/benchmarks/v1-performance.phpResults are also written to docs/generated/performance-v1.json (gitignored when under generated/).
| Subsystem | Metric | Result |
|---|---|---|
| Theme Compiler | wall time / rules | ~5 ms / 25 rules |
| Style Compiler | wall time / CSS bytes | ~18 ms / ~38 KB |
| Renderer | avg over 200 small trees | ~25 ms / render* |
| Theme map | avg classes('button') × 1000 | ~0.02 ms |
| Peak memory (bench) | ~4 MB |
\*Includes pipeline + theme resolution for a Card + buttons tree (~1.2 KB HTML). Absolute numbers vary by machine; use them comparatively.
public/assets/serixa.cssserixa build in CI/deploy; commit or artifact serixa.css for apps that skip build on the target host.Expanded + fill() over fighting width utilities (layout stability + fewer overrides).ClientRuntime only on pages that need interactive widgets.Container wrappers.Earlier notes: performance.md, performance-v011.md.