Lazy Loading Test Portfolio

This page contains 100 numbered images (1-100) to test lazy loading behavior.

🔍 Testing Instructions

  1. 1. Open browser DevTools (F12) and go to the Network tab
  2. 2. Filter by "Img" to see only image requests
  3. 3. Reload the page (Ctrl/Cmd + R)
  4. 4. Observe how many images load immediately vs. on scroll
  5. 5. Scroll down slowly and watch the waterfall

Expected behavior: Only images near the viewport should load.
Bug behavior: All 100 images load immediately.