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
Use any of these for caching backends:
and use Zend_Cache for a unified interface to them
Whether to use full page caching or partial caching depends on your specific UseCases. Usually, your application will have a mix of both.