BryanDavis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/186604

Change subject: beta: Change ProfilerSimpleText to ProfilerXhprof
......................................................................

beta: Change ProfilerSimpleText to ProfilerXhprof

ProfilerSimpleText has been removed from MediaWiki.

Change-Id: I29b092bf5404e34d3443fc6ba2b74c69ec5c41ba
---
M wmf-config/CommonSettings-labs.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/04/186604/1

diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 32e44f8..621e89c 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -11,7 +11,8 @@
 // test wiki
 if ( $wgDBname == 'testwiki' ) {
        $wgDebugToolbar = true;
-       $wgProfiler['class'] = 'ProfilerSimpleText';
+       $wgProfiler['class'] = 'ProfilerXhprof';
+       $wgProfiler['output'] = array( 'text' );
 }
 
 if ( file_exists( '/etc/wmflabs-instancename' ) ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/186604
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I29b092bf5404e34d3443fc6ba2b74c69ec5c41ba
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>

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

Reply via email to