Should we remove dom out of the view from dom tree when scroll on mobile device?

37 views Asked by At

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:

activeScroll.js

but i don't know how to measure if it is necessary to do this job.

0

There are 0 answers