What is Lazy Loading?

前端 未结 13 1338
栀梦
栀梦 2020-11-29 16:46

What is Lazy Loading?

[Edit after reading a few answers] Why do people use this term so often?

Say you just use a ASP/ADO recordset and load it with data or

13条回答
  •  粉色の甜心
    2020-11-29 16:52

    wikipedia's Definition Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed. ...

    http://en.wikipedia.org/wiki/Lazy%20loading

提交回复
热议问题