HTML lazy attribute
Native lazy-loading, на сайте с 21 декабря 2022, 02:01
The loading attribute specifies whether a browser should load an image immediately or to defer loading of off-screen images until for example the user scrolls near them. Tip: Add loading="lazy" only to images which are positioned below the fold.