Skip to main content
  1. Enable Memcached server from cPanel, for more information, please refer to the following article
  2. Login to your cPanel
  3. Open File Manager and go to Magento directory
  4. Edit file app/etc/local.xml and add memcached as cache backend:
`
 …
   
      memcached
      database
      Memcached
                       
            unix:///home/YourUsername/memcached.sock
            0
            0
                                               
            unix:///home/YourUsername/memcached.sock
            0
            0
                           
 …
`