You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Andy Bosch <An...@csi.com> on 2000/07/03 09:06:52 UTC

Caching in cocoon

Hi,

we finished our first project with cocoon. It is a
portal site, and every page is created with xml and xsl.
Cocoon is doing the processing of the xsl files into html.
It works fine, but when having a lot of visits, the speed
goes down, because it is a lot of work for the server
to do the processing for every page.

my question: Is there a possibility to cache some generated
pages in order to make the server a bit faster?

Thanks,
Andy