[Seaside-dev] [Seaside] Requests & Components Caching

Philippe Marschall philippe.marschall at gmail.com
Wed Mar 16 06:13:54 UTC 2011


2011/3/15 Avi Shefi <avishefi at gmail.com>:
> Well, if we can't cache the #script element, then we can't cache using query
> params (_k and _s keep changing).
> I implemented caching of a request handler, however #script and #style
> should be left out of this (as they cannot be differentiated from the page
> itself). But then again, when we use forms and call:answer: , the URL never
> changes, only _k and _s change. So we can't cache anything.

We can cache, but only the things that are cacheable. Nothing about a
WAApplication is cacheable. But other request handlers have the
potential to be cacheable.

> So.. where how do we continue on issue 435? Is there any point of having
> page cache if we can't differentiate between pages?
>
>
> About component caching - it seems logical to me, however since Seaside
> relies on components all the way, this one is far-fetch.

Cheers
Philippe


More information about the seaside-dev mailing list