# Give Your Site a Boost with Memcache

By Ben Ramsey

- **Date:** September 25, 2009
- **Event:** CodeWorks Los Angeles
- **Venue:** Westin Bonaventure
- **City:** Los Angeles, CA, US

---

- [View slides](https://speakerdeck.com/ramsey/give-your-site-a-boost-with-memcache-codeworks-2009)
- [Download PDF](https://files.benramsey.com/talks/2009/codeworks/bramsey-memcache-codeworks09.pdf)
- [Read feedback](https://joind.in/talk/view/685)

---

Today's high-traffic websites must implement performance-boosting measures that reduce data processing and reduce load on the database, while increasing the speed of content delivery. One such method is the use of a cache to temporarily store whole pages, database recordsets, large objects, and sessions. While many caching mechanisms exist, memcached provides one of the fastest and easiest-to-use caching servers. This talk will cover memcached and the memcache extension for PHP from setting up a memcached server to using it to provide a variety of caching solutions, including the use of memcached as a session data store.


