Lazy loading means the first page does not download every heavy component right away. Load expensive UI only when the user reaches it.
- Good for maps, charts, editors, 3D viewers, and wallet widgets.
- Good for large admin panels that are not always opened.
- Not useful for tiny buttons or above-the-fold content.