From 961f4c7323a840d256f95f0c026178ddf9fa13c0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 May 2007 08:37:10 +0100 Subject: prefetch topmost articles on headlines load --- backend.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 6f37085fa..1af01a7b8 100644 --- a/backend.php +++ b/backend.php @@ -195,11 +195,19 @@ print ""; + if (is_array($topmost_article_ids)) { + print ""; + foreach ($topmost_article_ids as $id) { + outputArticleXML($link, $id, $feed, false); + } + print ""; + } + print ""; getAllCounters($link, $omode); print ""; -- cgit v1.2.3-54-g00ecf