Netlify CDN Caching PoC

Each page demonstrates a different Netlify caching strategy. The render timestamp proves whether caching is active — if it stays frozen across reloads, the page is cached.

How to verify

  1. Deploy to Netlify (caching doesn't work on localhost)
  2. Open DevTools → Network tab
  3. Check the Cache-Status response header
  4. "Netlify Edge"; hit = CDN cache hit, miss = fresh render
  5. Reload each page and observe whether the timestamp changes