Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
General
Is there a way to debug execution times of SQL queries?
darklow
October 2011
Is there a way to debug execution times of SQL queries?
It would be great to see all the queries and their time executed in one page/controller.
Maybe someone is using nice addon? Thanks.
Harro
October 2011
Enable the profiler? You have to enable it globally in your config.php, and then for every specific DB driver in your db.php. See the docs.
darklow
October 2011
I knew there should be something like this.
Thank you.
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
darklow
October 2011
Harro
October 2011