r101044 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101043‎ | r101044 | r101045 >
Date:20:50, 27 October 2011
Author:platonides
Status:ok
Tags:
Comment:
The early return added in r98698 was skipping the closing wfProfileOut().
Modified paths:
  • /trunk/phase3/includes/resourceloader/ResourceLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/resourceloader/ResourceLoader.php
@@ -424,6 +424,7 @@
425425
426426 // If there's an If-Modified-Since header, respond with a 304 appropriately
427427 if ( $this->tryRespondLastModified( $context, $mtime ) ) {
 428+ wfProfileOut( __METHOD__ );
428429 return; // output handled (buffers cleared)
429430 }
430431

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98698FileCache:...aaron17:53, 2 October 2011

Status & tagging log