Skip to content

Commit 9de0cfa

Browse files
authored
Merge branch '6.0' into deployment-overhaul
2 parents 86ba8aa + 315387f commit 9de0cfa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/glossary.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,4 +768,10 @@ CD
768768
continuous deployment
769769
continuous delivery
770770
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.
771777
```

0 commit comments

Comments
 (0)