# Caching Strategies

By Ben Ramsey

- **Date:** February 19, 2015
- **Event:** ConFoo
- **Venue:** Hilton Bonaventure Montreal
- **City:** Montreal, QC, CA

---

- [View slides](https://speakerdeck.com/ramsey/caching-strategies-confoo-2015)
- [Download PDF](https://files.benramsey.com/talks/2015/confoo/benramsey-caching-strategies-confoo-2015.pdf)
- [Read feedback](https://joind.in/talk/view/13282)

---

One of the biggest bottlenecks in an application is the point at which data is requested from some source, be it a traditional database, web service, or something else. One method to overcome these bottlenecks is the use of caches to store pages, recordsets, objects, sessions, and more. In this talk, we'll explore a variety of caching tools and mechanisms including Memcached, Redis, reverse proxy caches, CDNs, and more.


