Welcome Guest, Not a member yet? Register   Sign In
sending profiler data to disk?
#1

I am having trouble with one section of my code. I have enabled the profiler and it can show where I am making too many sql queries. But it outputs to the screen. Is there a way to get the profiler to output to a file (for offline review)?
proof that an old dog can learn new tricks
Reply
#2

I'm not sure if this can help.

You can try to use this library.

  1. Configure the library by setting $logger to true.

  2. Set $threshold in app/Config/Logger.php to minimum 7.


Check logging files at ROOTPATH/writable/logs


Reminder; Using this library will change the default query toolbar and using logger for queries will consume a lot of data storage size.
Reply
#3

there is many ways to check out this with easy ways
Reply




Theme © iAndrew 2016 - Forum software by © MyBB