I have a website I am building using PHP and mysql and want to integrate memcached into the site.
However I was only thinking about adding it to certain pieces (such as queries that look for the amount of products and prices in the store, or the users information).
Would this be wise or would it be better to add memcached to all sql queries?
Any help would be appreciated.
I decided to only cache important parts of my application that were used the most after looking around here for important information and here for sessions