[livejournal] r23119: LJSUP-13883: Journal pages optimizaiton ...
Committer: sbelyaev
LJSUP-13883: Journal pages optimizaiton : stage 1U trunk/cgi-bin/LJ/S2/RecentPage.pm
Modified: trunk/cgi-bin/LJ/S2/RecentPage.pm
===================================================================
--- trunk/cgi-bin/LJ/S2/RecentPage.pm 2012-10-11 18:19:15 UTC (rev 23118)
+++ trunk/cgi-bin/LJ/S2/RecentPage.pm 2012-10-11 18:33:30 UTC (rev 23119)
@@ -155,7 +155,9 @@
LJ::MemCacheProxy::get_multi( @prefetch_keys );
- $u->prefetch_subscriptions();
+ if ($remote) {
+ $remote->prefetch_subscriptions();
+ }
# load tags
my $idsbyc = { $u->{clusterid} => [ ] };
