Manual:$wgResourceLoaderStorageEnabled

From mediawiki.org
This page is a translated version of the page Manual:$wgResourceLoaderStorageEnabled and the translation is 56% complete.
ResourceLoader: $wgResourceLoaderStorageEnabled
ResourceLoader が、Web Storage API をサポートするブラウザーの localStorage にモジュールを永続化しようとするかどうか。
導入されたバージョン:1.23.0 (Gerrit change 86867; git #c7194016)
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:true (1.28+)
false (1.23-1.27)

詳細

If set to true, ResourceLoader modules are cached in localStorage in modern browsers and loaded with eval(). This allows invalidating a module that has been updated without invalidating the other modules, even if they are all loaded as a single minified-concatenated file.

This will speed up page loading on wikis where the JS code changes frequently. It might cause weird behavior in browser developer toolbars (such as some source files not showing up) so you might want to disable it on local developer wikis used for debugging.

関連項目