Magento : Mysql Query Cache : If we are dealing with caching so there are two type of caching which you can use to optimize the magento or any e-commerce/web sites
1 – Disk Cache
2- Memory Cache/Database Cache
So here i’ll explain about the memory caching means how can you use mysql for caching in magento .
Advantage of Mysql Query Caching :
Advantage of query caching is that database is fast rather than disk so it is quite useful and important for the performance of magento .
How to Implement Query Cache in magento :
Query cache is independent of magento or any web framework like magento .I’ll explain the sep up in steps
Step One:
First of login in to your mysql command prompt
Be the first to comment.