I\'m developing a site in PHP which has some complex SQL queries and I would like to implement a caching feature to reduce the load on the database.
I\'m just wonderin
Although I've never personally used it before, there is a PEAR package for caching. Consider it amongst other options like Zend_Cache.