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.. 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
-- 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: [email protected] For additional commands, e-mail: [email protected]
