Committer: sbelyaev
LJSUP-13301: Main page optimizationU trunk/cgi-bin/LJ/Widget/UpdatesForUser.pm
Modified: trunk/cgi-bin/LJ/Widget/UpdatesForUser.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/UpdatesForUser.pm 2012-08-15 11:52:37 UTC (rev 12469) +++ trunk/cgi-bin/LJ/Widget/UpdatesForUser.pm 2012-08-15 11:54:24 UTC (rev 12470) @@ -134,6 +134,8 @@ $ret .= "</p>"; $ret .= "</div>"; + LJ::MemCache::set($cache_inbox_key, $ret, 84600); + return $ret; }