Implementing Caching

I like memcache, but if you don’t have it installed then Cache_Lite with file system backend is your next choice. It’s not as fast as memcache of cause. File system entries are actually also cached by hard drive’s internal cache, but that cache size if pretty small, so there will be disc reads, unavoidable, which are about 100 times slower than memcache in-memory cache.