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
@@ -730,4 +730,10 @@ husky
730
730
Jest
731
731
[Jest](https://jestjs.io/) is a JavaScript testing framework.
732
732
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.
0 commit comments