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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -768,4 +768,10 @@ CD
768
768
continuous deployment
769
769
continuous delivery
770
770
Continuous deployment or continuous delivery is a software development practice that works in conjunction with {term}`CI` to automate the infrastructure provisioning and application release process.
771
+
772
+
lazy load
773
+
lazy loading
774
+
lazy loaded
775
+
Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed.
776
+
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.
0 commit comments