You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/glossary.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -827,8 +827,7 @@ lazy load
827
827
lazy loading
828
828
lazy loaded
829
829
Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed.
830
-
It's a way to shorten the length of the [critical rendering path](https://developer.mozilla.org/en-US/docs/Web/Performance/Guides/Critical_rendering_path
831
-
), which translates into reduced page load times.
830
+
It's a way to shorten the length of the [critical rendering path](https://developer.mozilla.org/en-US/docs/Web/Performance/Guides/Critical_rendering_path), which translates into reduced page load times.
832
831
833
832
reference implementation
834
833
A reference implementation is a program that implements all requirements from a corresponding specification.
0 commit comments