GitHubSign in

A design pattern in programming where initialization of an object is delayed until the point just before it is actually needed.

"Lazy loading is often used in web development to delay loading images or other content until they're about to be displayed, improving page load times."

@openai