{
  "pack": "zeus-performance-100y",
  "version": "1.0.0",
  "freezeDate": "2026-05-06",
  "nextReviewYear": 2031,
  "horizonYear": 2076,
  "provenanceRoot": "dbbb588357e3d9724cbbf98f06091cdd1738e75a09fa04a4407107d5dceef4c0",
  "owner": {
    "name": "Vladoi Ionut",
    "email": "vladoi_ionut@yahoo.com",
    "btc": "bc1q4f7e66z87mdfj56kz0dj5hvcnpmh0qh4wuv22e"
  },
  "timestamp": "2026-07-26T08:54:29.371Z",
  "title": "Preload Policy — Early Hints + Critical Resource Discovery",
  "earlyHints": {
    "enabled": true,
    "statusCode": 103,
    "resources": [
      "</assets/app.[hash].js>; rel=preload; as=script",
      "</assets/zeus/hero.jpg>; rel=preload; as=image; fetchpriority=high"
    ]
  },
  "rules": [
    "rel=preload is reserved for resources used in the first 2s after navigation.",
    "rel=preconnect for any cross-origin used in the critical path.",
    "rel=dns-prefetch as a cheap cousin to preconnect for non-critical origins.",
    "Never preload more than 4 resources per navigation — over-preloading harms LCP."
  ]
}