Preferably I use the latest version of Ext JS, but when looking at the examples of the buffered grid of Ext JS 5.0 and Ext JS 4.0.1 I see a clear difference in the loading speed. When scrolling fast through the data the 4.0.1 version is really smooth, but the 5.0 takes some time to load.. this loading time causes a white screen after each scroll. Which is in my opinion not very pretty.
Example 5.0: link
Example 4.0.1: link
Any clue what is causing this, and whether it can be prevented.