Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/92460
Change subject: Enable localStorage module caching on enwi^H^H^H beta cluster ...................................................................... Enable localStorage module caching on enwi^H^H^H beta cluster This patch sets $wgResourceLoaderStorageEnabled to true for the beta cluster, enabling localStorage module caching in ResourceLoader, introduced in If2ad2d80d. Change-Id: I6ca3517dcbc2def5a6a6ddb93d58e8920643037d --- M wmf-config/CommonSettings-labs.php 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/60/92460/1 diff --git a/wmf-config/CommonSettings-labs.php b/wmf-config/CommonSettings-labs.php index 012e05f..b91d3a9 100644 --- a/wmf-config/CommonSettings-labs.php +++ b/wmf-config/CommonSettings-labs.php @@ -27,6 +27,10 @@ # see r110254 and bug 33746 $wgPreloadJavaScriptMwUtil = true; +// Cache ResourceLoader modules in localStorage +// Experimental! See <https://gerrit.wikimedia.org/r/#/c/86867/>. +$wgResourceLoaderStorageEnabled = true; + if ( $wmgUseEventLogging ) { $wgEventLoggingFile = 'udp://deployment-eventlogging.pmtpa.wmflabs:8421/EventLogging'; } -- To view, visit https://gerrit.wikimedia.org/r/92460 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6ca3517dcbc2def5a6a6ddb93d58e8920643037d Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
