Re: Performance tuning Wicket[1.5]...

2012-08-31 Thread Alex Shubert
Maybe bottleneck is somewhere else? SQL request maybe? Some eager loading... On 29 August 2012 10:31, nino martinez wael nino.martinez.w...@gmail.com wrote: A little feedback. First I tried visualVM (did not provide enough detail for this extreme optimization), then jprofiler (had trouble

Re: Performance tuning Wicket[1.5]...

2012-08-31 Thread nino martinez wael
No what I meant was that the system er performing as good as it can, without clustering etc. There weren't much stuff to optimize on. 2012/8/31 Alex Shubert alex.shub...@gmail.com Maybe bottleneck is somewhere else? SQL request maybe? Some eager loading... On 29 August 2012 10:31, nino

Re: Performance tuning Wicket[1.5]...

2012-08-31 Thread Thomas Götz
Hm, Java leap second bug? http://blog.wpkg.org/2012/07/01/java-leap-second-bug-30-june-1-july-2012-fix/ -Tom On 31.08.2012, at 12:19, nino martinez wael nino.martinez.w...@gmail.com wrote: No what I meant was that the system er performing as good as it can, without clustering etc. There

Re: Performance tuning Wicket[1.5]...

2012-08-31 Thread nino martinez wael
Nope this was just the app taking much resources.. It scales linearly with number of sessions. Im using ajax on the main page, otherwise I would have tried to make it stateless. 2012/8/31 Thomas Götz t...@decoded.de Hm, Java leap second bug?

Re: Performance tuning Wicket[1.5]...

2012-08-29 Thread nino martinez wael
A little feedback. First I tried visualVM (did not provide enough detail for this extreme optimization), then jprofiler (had trouble getting it to work), but yourkit gave the best result. However there was little I could do, other than removing an unnecessary filter (character encoding fix for

Re: Performance tuning Wicket[1.5]...

2012-08-27 Thread Martin Grigorov
Fire Yourkit/JProfiler and see what they say. On Mon, Aug 27, 2012 at 2:45 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hi Im seeing a load on our server. Tried these settings in wicketapplication: getPageSettings().setVersionPagesByDefault(false);

Re: Performance tuning Wicket[1.5]...

2012-08-27 Thread nino martinez wael
Yup, I'll do that another round.. Although I'll use visualvm... 2012/8/27 Martin Grigorov mgrigo...@apache.org Fire Yourkit/JProfiler and see what they say. On Mon, Aug 27, 2012 at 2:45 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hi Im seeing a load on our server.