Graham Leggett wrote: > Matthieu Estrade wrote: > >> I agree with you about the proxy... >> Do you think it's possible to force the cache filter, be runned after >> all the proxy filters ? > > > The cache filter is supposed to run after all the filters for maximum > caching advantage. > I disagree on this. the cache filter should be able to placed where the admin wants it. what the code should do is remember which filters where placed above the cache_input filter, and restore these filters on cache_output.
this would allow people to have pages designed for a specific user, as well as caching most of it > Regards, > Graham