How to Lazy Load Images with an Edge Worker
Lazy loading your images is a great way to increase performance and other Google Lighthouse metrics. Fortunately, there's now a simple native attribute you can add your your <img> tags that will lazy load them without any extra code. <img loading="la...
Mar 28, 20212 min read784