On Fri, Sep 2, 2011 at 11:39 AM, coincoinfou <olivierandr...@gmail.com> wrote:
> I have profiled.
> It seems that the way the page is built. Mostly in listview, I need labels.
> These labels are not DetachableModels or whatever because another framework
> loads that on the fly.
> For 50 labels, I get 50 request of 1 second each. It shouldn't be like this
> for two strings..

well, that is part of your code, has nothing to do with wicket.
optimize how you are calling that other framework, maybe add a batch
call.

> I'm not sure but I guess there is another problem. Wicket serialize the
> thingummyjig, invok method,
> another framework intercepts method, serializing and invoking it...
> It seems to me that, there's too much of "serialization" there

what other framework intercepts it? a way to minimize serialization is
to use detachable models...

-igor


>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/How-my-perfs-are-good-tp3779825p3786814.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to