Pattern: Lazy loading

from blog James' Coffee Blog, | ↗ original
One of the programming patterns I have seen used in several contexts over the last year is lazy loading. On the web, you can use lazy loading to tell the browser that an iframe or image should only be loaded when the viewport is sufficiently close to the resource. Using lazy loading lets the browser skip downloading resources that are not used...