[15:46:52] Hi .is there a way to temporarily prevent modifications on the wiki? [15:48:03] I'm getting spammed. But the problem is that it's new ips in different ranges all the time [15:48:14] So it's hard to block [15:52:14] $wgGroupPermissions['*']['createaccount'] = false; [15:52:52] Or maybe $wgGroupPermissions['*']['edit'] = false; [16:05:37] Forza: $wgReadOnly = true; will stop everything [16:06:09] !spam [16:06:09] For information about combating and handling spam in MediaWiki, see . [16:16:22] I have moderation on normally, but it's a pain with hundreds of moderation entries to click through . Ill do readonly for now [16:21:45] you might also be interested in https://www.mediawiki.org/wiki/Extension:ProtectSite (yeah, I'm shilling "my" work ;-) [16:49:25] ashley: thanks :) [16:50:41] my pleasure :) hopefully it'll be of us and not horribly broken, but in the latter case, let me know and I'll see what I can do! (I'm not the original author but I sorta maintain it and several sites I care about *do* use it so it's nice if it keeps working, but...the codebase has some, shall we say, *clever* things which might not be 100% future-proof, so you never know) [23:20:05] Hi, I saw that there is an option to have a "static debug" by the source code (https://www.mediawiki.org/wiki/NewPP_parser_report), This expansion is limited and don't show the entire templates, ther is option to see such debugging tree but without any limit for any template? Thanks! [23:27:02] Or maybe there is other limitation such as "minimum time to include a template call in the report" or similar [23:29:34] Maybe some profiling options. Im not sure [23:29:40] !profiling [23:29:40] For information on how to enable profiling for MediaWiki, see