angular-ui/ui-scroll

When scroll the page very quickly,the page will be white for 1or 2 seconds

xiaozhaowen opened this issue · 1 comments

When scroll the page very quickly,the page will be white for 1or 2 seconds
dhilt commented

@xiaozhaowen Since the ui-scroll has no mechanism to skip intermediate rows during fast scrollnig, the issue certainly depends on a) data retrieving delay (remote overhead costs) and b) retrieved data rendering delay. First thing could be improved via internal cache (see example).

Also there are some thoughts on this topic: #120.