From 399f0b45f6fb796941b92ed2899fcc17e3ab0ea9 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 22 Mar 2012 14:18:18 +0800 Subject: Bug 732440: add sql timings to buglist.cgi's debug output --- template/en/default/list/list.html.tmpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index ccf3427dd..a21117d34 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -59,10 +59,13 @@ [% IF debug %] -

[% query FILTER html %]

- [% IF query_explain.defined %] -
[% query_explain FILTER html %]
- [% END %] +
+

[% query FILTER html %]

+

Execution time: [% query_time FILTER html %] seconds

+ [% IF query_explain.defined %] +
[% query_explain FILTER html %]
+ [% END %] +
[% END %] [% IF user.settings.display_quips.value == 'on' %] -- cgit v1.2.3-24-g4f1b