]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
implement label cache; misc fixes (bump schema)
[tt-rss.git] / backend.php
index c19c3b9e3d393c29318a892c33cf78b72fc61cd5..68187428b1b15f284a9485a40611928e70077271 100644 (file)
                                        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);
 
                        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\"/>";