Author Topic: slow grids loading in 2.1.0  (Read 3986 times)

xin

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 14
    • View Profile
slow grids loading in 2.1.0
« on: September 23, 2014, 12:00:14 am »
We discovered that the 2.1.0 version is so much slower than 2.0.4 when large data set is used or multiple grids in used in a page.  For example, we have a page consist of 4 grids in a local HTML page, version 2.0.4 only takes 2 seconds to do the initial load and rendering, but version 2.1.0 takes 22 seconds to do the same task.

So my question is:
a). are you aware of performance issue in the new version?
b). do you have any plan to fix this performance issue?

Thanks.
xin

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: slow grids loading in 2.1.0
« Reply #1 on: September 23, 2014, 12:12:02 am »
You need to use virtualX: true and virtualY: true when working with large data sets in version 2.1.0

http://paramquery.com/pro/api#option-virtualX

http://paramquery.com/pro/api#option-virtualY

xin

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: slow grids loading in 2.1.0
« Reply #2 on: September 24, 2014, 06:33:45 pm »
I tried VirtualX and VirtualY.  It works and achieves similar performance as that of old version 2.0.4.
Many thanks.
« Last Edit: September 24, 2014, 09:14:28 pm by xin »