Re: Ajax enabled pages are slow to load

2009-06-19 Thread Igor Vaynberg
great. i added a warning to the javadoc saying the implementations should be fast. -igor On Fri, Jun 19, 2009 at 9:13 AM, T Ames wrote: > Thanks Igor for making me THINK! > > This was my issue. I instituted my own ConfigurationType. At the time I did > not realize that the WebApplication.getConfi

Re: Ajax enabled pages are slow to load

2009-06-19 Thread T Ames
Thanks Igor for making me THINK! This was my issue. I instituted my own ConfigurationType. At the time I did not realize that the WebApplication.getConfigurationType() was being called at many points during the rendering phase. So each time this method was called it was thrashing about in LDAP - w

Re: Ajax enabled pages are slow to load

2009-06-18 Thread Igor Vaynberg
seems quiet strange. wicket does not spawn threads - but your ajax calls do. so the question is what is spawning the threads before the page renders? -igor On Thu, Jun 18, 2009 at 6:55 AM, Ames, Tim wrote: > I have recently converted a project from 1.3.5 to 1.4.rc-4.  The only thing > that I hav

Ajax enabled pages are slow to load

2009-06-18 Thread Ames, Tim
I have recently converted a project from 1.3.5 to 1.4.rc-4. The only thing that I have changed with it is adding all the generics. On pages, panels, etc. that I have ajax classes, the pages are taking a great deal of time to load. They were not exactly quick to load for me in 1.3.5, but in 1.4.