Is there a simple way to cache MySQL queries in PHP or failing that, is there a small class set that someone has written and made available that will do it? I can cache a whole page but that won’t work as some data changes but some do not, I want to cache the part that does not.
Is there a simple way to cache MySQL queries in PHP or failing that,
Share
This is a great overview of how to cache queries in MySQL: