1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

misc headlines speedup

This commit is contained in:
Andrew Dolgov
2011-08-04 19:38:25 +04:00
parent e56beb95fa
commit 7d96bfcd6d
3 changed files with 65 additions and 42 deletions

View File

@@ -361,8 +361,10 @@
$disable_cache = $ret[3];
$vgroup_last_feed = $ret[4];
$reply['headlines']['content'] = $ret[5];
$reply['headlines']['toolbar'] = $ret[6];
// if ($_REQUEST["debug"]) print_r($ret);
$reply['headlines']['content'] =& $ret[5]['content'];
$reply['headlines']['toolbar'] =& $ret[5]['toolbar'];
if ($_REQUEST["debug"]) $timing_info = print_checkpoint("05", $timing_info);