Live Chat Software by Kayako |
How to configure Magento to use Memcached
Posted by Bill Williams on 10 February 2016 10:19 AM
|
|
In this tutorial we will explain how to configure your Magento application to use Memcached. This file is stored inside the web root folder. For example, if your website is accessible at: http://domain.com/magento this means that the local.xml file is in your public_html/magento/app/etc folder. In order to edit the file you can use the cPanel File Manager. Open the file and find the following line of code (usually this is also the end of the file): </config> Right before this line add the following lines: <cache> That's it - your Magento application is now correctly configured. From now on the e-commerce app will use Memcached to cache certain API calls, database calls and objects. | |
|