Skip to content

Commit 315387f

Browse files
authored
Merge pull request #1651 from plone/bundle-optimization
Add lazy load (and its verb derivations) to the glossary.
2 parents d4f0cd3 + b060ce2 commit 315387f

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
@@ -730,4 +730,10 @@ husky
730730
Jest
731731
[Jest](https://jestjs.io/) is a JavaScript testing framework.
732732
Volto uses Jest for unit tests.
733+
734+
lazy load
735+
lazy loading
736+
lazy loaded
737+
Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed.
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.
733739
```

0 commit comments

Comments
 (0)