Lazy loading #141
LeaVerou
started this conversation in
State of HTML Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Load certain resources only when needed.
Code sample
MDN URL:
https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading
Specification URL:
https://html.spec.whatwg.org/multipage/urls-and-fetching.html#lazy-loading-attributes
Any other links?
How stable is this feature?
Stable (Widely supported for several years)
Type of feature
HTML attribute
What focus area does this feature fall into?
Performance
Details
Note: Significantly better browser support for
<img loading>
than<iframe loading>
.Beta Was this translation helpful? Give feedback.
All reactions