Profile RawPage
This commit is contained in:
parent
ed529ce860
commit
b484417ddb
1 changed files with 2 additions and 0 deletions
|
|
@ -450,8 +450,10 @@ class MediaWiki {
|
||||||
$article->view();
|
$article->view();
|
||||||
break;
|
break;
|
||||||
case 'raw': // includes JS/CSS
|
case 'raw': // includes JS/CSS
|
||||||
|
wfProfileIn( __METHOD__.'-raw' );
|
||||||
$raw = new RawPage( $article );
|
$raw = new RawPage( $article );
|
||||||
$raw->view();
|
$raw->view();
|
||||||
|
wfProfileOut( __METHOD__.'-raw' );
|
||||||
break;
|
break;
|
||||||
case 'watch':
|
case 'watch':
|
||||||
case 'unwatch':
|
case 'unwatch':
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue