Loading slow on multi-site environment
-
HI,
In my Debian server I installed W3 cache plugin on two websites (SiteA and SiteB).
The w3 cache setting on both two websites I enabled are : Page cache , Minify and Object cache on Redis.
The Redis setting I give different database ID:
Redis Database ID: 1
Redis Database ID: 2The wp-config.php file in the two sites I set different key by using following config:
define(‘WP_CACHE_KEY_SALT’, md5( DB_NAME . $table_prefix . __FILE__ ) );The performance drops on SiteB when I click on “purge all caches” on SiteA but the SiteA performance becomes very fast.
The same way when I click on “purge all caches” on SiteB, the SiteB performance is very fast but the siteA become slower.
I thought it might be the problem of object cache key conflict on Redis but I’ve set different key and database id. What else could cause the problem ?
Why the w3 cache plugin affects other website on the multi-site environment?
- The topic ‘Loading slow on multi-site environment’ is closed to new replies.