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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -736,4 +736,8 @@ lazy loading
736
736
lazy loaded
737
737
Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed.
738
738
It's a way to shorten the length of the [critical rendering path](https://developer.mozilla.org/en-US/docs/Web/Performance/Critical_rendering_path, which translates into reduced page load times.
739
+
740
+
reference implementation
741
+
A reference implementation is a program that implements all requirements from a corresponding specification.
742
+
The reference implementation often accompanies a technical standard, and demonstrates what should be considered the "correct" behavior of any other implementation of it.
0 commit comments