Avoiding Database Overload with Memcached | CodeIgniter

March 8 2010, 4:41pm

"As you build out your application, scalability will start become an issue. You will find yourself making queries to the database every page load cost you precious cpu and load time. The trick is to cache frequently used data so that a database query is not necessary, reducing the overhead on your server."