⚠️ This page intentionally does NOT load the image directly — to keep the prefetch test fair.
Check cache status via curl after visiting this page.
1
Purge the image first:
static.seanwashere.online → Cloudflare Dashboard → Caching → Purge Everything
2
Confirm MISS before test:
curl -I https://static.seanwashere.online/mykauzk0mvhc1.png
3
Load this page in a fresh incognito tab — triggers the Link prefetch header.
5
Check cache status — do NOT open in browser, use curl only:
curl -I https://static.seanwashere.online/mykauzk0mvhc1.png
HIT = same-zone prefetch works ✅
MISS = prefetch not working ❌