Scroller 1.1.0 render performance
Scroller 1.1.0 render performance
jhaitas
Posts: 32Questions: 0Answers: 0
When I switch from Scroller 1.0.3.dev (as it was on Jun 18) to Scroller 1.1.0 page render time increased by approximately 25% (from ~750ms to ~950ms)
Is anyone else experiencing anything like this?
Is anyone else experiencing anything like this?
This discussion has been closed.
Replies
However, what I expect the jump in time will be due to is the fact that I have increased the pre buffering of rows that Scroller does from *3 to *9 - under the theory that ~80 rows should draw very quickly and overall give a benefit.
If you could try setting the new init option for Scroller "displayBuffer" to 3, and see how that goes for you (which will restore the 1.0.x behaviour) that would be interesting.
More generally, I'm curious to know why it would be taking as long as almost a second to render. Do you have a link you can share with me?
Allan