I don\'t think it\'s clear to me yet, is it faster to read things from a file or from memcached? Why?
It depends if the cache is stored locally. Memcache can store data across a network, which isn't necessarily faster than a local disk.