<br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>PmWiki has several (somewhat experimental) caching features,
<br>which may be able to help out some. You can set up page caching<br>by setting:<br><br> $PageCacheDir = 'work.d';<br> $EnableHTMLCache = 1;<br><br>This caches the main contents of each page, so that PmWiki doesn't
<br>have to reconvert the markup to HTML on each page request. However,<br>it can't/won't cache pages that contain any of:<br> - {$Author}, {$AuthId}<br> - (:if authid:)<br> - (:if auth:)<br> - (:noleft:), (:noright:), (:notitle:), (:noheader:), (:nofooter:)
<br> - (:title:), (:keywords:), (:description:)<br> - $[phrase]<br> - date values such as 'today', 'now', 'yesterday', etc.</blockquote><div><br><br>A few lines about this would certainly be useful on
<a href="http://pmwiki.org">pmwiki.org</a> ;-)<br><br>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.<br>Are pages containing pagelists supposed to be cached ?
<br><br>Could they be ?<br><br>Christophe<br><br><br><br> </div><br></div>