Web Performance 101 - Image Loading (Sync vs. Async vs. Lazy Loading)
Let’s examine the difference to your users (and your server bill) between various image loading strategies. We’ll compare “standard” synchronous loading vs. asynchronous vs. lazy loading with the new IntersectionObserver
API.