On some installations it may be possible to increase the timeouts, see

 http://www.pmwiki.org/wiki/Cookbook/SystemLimits

Two things can be time-consuming: the reading of the disk files to get the data, or the formatting of the pagelist template. The former can rarely be improved unless you have your own dedicated server. The latter might be improved if you limit the number of results displayed with the count= parameter, if you simplify your pagelist template markup, use PageVariables like {=$Title} and {=$Description} instead of PageTextVariables like {=$:Summary}.

Petko

Lars Eighner writes:
When I edit a page to include (:pagelist:) with various parameters, an epmty
document is returned by the server (no format, nothing, view page source
like a snowfield).

Eventually I diagnosed this as being that the pagelist was to long to
process: pagelist works in small groups and when limited: (:pagelist
group=Main name=* ... :) and I haven't discovered any other directives
misfiring.

I have about 10k pages with perhaps 6-7k in the Main group.

Is the timeout likely to be in php, the server, or does PmWiki have some
timeout of its own?


--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to