# Give Your Site A Boost With Memcache

By Ben Ramsey

- **Date:** June 3, 2008
- **Event:** DC PHP Conference & Expo
- **Venue:** George Washington University
- **City:** Washington, DC, US

---

- [View slides](https://speakerdeck.com/ramsey/give-your-site-a-boost-with-memcache-dcphp-2008)
- [Download PDF](https://files.benramsey.com/talks/2008/dcphp/bramsey-dcphp-memcache.pdf)

---

Today's high-traffic websites must implement performance-boosting measures that cut down 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.

| Resources                                                                                         |
|---------------------------------------------------------------------------------------------------|
| [Sample Code](https://files.benramsey.com/talks/2008/dcphp/bramsey-dcphp-memcache.zip) (zip file) |


