{
  "pack": "zeus-performance-100y",
  "version": "1.0.0",
  "freezeDate": "2026-05-06",
  "nextReviewYear": 2031,
  "horizonYear": 2076,
  "provenanceRoot": "aa015c739e8b5e16e652e685a7650bbeef7dde6d0d71748fbefebf56a9fb7f5f",
  "owner": {
    "name": "Vladoi Ionut",
    "email": "vladoi_ionut@yahoo.com",
    "btc": "bc1q4f7e66z87mdfj56kz0dj5hvcnpmh0qh4wuv22e"
  },
  "timestamp": "2026-06-10T18:15:20.607Z",
  "title": "Render Budget — Per-Page Critical Path",
  "units": {
    "time": "ms",
    "bytes": "B"
  },
  "perRoute": [
    {
      "route": "/",
      "criticalCss": 14336,
      "criticalJs": 0,
      "ssrHtmlTarget": 65536,
      "hydrationDeadline": 1500
    },
    {
      "route": "/innovations",
      "criticalCss": 14336,
      "criticalJs": 0,
      "ssrHtmlTarget": 90112,
      "hydrationDeadline": 1800
    },
    {
      "route": "/how",
      "criticalCss": 12288,
      "criticalJs": 0,
      "ssrHtmlTarget": 49152,
      "hydrationDeadline": 1500
    }
  ],
  "rules": [
    "Inline critical CSS for above-the-fold content; defer the rest.",
    "No render-blocking external JS; all bundles defer or async.",
    "LCP element gets fetchpriority=high + width/height + decoding=async.",
    "Below-the-fold images use loading=lazy.",
    "No JS executes before first paint of the SSR HTML."
  ]
}