Welcome Guest, Not a member yet? Register   Sign In
Enhanced Profiler
#1

[eluser]kilishan[/eluser]
The Profiler in CodeIgniter is fantastic. No doubt about it. But I recently stumbled across ParticleTree’s PHP Quick Profiler and loved the simplicity of their solution. So I integrated it with CodeIgniter.

CI Quick Profiler is a drop-in replacement for the built-in profiler, and adds the ability to log items, errors and memory counts to the built-in console. It also automatically runs an EXPLAIN on any SELECT queries, and lists all of the classes used in your CodeIgniter application.

I can’t take credit for most of this, since the majority is either based off of CI or the PHP Quick Profiler. I just hacked the two together to provide a more functional debugging tool for CodeIgniter. And, yes, it is admittedly a hack. The code isn’t pretty. It’s something that I threw together last night for my own use. But it does appear to work. Please let me know of any bugs that I haven’t caught yet.

Find out more


Messages In This Thread
Enhanced Profiler - by El Forum - 12-09-2009, 09:58 AM
Enhanced Profiler - by El Forum - 12-14-2009, 03:57 PM
Enhanced Profiler - by El Forum - 07-26-2013, 07:03 AM
Enhanced Profiler - by El Forum - 07-26-2013, 08:49 AM
Enhanced Profiler - by El Forum - 08-12-2014, 08:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB