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();
|
||||
break;
|
||||
case 'raw': // includes JS/CSS
|
||||
wfProfileIn( __METHOD__.'-raw' );
|
||||
$raw = new RawPage( $article );
|
||||
$raw->view();
|
||||
wfProfileOut( __METHOD__.'-raw' );
|
||||
break;
|
||||
case 'watch':
|
||||
case 'unwatch':
|
||||
|
|
|
|||
Loading…
Reference in a new issue