Hello,

I was looking into making pmwiki faster for our website, looking for
low-hanged fruits.

In pmwiki.php function MarkupToHTML()

This line:
  $markrules = BuildMarkupRules();

Can be moved outside of the loop. It happens to be constant an unmodified
for the whole loop and building the rules is slow.
On our server with our rules and for a large listing it saved 2 seconds
(out of 6.. still too slow but better).

Regards,
O.
_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to