What is Lazy Loading?
What is Lazy loading and how can we improve the performance by implementing it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sepp FabianPosted Jan 14, 2016, 1:15 PM
As Rajesh described, lazy loading technique is to delay loading of unnecessary data (such as pages in multi-pages images) until the user request it.
I found additional information here that might help:
https://en.wikipedia.org/wiki/Lazy_loading
If you provide more information about what exactly you are trying to do, I think I can suggest something that might work at your side.
Rajesh SinghPosted Dec 27, 2015, 3:01 AM
Munesh SharmaPosted Nov 13, 2015, 4:54 AM
Nishant MittalPosted Nov 13, 2015, 4:48 AM