Manual:$wgPreloadJavaScriptMwUtil
From MediaWiki.org
MediaWiki settings: $wgPreloadJavaScriptMwUtil | |
---|---|
Whether to preload the mediawiki.util module as blocking module in the top queue. |
|
Introduced in version: | 1.19.0 (r110254) |
Removed in version: | still in use |
Allowed values: | Unspecified |
Default value: | false |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Set to true if your wiki has a large amount of user/site scripts that are lacking dependency information. In the short to medium term these user/site scripts should be fixed by adding the used modules to the dependencies in the module registry and/or wrapping them in a callback to mw.loader.using.