Hi.
I'm using PHP 4 with Apache 2, and would like to share experiencies with PHP libraries to cache webpages.
I've got some webpages dinamically generated with mySQL data. These data changes 1-2 times per day, and it's not worth reading DataBase each time one user accesses my webpage, since it's "nearly" static.
So, I'm trying to find a PHP library which caches these webpage each time data are changed.
Is there anyone? Thank you very much.
Are there PHP libraries to cache webpages?
Moderator: General Moderators
Sounds pretty straightforward. Have you considered implementing something like this yourself?
The Zend Framework has a nice caching library, but it's php5.
There's always this:
http://www.google.com/search?q=php+cach ... se+results

The Zend Framework has a nice caching library, but it's php5.
There's always this:
http://www.google.com/search?q=php+cach ... se+results
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US