On Mon, Mar 26, 2007 at 05:55:43PM -0700, [EMAIL PROTECTED] wrote: > That's what I am already doing. But what I'd like to is to disable > the whole process. > > Some of the pages are very long: SQL outputs and I have noticed > that it significantly slows down the rendition if there was any > change.
But you might also want to take a look at http://www.pmwiki.org/wiki/Cookbook/SysDiff -- this uses the system's diff(1) command instead of a PHP library to compute page history, and is generally much faster as a result. There was supposed to be a way to turn of page history completely, but unfortunately I just noticed that I didn't get the sequencing quite right. I'll correct this in the next beta release, and let you know how to disable the history entirely. (But you still might want to take a look at SysDiff above, which should improve things a lot.) Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
