- Home
- Categorie
- Digital Marketing
- Posizionamento Nei Motori di Ricerca
- Il lazy-load per gli iframe
-
Il lazy-load per gli iframe
Vi segnalo questo articolo di Osmani: It's time to lazy-load offscreen iframes!
Dice:
Native lazy-loading for images landed in Chrome 76 via the loading attribute and later came to Firefox. We are happy to share that native lazy-loading for iframes is now standardized and is also supported in Chrome and Chromium-based browsers.
<iframe src="https://example.com" loading="lazy" width="600" height="400"></iframe>
Qui si capisce meglio per chi non ha chiaro il concetto
-
io ho provato ad usarlo su un video di youtube, ma su pagespeed mi "perde" comunque quasi 1 sec per "third party code"
-
voi notate la differenza su google pagespeed con o senza il "lazy loading"?