• Download zip.
    • Upload object-cache.php file (not memcached folder, only object-cache.php) to wp-content folder (not plugins folder).
    • Add define(‘WP_CACHE_KEY_SALT’,’RANDOM SALT KEY’); to wp-config.php
    • Add
      $memcached_servers = array(
      	'default' => array(
      		'127.0.0.1:11211'
      	)
      );

      to wp-config.php

    • done.
    • This topic was modified 2 years, 3 months ago by UfukArt.
  • The topic ‘Working Perfectly’ is closed to new replies.