If you've done profiling that shows where the Wicket markup generation
is the slow part of your page rendering, we would benefit from seeing
it so that we could see if there was anything that could be improved.

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




On Thu, May 21, 2009 at 7:44 PM, ywtsang <ywts...@gmail.com> wrote:
>
> we have tried the best to cache the "backing model" (or data)
>
> and we are always looking how to push our performance to a limit
>
> it seems we are hitting the limit now,
> instead we go to refactor/revamp a lot,
> we want to see if we can do anything on wicket such as caching the generated
> html that can help
>
>
>
> Jeremy Thomerson-5 wrote:
>>
>> This topic has been covered many times here on the list.  The result
>> is that you almost never really need to cache the generated HTML, but
>> rather the loading of the backing model.  Are you really sure that you
>> need to cache the generated HTML?
>>
>> --
>> Jeremy Thomerson
>> http://www.wickettraining.com
>>
>>
>>
>>
>> On Thu, May 21, 2009 at 5:30 AM, TSANG Yiu Wing <ywts...@gmail.com> wrote:
>>> any hint that can help to apply caching on the html output of a panel?
>>>
>>> the panel is dynamic in nature, no ajax, i.e. stateless by itself, and
>>> is unique per url but needs some time to generate
>>> so i want to cache the html output of this panel
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/how-to-cache-the-html-output-of-a-panel--tp23650923p23662724.html
> Sent from the Wicket - User 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