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 @@
425
425
426
426
// If there's an If-Modified-Since header, respond with a 304 appropriately
427
427
if ( $this->tryRespondLastModified( $context, $mtime ) ) {
428
+ wfProfileOut( __METHOD__ );
428
429
return; // output handled (buffers cleared)
429
430
}
430
431
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r98698
FileCache:...
aaron
17:53, 2 October 2011
Status & tagging log
20:55, 27 October 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r101044
[
removed:
new
added:
ok]