Trust · maintenance

Performance budget

A static size-budget report for Warconomy: route counts and the byte sizes of the largest machine exports, computed at build time. No external performance tools, no runtime measurement — Warconomy is fully prerendered with no runtime API.

static reference · data June 5, 2026

This tracks the size of Warconomy's largest static exports and its route counts so the growing site stays maintainable. Everything is measured at build time from the in-repo data — there is no runtime measurement, no external performance tool, and no field data. Warconomy is fully prerendered with no runtime API, so payloads are cacheable files; the only interactivity is small client-side filter UIs on discovery surfaces.

  • 386 routes (160 HTML, 186 machine).
  • Largest export: data.json ≈ 180.2 KB. Within budget.
  • Machine-readable at /performance/data.json.

Export payload sizes

Soft budget for the main export: 400 KB — all exports are within budget.

Route counts

HTML pages160
Machine endpoints186
JSON Schemas15
Distributions25
Total386

Static size-budget report computed at build time from the in-repo data. No external performance tools, no runtime measurement, no field data — Warconomy is fully prerendered with no runtime API. Payload sizes track the largest machine exports so growth stays maintainable.

Machine-readable: performance/data.json · see the platform inventory and data audit.

Related Warconomy pages