r74455 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r74454
|
r74455
|
r74456
>
Date:
19:46, 7 October 2010
Author:
catrope
Status:
ok
Tags:
Comment:
Remove $wgMemc->set() call left over from
r73645
Modified paths:
/trunk/phase3/includes/ResourceLoaderModule.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/ResourceLoaderModule.php
—
—
@@ -488,12 +488,6 @@
489
489
'md_deps' => $encFiles,
490
490
)
491
491
);
492
-
493
- // Save into memcached
494
- global $wgMemc;
495
-
496
- $key = wfMemcKey( 'resourceloader', 'module_deps', $this->getName(), $context->getSkin() );
497
- $wgMemc->set( $key, $encFiles );
498
492
}
499
493
500
494
return $styles;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r73645
Improved the performance of ResourceLoader by pre-loading module information ...
tparscal
21:23, 23 September 2010
Status & tagging log
04:52, 8 October 2010
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r74455
[
removed:
new
added:
ok]