On Mon, Apr 19, 2010 at 5:32 PM, Zilvinas Vilutis <[email protected]> wrote:

> Spring / hibernate usually loads *before* seeing the message "Started
> Wicket in deployment mode".
>

Yes - this is what takes a long time - Spring / Hibernate.  The "Started
Wicket in deployment mode" comes from when Wicket finishes loading, but
Wicket can not start loading until the other stuff is finished.

Although i,n my project ( wicket / spring / hibernate ) it takes less
> than a second to finish the app loading after this message has
> appeared.
>

Sure, because it's nearly the last thing that happens.


> It might be eh-cache, which usually takes a few secods to load too.
>

Yes, this is what I'm getting at - there are many things that load before
Wicket.  You can't just post to the Wicket list and say "how do I speed up
Wicket" when you have done absolutely no profiling.  You need to put
together numbers to see where your bottlenecks are before you can fix them.

Best regards,

--
Jeremy Thomerson
http://www.wickettraining.com

Reply via email to