trueskew <[email protected]> writes: > I've got an Intel i5 PC running as a mediawiki server on our > intranet. I've added mwlib / mwlib.rl and the Collection extension, > and after a lot of experimenting I finally have it running. But in > terms of performance, if I make a big test document and render the PDF > for it, in another browser window I can feel the slow-down as I follow > links to pages that usually load quicker.
Lowering the number of concurrent http requests we make when creating a book could help here. Unfortunately there is no configuration option to do so. I guess the rendering itself should not be a problem as that mostly uses one core. You still could try running mw-serve with nice. Cheers, - Ralf -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
