Find SQL Bottlenecks With CodeIgniter
Posted in CodeIgniter, How To, PHP, Web Development on April 6th, 2009 by j3nnings – 3 CommentsI have been using my latest project, VentStatus, as a an opportunity to learn a new framework: CodeIgniter. It has treated me well so far, most problems encountered only required a short workaround. Lately I’ve been concerned with the scale-ability of VentStatus, it’s my first project on this large of a scale. Luckily, CodeIgniter has some benchmarking classes built in, and it really helped me cut down my load times.
read more »