Obviously, I’m a big fan of the performance increases that can be achieved by using memcache. Another potential cache-based tool for enhancing your server-side PHP code is to use an opcode compiler and caching tool such as APC.
In addition to being a fantastic piece of technology by itself, APC also provides meaningful tuning options and [...]
Read the full article → June 11, 2009Possibly the single-most important piece of advice I give to every software developer right now is to use memcache (or memcached to be specific). I’ve become an evangelist of the software since working for Squidoo.
Memcache is just exactly what it says it is — a memory cache daemon (service). It’s lightweight and very fast and [...]
Read the full article → May 20, 2009