Turn off display of query results

My website was upgraded for me (7.2.1 to 7.3) by my hosting company.  Since then whenever I login as admin I get a lot of information displayed below the site pages.  I looked for a setting to turn this off but cannot find it.  Sample info below.  Where can I disable this display of queries and other information?

 

Time:0.532 secMemory:10.5M of 512M allowedPHP:5.6.18SAPI:cgi-fcgiOS:Linux
Pages:1 (0.258 sec)Templates Cached:34 (0.099 sec)Templates Not Cached:2 (0.052 sec)
+
name cached time
messageBox.html yes 0.0007 sec
form_input_wrapper.html yes 0.00051 sec
form_row_standard_simple.html yes 0.00075 sec
form_input_wrapper.html yes 0.00013 sec
form_row_standard_simple.html yes 0.00017 sec
form_input_wrapper.html yes 0.00013 sec
form_row_standard_simple.html yes 0.00015 sec
form_input_wrapper.html yes 0.00012 sec
form_row_standard_simple.html yes 0.00015 sec
form_input_wrapper.html yes 0.00012 sec
form_row_standard_simple.html yes 0.00016 sec
form_input_wrapper.html yes 0.00012 sec
form_row_standard_simple.html yes 0.00015 sec
form_input_wrapper.html yes 0.00012 sec
form_row_standard_simple.html yes 0.00017 sec
form_input_wrapper.html yes 0.00013 sec
form_row_standard_simple.html yes 0.00012 sec
form_input_wrapper.html yes 0.0001 sec
form_row_standard_simple.html yes 0.00011 sec
form_input_wrapper.html yes 0.00011 sec
form_row_standard_simple.html yes 0.00017 sec
form_input_wrapper.html yes 9.0E-5 sec
form_row_standard_simple.html yes 0.00011 sec
form_input_wrapper.html yes 9.0E-5 sec
form_row_standard_simple.html yes 0.00012 sec
form_input_wrapper.html yes 0.00012 sec
form_row_standard_simple.html yes 0.00014 sec
form_input_wrapper.html yes 9.0E-5 sec
form_row_standard_colspan.html yes 0.0007 sec
form_content.html yes 0.00034 sec
design_box_11.html no 0.0025 sec
page_3.html yes 0.09109 sec
top_menu.html yes 0.00079 sec
main_menu.html no 0.04992 sec
transBoxConfirm.html yes 0.00042 sec
transBoxPrompt.html yes 0.00032 sec
Injections:4 injection (0.003 sec)
+
name key replace time
flash_integration injection_header no 0.00012 sec
lfa injection_header no 0.00159 sec
sys_confirm_popup injection_footer no 0.00051 sec
sys_prompt_popup injection_footer no 0.00038 sec
SQL:77 queries (0.034 sec)
+
sql time rows affected
SELECT * FROM `Profiles` WHERE `ID`='1' LIMIT 1 0.00029 sec 1 1
SELECT `id`, `title`, `vendor`, `version`, `update_url`, `path`, `uri`, `class_prefix`, `db_prefix`, `dependencies`, `date` FROM `sys_modules` WHERE `uri`='pageac' LIMIT 1 0.00015 sec 1 1
SELECT DISTINCT `sys_acl_levels`.ID, `sys_acl_levels`.Name FROM `sys_acl_levels` 0.00015 sec 6 6
SELECT * FROM `Profiles` WHERE `ID`='1' LIMIT 1 0.00012 sec 1 1
SELECT * FROM `Profiles` WHERE `ID`='1' LIMIT 1

.. much more stuff also displayed.

Gary http://molosserdogs.com
Quote · 10 Apr 2016

Hello 

You need to uninstall Profiler module via admin panel -> modules -> add & manage. This module is useful during site development and isn't needed in live mode.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 11 Apr 2016

i installed and am not getting anything - even cleared all caches

caredesign.net
Quote · 11 Apr 2016

Hello 

i installed and am not getting anything - even cleared all caches

 

If you want to install and use Profiler module then you need to do a manual modification in PHP code which is described in "Installation Conclusion" (displayed on admin panel -> modules -> add & manage page just after the module's installation).

 

To complete installation add the following lines to the beginning of inc/header.inc.php file:
define ('BX_PROFILER', true);
if (BX_PROFILER && !isset($GLOBALS['bx_profiler_start']))
    $GLOBALS['bx_profiler_start'] = microtime (); 
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 12 Apr 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.