jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I6ca3517dcbc2def5a6a6ddb93d58e8920643037d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to