NYCPHP Meetup

NYPHP.org

[nycphp-talk] caching queries

David Mintz dmintz at davidmintz.org
Mon Apr 4 09:28:53 EDT 2005


On Sun, 3 Apr 2005, Rahmin Pavlovic wrote:

> So I'm trying to come up other ways to cache db content for 5-10 min
> intervals.  I have a few ideas (force header caching | cron script to
> write includes | write/pull new content per timestamp), but I'm not sure
> what's the best way to go, or there are other options, and I'm curious
> what the more knowledgeable peeps think.  What's the best way to go?

Cache_Lite is nice for caching stuff, whatever it is -- finished HTML, or
data you pull from a database.

http://pear.php.net/manual/en/package.caching.cache-lite.php

---
David Mintz
http://davidmintz.org/



More information about the talk mailing list