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
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
