From 905ff52a362b6afc28a2c3ed1cbc9b90d63253ba Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Nov 2010 18:50:51 +0300 Subject: implement label cache; misc fixes (bump schema) --- backend.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backend.php') 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 "]]>"; + if ($_REQUEST["debug"]) $timing_info = print_checkpoint("05", $timing_info); + //print ""; //print ""; -- cgit v1.2.3