// archives

caching

This tag is associated with 1 posts

Optimizing and Scaling your CodeIgniter Application - with Benchmarks!

Scaling and Optimizing your CodeIgniter Application, with Benchmarks
There’s been a few discussions recently about optimizing CodeIgniter applications to make them faster, more reliable, and scalable.
So, let’s look at some methods of doing this, with ‘real’ numbers and benchmarks.
‘Baseline’ - The Bog Standard
First of all, we need to build a little controller that does ’stuff’.
It’s not [...]

CodeIgniter Multicache Library 0.1

After realizing that there’s quite a few people out there who are using Memcache or APC to cache content in their CodeIgniter applications, I figured it was time to build a nice library that takes care of that.
So, here is the release of Multicache 0.1
I haven’t really had time to test it yet, but I [...]