[EMAIL PROTECTED] wrote:
On 13 Sep 2006 at 14:20, Also Sprach Matt Sergeant:

[EMAIL PROTECTED] wrote:
Is the Cache::Cache stuff in there for us to roll our own caching of html pages or does Axkit2 have that inbuilt?
I'm looking for feedback on caching. I got fantastic performance when I benchmarked doing XSLT without caching (just caching the stylesheet forever),

How does one cache the xslt stylesheets at server start time?

Aside from Jorg's answer (which is perfectly valid/true), your plugin is the same as a perl package/class that is compiled at startup, so you can put stuff outside the sub hook_xmlresponse(), or you can put stuff in sub init() and store your compiled stylesheet globally.

Matt.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to