javascript - How to release browser memory on infinite scrolling load more data? -


as infinite scrolling provides best user experience have implemented it. problem have found freezing browser on load more.

firstly, have implemented lazy loading , masonry grid making view pintrest.com issue when user clicks on load more button load more contents browser freezing , unable scroll smoothly. have set cache: false in load more ajax call.

is there method can release memory of browser on load more button click? angular js

please provide best solution.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -