Are there PHP libraries to cache webpages?
Posted: Thu Feb 01, 2007 10:57 am
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.
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.