summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index c19c3b9e3..68187428b 100644
--- a/backend.php
+++ b/backend.php
@@ -334,6 +334,8 @@
break;
}
+ if ($_REQUEST["debug"]) $timing_info = print_checkpoint("04", $timing_info);
+
$ret = outputHeadlinesList($link, $feed, $subop,
$view_mode, $limit, $cat_view, $next_unread_feed, $offset,
$vgroup_last_feed, $override_order);
@@ -346,6 +348,8 @@
print "]]></headlines>";
+ if ($_REQUEST["debug"]) $timing_info = print_checkpoint("05", $timing_info);
+
//print "<headlines-count value=\"$headlines_count\"/>";
//print "<vgroup-last-feed value=\"$vgroup_last_feed\"/>";