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

add experimental headline caching

This commit is contained in:
Andrew Dolgov
2007-11-21 09:23:34 +01:00
parent 1a9b5b84a7
commit e19c1824e9
3 changed files with 104 additions and 18 deletions

View File

@@ -231,6 +231,10 @@
print "<headlines-count value=\"$headlines_count\"/>";
$headlines_unread = getFeedUnread($link, $feed);
print "<headlines-unread value=\"$headlines_unread\"/>";
if ($_GET["debug"]) $timing_info = print_checkpoint("10", $timing_info);
if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) {