On 20/08/2009, at 6:19 PM, dan nessett wrote: > <!-- > NewPP limit report > Preprocessor node count: 1891/1000000 > Post-expand include size: 16145/2097152 bytes > Template argument size: 12139/2097152 bytes > Expensive parser function count: 0/100 > --> > > Does anyone have an idea of what this is for? Is there any way to > configure MW so it isn't produced?
As the title implies, it is a performance limit report. You can remove it by changing the parser options passed to the parser. Look at the ParserOptions and Parser classes. -- Andrew Garrett [email protected] http://werdn.us/ _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
