Faster pages with memcached caching
Memcached caching is used by many sites to improve scalability. Facebook is reputed to have 3 terabytes of memcache storage distributed across 200 servers. We recently added memcached based caching of Mergelab public feeds. This post is intended to share with other developers some of the existing Rails caching techniques and tools that we used.