Re: Wicket Render speed

2012-08-27 Thread steven.li
Thanks. Found out the root cause by jprofiler. It's the model problem, too many times to read database directly in the model. Thanks for your help very much ! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Render-speed-tp4651489p4651523.html Sent from

Wicket Render speed

2012-08-25 Thread steven.li
characters each row. Is this a two heavy row for wicket ?  -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Render-speed-tp4651489.html Sent from the Users forum mailing list archive at Nabble.com

Re: Wicket Render speed

2012-08-25 Thread Martin Makundi
this ? Each row, there are 2 input DateText filed, three labels, 4 checkbox, 2 icons and 2-3 placehoder TD. around 100 characters each row. Is this a two heavy row for wicket ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Render-speed-tp4651489.html

Re: Wicket Render speed

2012-08-25 Thread steven.li
yes. I use loadabledetachable model. it's the initial time loading takes too long time. and from the debug log, it shows most of time are spend on Beging Render--Rendered---End Render -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Render-speed

Re: Wicket Render speed

2012-08-25 Thread Martin Makundi
most of time are spend on Beging Render--Rendered---End Render -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Render-speed-tp4651489p4651502.html Sent from the Users forum mailing list archive at Nabble.com

Re: Wicket Render speed

2012-08-25 Thread steven.li
what profiler can we use ? I changed to deploy mode, the result is the same . If I remove the 4 combo checkbox, it will be much faster. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Render-speed-tp4651489p4651505.html Sent from the Users forum mailing list

Re: Wicket Render speed

2012-08-25 Thread Martin Makundi
: http://apache-wicket.1842946.n4.nabble.com/Wicket-Render-speed-tp4651489p4651505.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional