Lazy Loading

A design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed. It can contribute to the efficiency of the web application’s operation if properly and appropriately used.