Extract Data from DebugKit on CakePHP 2.*

I’m thinking on implementing cloud computing on my project and am testing Google and Amazon cloud services. Before I decide weather it’s a good idea I need to build some statistics on query time (using MySQL) on CakePHP 2.x; I thought about DebugKit and how good it is, extracting the data from the sql log would be of big help to gather this data that I need. I just don’t know how?

Any help would be appreciated.
Thanks in advance.

1 Like

MySQL -> slow_log.
For test you can set long_query_time = 0 .