Archive for November, 2009

Enable Site-Wide Profiling With CodeIgniter

A very cool part of CodeIgniter is its ability to give you the ‘profiling’ information for page loads. That is, if you add:

$this->output->enable_profiler(true);

In your controller before you load a view, CodeIgniter will give you information regarding how fast the page loaded, how many SQL queries executed, the content of each query, and the running time [...]


A Fine Run, and Maybe A Little More

It’s been almost a year since I mentioned the last version of wpSearch!
I owe many faithful users of wpSearch an explanation of my whereabouts. After all, the internet does not need yet another dead blog, especially when it had been fairly well read. Here’s a recap of the last year:

Figured out that I wasn’t going [...]