Author Topic: Slow  (Read 2508 times)

stevejacobsen

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 46
    • View Profile
Slow
« on: May 14, 2016, 08:41:36 am »
I had the free version loaded on my server and it was very fast.

I just downloaded the evaluation copy and just changed the lines for the source code like this:

        <!--ParamQuery Grid files-->
        <link rel="stylesheet" href="js/paramquery-pro/pqgrid.min.css" />
        <script type="text/javascript" src="js/paramquery-pro/pqgrid.min.js" ></script>

But now it is much slower than it was on the free version. I am using a grid that I load from Mysql using ajax but then I am sorting and filtering in the local mode and it is slow in those operations.

steve

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Re: Slow
« Reply #1 on: May 14, 2016, 08:52:34 am »
The default rendering mode is non virtual mode which gets slow depending upon number of row/columns.

Faster or virtual mode can be set by turning the options virtualX and virtualY to true.

It might be useful to go through the upgrade guides from version 2.0.4 to latest version to migrate your code from free version to Pro.

http://paramquery.com/pro/upgrade/Index
« Last Edit: May 14, 2016, 06:47:24 pm by paramquery »