Turning on Profiler

I've installed the Profiler module, and have tried setting it to "all" and "admin", cleared the cache, but I'm never seeing the queries and page timing info at the bottom of the page, as expected.  Am I looking in the wrong place, or setting it up wrong, or ...?

Are there any additional debug tools I should be aware of?  I've turned on Firebug to trace some of the javascript, but there's not much there -- is there a configuration that turns on the console.log() calls to provide more detail?

Thx,

Tac

 

Quote · 2 Nov 2010

After installing the profiler module, the information box where it gives you the installation details will also ask you to edit some files to finish the installation.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 2 Nov 2010

Wow -- that's not intuitive at all.  A nice green "Done" message shows up, and the next step message is completely hidden, you have to open the + to see it.

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 ();
Seems like it's not "Done" if you still have to do that.  Maybe "Almost Done", or "Installed, Action Required" would be a better message.
But thanks, after following the instructions that works perfectly!
Tac
Quote · 2 Nov 2010

Awwwhhh.... great. Thanks, gents for that feedback. I'll be sure to expand the list after I install something going forward. Typically, as long as it shows positive installation I just ignored the rest.

Quote · 12 Sep 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.