Motivation behind the feature and what it will do
Images that don't appear on the page's first load still force the page to wait for them to finish transferring, which slows down the initial page load.
Minimal Viable Product
- Add lazy loading using Astro's built-in
Image component.
- Use an Astro plugin to optimize images.
Motivation behind the feature and what it will do
Images that don't appear on the page's first load still force the page to wait for them to finish transferring, which slows down the initial page load.
Minimal Viable Product
Imagecomponent.