But he can cache rendered content, then time will be spent just on pulling html from cache (shooting in the dark) ;) I would try both and do some benchmarking - plz share the results.
Regards, Saša Stamenković On Wed, Sep 30, 2009 at 8:25 AM, Peter Warnock <[email protected]>wrote: > I would only cache if it's visibly slow, or you're running out of memory. > If you're going to cache, cache the output since most of the overhead is > used in rendering. Keep in mind, you lose the ability to pre-populate the > form. > - pw > > > On Mon, Sep 28, 2009 at 4:49 AM, holografix . <[email protected]>wrote: > >> >> Hi >> >> I have several complex forms in the application and I would like to know >> if there is any benefit in caching those forms. >> If so, what would be the best way to go? Cache the classes or the output >> of the forms? >> >> Cheers >> holo >> > >
