Re: Peformance loading huge data with T5 grid.

2013-12-23 Thread Howard Lewis Ship
bees.net/ > > > > Regards, > > Antal > > > > -Oorspronkelijk bericht- From: Chung Khanh Duy > > Sent: Sunday, December 22, 2013 10:07 AM > > To: Tapestry users > > Subject: Peformance loading huge data with T5 grid. > > > > Hi experts

Re: Peformance loading huge data with T5 grid.

2013-12-22 Thread Chung Khanh Duy
gt; Regards, > Antal > > -Oorspronkelijk bericht- From: Chung Khanh Duy > Sent: Sunday, December 22, 2013 10:07 AM > To: Tapestry users > Subject: Peformance loading huge data with T5 grid. > > Hi experts, > > I am facing performance problem when loading over 25,000

Re: Peformance loading huge data with T5 grid.

2013-12-22 Thread A.T. van Kalleveen
: Peformance loading huge data with T5 grid. Hi experts, I am facing performance problem when loading over 25,000 records although have set paging = true, the time to complete loading is over 30s. So do someone have any suggestion or idea to improve that ? Any suggestion or idea will be appreciated

Re: Peformance loading huge data with T5 grid.

2013-12-22 Thread Chung Khanh Duy
Thanks for your suggestion. I will take a look on it. Duy. On Sun, Dec 22, 2013 at 5:39 PM, François Facon wrote: > Hi Duy, > > Did you have a look at > > http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/griddatasources > ? > To support access to large data, you will have to pro

Re: Peformance loading huge data with T5 grid.

2013-12-22 Thread François Facon
Hi Duy, Did you have a look at http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/griddatasources ? To support access to large data, you will have to provide a class that implement GridDataSource ( http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/grid/GridDataSource.htm

Peformance loading huge data with T5 grid.

2013-12-22 Thread Chung Khanh Duy
Hi experts, I am facing performance problem when loading over 25,000 records although have set paging = true, the time to complete loading is over 30s. So do someone have any suggestion or idea to improve that ? Any suggestion or idea will be appreciated . Thanks, Duy