Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sébastien on Jul 16, 2007 09:51
open dhtmlx forum
[DhtmlXGrid] Performance

Hello,

I have inserted a grid into a webpage used to display logs (loaded from a XML file generated by PHP). The problem is that the search process is very very very slow! It takes at least 10 sec to sort a grid that only contains 600 records! I have tried to use smartrendering, bufferings, ... functions but the sorting is still very slow!

How could I increase the performance of dhtmlXgrid?

Thx
Answer posted on Jul 19, 2007 10:29
Client side sorting is not good idea for 600 rows grid. We recomend using server side sorting. This technique is demonstrated in http://www.scbr.com/docs/products/dhtmlxGrid/samples/10000/index.html where 10000 records are sorted in less than a second.
Answer posted by Andrei (Support) on Dec 01, 2014 13:33

Not much can be said in addition to the reply above, but you also can check editable grid and a time to kill script and find out what we have probably missed in our explanation.