Welcome Guest, Not a member yet? Register   Sign In
Enable profiler
#4

[eluser]CroNiX[/eluser]
Are you using ajax? If you use ajax with the profiler running it will append all of the profiler data/html to the end of the ajax request (actually, any request), ruining anything returned.

If this is your case, I usually do:
Code:
if ( ! $this->input->is_ajax_request())
{
  $this->output->enable_profiler(TRUE);
}


Messages In This Thread
Enable profiler - by El Forum - 10-15-2012, 05:44 AM
Enable profiler - by El Forum - 10-16-2012, 12:55 AM
Enable profiler - by El Forum - 10-16-2012, 02:54 AM
Enable profiler - by El Forum - 10-16-2012, 10:31 AM
Enable profiler - by El Forum - 10-16-2012, 05:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB