• Hello,

    Is it necessary for the following code to be at the top of the wp-config file?

    define('WP_CACHE', true); //Added by WP-Cache Manager
    define( 'WPCACHEHOME', 'xxxxxxx' ); //Added by WP-Cache Manager

    Also, in using this with WordPress Skeleton would I just add

    if ( !defined( 'WP_CACHE' ) )
      define( 'WP_CACHE', false );

    to my local-config if I do not want to be caching on localhost?

    https://wordpress.org/plugins/wp-super-cache/

The topic ‘WP Super Cache Config Code’ is closed to new replies.