Software Engineering ยท Performance
Deferring the loading of a resource until the exact moment it's actually needed.
Example: Images on a webpage that only load as you scroll to them.
In practice: It improves initial load time at the cost of a small delay the first time each deferred resource is actually requested.