[pmwiki-users] Slashdotting?

Christophe David pmwiki at christophedavid.org
Mon May 14 15:23:05 CDT 2007


>
> PmWiki has several (somewhat experimental) caching features,
> which may be able to help out some.  You can set up page caching
> by setting:
>
>   $PageCacheDir = 'work.d';
>   $EnableHTMLCache = 1;
>
> This caches the main contents of each page, so that PmWiki doesn't
> have to reconvert the markup to HTML on each page request.  However,
> it can't/won't cache pages that contain any of:
>   - {$Author}, {$AuthId}
>   - (:if authid:)
>   - (:if auth:)
>   - (:noleft:), (:noright:), (:notitle:), (:noheader:), (:nofooter:)
>   - (:title:), (:keywords:), (:description:)
>   - $[phrase]
>   - date values such as 'today', 'now', 'yesterday', etc.



A few lines about this  would certainly be useful on pmwiki.org ;-)

I jumped on my config file to add this and check if it would help the
performance of my huge pagelists, but it did not.
Are pages containing pagelists supposed to be cached ?

Could they be ?

Christophe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20070514/27adac35/attachment.html 


More information about the pmwiki-users mailing list