414a4c4b8b
Cloudflare is DNS-only (grey-cloud) for upbeatbytes.com — no proxy/CDN/edge — so the warm() step (curl every chunk + key routes through the public domain) wasn't priming any edge; it just GET every asset from the already-fast static origin, generating thousands of internal-origin requests per deploy (the "traffic spike" in the logs). Removed it. Kept the valuable part: chunks-before-shell ordering, 14-day chunk grace, service-worker last. No change for visitors. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>