<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.&nbsp;&nbsp;You can set up page caching<br>by setting:<br><br>&nbsp;&nbsp;$PageCacheDir = &#39;work.d&#39;;<br>&nbsp;&nbsp;$EnableHTMLCache = 1;<br><br>This caches the main contents of each page, so that PmWiki doesn&#39;t
<br>have to reconvert the markup to HTML on each page request.&nbsp;&nbsp;However,<br>it can&#39;t/won&#39;t cache pages that contain any of:<br>&nbsp;&nbsp;- {$Author}, {$AuthId}<br>&nbsp;&nbsp;- (:if authid:)<br>&nbsp;&nbsp;- (:if auth:)<br>&nbsp;&nbsp;- (:noleft:), (:noright:), (:notitle:), (:noheader:), (:nofooter:)
<br>&nbsp;&nbsp;- (:title:), (:keywords:), (:description:)<br>&nbsp;&nbsp;- $[phrase]<br>&nbsp;&nbsp;- date values such as &#39;today&#39;, &#39;now&#39;, &#39;yesterday&#39;, etc.</blockquote><div><br><br>A few lines about this&nbsp; 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>&nbsp;</div><br></div>