Lazy Loading
I updated all my photo galleries with the browser’s built-in lazy loading:
loading="lazy"
Learn more at web.dev. I didn’t realize lazy loading has been widely supported in the browsers; therefore, I am a bit late. I love it when browsers implement elements like this so we don’t have to rely on JavaScript to do the job.