When our page run on mobile device ,is it a good idea to remove dom from dom tree which out of the view when scroll out and resume them when scroll in ?
I make a zepto plugin to do this job:
but i don't know how to measure if it is necessary to do this job.