Manual:$wgResourceLoaderStorageEnabled/de-formal

This page is a translated version of the page Manual:$wgResourceLoaderStorageEnabled and the translation is 11% complete.
ResourceLoader: $wgResourceLoaderStorageEnabled
Whether ResourceLoader should attempt to persist modules in localStorage on browsers that support the Web Storage API.
Eingeführt in Version:1.23.0 (Gerrit change 86867; git #c7194016)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(boolean)
Standardwert:true (1.28+)
false (1.23-1.27)

Details

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.

See also