User talk:Euss/todo: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
mNo edit summary
Line 55: Line 55:
* http://www.maschek.hu/imagemap/imgmap
* http://www.maschek.hu/imagemap/imgmap
* http://www.image-maps.com/index.php?
* http://www.image-maps.com/index.php?
== $wgExpensiveParserFunctionLimit ==
If this wiki is ever going to use language templates, make sure the parsing does not exceed the limit (either reduce the amount of languages thus the parsing, or increase the limit) If the limit is exceeded, not all items will be parsed and thus the links for consecutive languages will not be made. The parsing count can be seen inside the source of the page as seen in this example:
<source lang="html4strict">
<!--
NewPP limit report
Preprocessor visited node count: 1589/1000000
Preprocessor generated node count: 3629/1000000
Post‐expand include size: 27853/2097152 bytes
Template argument size: 4210/2097152 bytes
Highest expansion depth: 10/40
Expensive parser function count: 45/100
-->
</source>
In above example, the language template was reduced by removing languages that are not covered by PS4 releases to begin with, while the page in question has over 100 language subpages
See also: http://www.mediawiki.org/wiki/Manual:$wgExpensiveParserFunctionLimit




{{Template:User_talk:Euss:menu}}
{{Template:User_talk:Euss:menu}}

Revision as of 07:51, 29 January 2014

ToDo

Check missing/needed extensions


Note: If someone else does any of the above, please use <strike> old text </strike> to mark it on the list so that it can be crosschecked


Test 123

Imagemaps

$wgExpensiveParserFunctionLimit

If this wiki is ever going to use language templates, make sure the parsing does not exceed the limit (either reduce the amount of languages thus the parsing, or increase the limit) If the limit is exceeded, not all items will be parsed and thus the links for consecutive languages will not be made. The parsing count can be seen inside the source of the page as seen in this example:

<!-- 
NewPP limit report
Preprocessor visited node count: 1589/1000000
Preprocessor generated node count: 3629/1000000
Post‐expand include size: 27853/2097152 bytes
Template argument size: 4210/2097152 bytes
Highest expansion depth: 10/40
Expensive parser function count: 45/100
-->

In above example, the language template was reduced by removing languages that are not covered by PS4 releases to begin with, while the page in question has over 100 language subpages

See also: http://www.mediawiki.org/wiki/Manual:$wgExpensiveParserFunctionLimit