From: Tim Starling Date: Sun, 15 Apr 2007 00:20:24 +0000 (+0000) Subject: profiling X-Git-Tag: 1.31.0-rc.0~53394 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=50eb8b5da4decc8f5370f9a1607525e39f6df7e3;p=lhc%2Fweb%2Fwiklou.git profiling --- diff --git a/includes/WebStart.php b/includes/WebStart.php index 8a112d08b0..55c96488af 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -96,6 +96,8 @@ if ( ob_get_level() ) { ob_start( 'wfOutputHandler' ); } +wfProfileOut( 'WebStart.php-ob_start' ); + if ( !defined( 'MW_NO_SETUP' ) ) { require_once( './includes/Setup.php' ); }