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 >
