Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 48926 invoked from network); 16 Sep 2004 14:14:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Sep 2004 14:14:48 -0000 Received: (qmail 24403 invoked by uid 500); 16 Sep 2004 14:14:27 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 24343 invoked by uid 500); 16 Sep 2004 14:14:26 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 24330 invoked by uid 99); 16 Sep 2004 14:14:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [62.218.44.114] (HELO idefix.researchstudio.at) (62.218.44.114) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Sep 2004 07:14:25 -0700 Received: from localhost (localhost [127.0.0.1]) by idefix.researchstudio.at (SpamRelay-RSA) with ESMTP id 6EA9DEE32 for ; Thu, 16 Sep 2004 16:14:20 +0200 (CEST) Received: from idefix.researchstudio.at ([127.0.0.1]) by localhost (idefix.researchstudio.at [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03300-07 for ; Thu, 16 Sep 2004 16:14:03 +0200 (CEST) Received: from researchstudio.at (dmehome.researchstudio.at [81.189.9.170]) by idefix.researchstudio.at (SpamRelay-RSA) with ESMTP id 3011BED56 for ; Thu, 16 Sep 2004 16:14:02 +0200 (CEST) Message-ID: <41499FA8.8030602@researchstudio.at> Date: Thu, 16 Sep 2004 16:14:00 +0200 From: Niko Popitsch User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: caching a cinclude response Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at researchstudio.at X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I have a problem with the cocoon caching mechanism. I want to create docbook file by aggregating multiple xml files with cinclude and then convert it with the docbook-xsl stylesheets to html. As the docbook2html conversion is very slow, I want to cache the results. Now, everythink works fine if I use a "static" docbook source file. Cocoon needs ~ 8 seconds for the first production of the HTML and ~ 20ms for all following requests. But when I create the docbook with an XSP page that consists of some tags, the caching pipeline seems to be broken (the HTML is served in ~2 seconds). But why? When I turned on debug-logging for the store, it printed a "Found key: PK_G-..." for every involved component. any ideas anyone? thank you, niko This is how my sitemap looks like: ------------------------------------------------------------ [...] [...] ------------------------------------------------------------ this is how test.xsp looks like: ------------------------------------------------------------ [...] if ( 1==1 ) { } [...] --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org