Multiple sites on one server issues
-
Hey! I’m using redis object cache succesfully on one site, but can’t get it to work on the second. I added the database and salt settings to the wp-config. It registers in the diagnose.
Site 1 diagnose: `Status: Verbonden
Client: PhpRedis (v5.3.7)
Drop-in: Valid
Disabled: No
Ping: 1
Errors: []
PhpRedis: 5.3.7
Relay: Not loaded
Predis: Not loaded
Credis: Not loaded
PHP Version: 7.4.29
Plugin Version: 2.0.25
Redis Version: 6.2.6
Multisite: No
Metrics: Enabled
Metrics recorded: 71
Filesystem: Working
Global Prefix: “wp_”
Blog Prefix: “wp_”
WP_REDIS_HOST: “127.0.0.1”
WP_REDIS_PORT: 6379
WP_REDIS_DATABASE: 0
WP_REDIS_TIMEOUT: 1
WP_REDIS_READ_TIMEOUT: 1
WP_CACHE_KEY_SALT: “site1.com”
Global Groups: [
“blog-details”,
“blog-id-cache”,
“blog-lookup”,
“global-posts”,
“networks”,
“rss”,
“sites”,
“site-details”,
“site-lookup”,
“site-options”,
“site-transient”,
“users”,
“useremail”,
“userlogins”,
“usermeta”,
“user_meta”,
“userslugs”,
“redis-cache”,
“blog_meta”
]
Ignored Groups: [
“counts”,
“plugins”,
“themes”
]
Unflushable Groups: []
Drop-ins: [
“advanced-cache.php v by “,
“Query Monitor Database Class (Drop-in) v3.9.0 by John Blackbourn”,
“maintenance.php v by “,
“Redis Object Cache Drop-In v2.0.25 by Till Krüss”
]`Site 2 diagnose: `Status: Drop-in niet geïnstalleerd
Client:
Drop-in: Not installed
Disabled: No
PhpRedis: 5.3.7
Relay: Not loaded
Predis: Not loaded
Credis: Not loaded
PHP Version: 8.0.18
Plugin Version: 2.0.25
Redis Version: Unknown
Multisite: No
Metrics: Disabled
Metrics recorded: null
Filesystem: Working
WP_REDIS_HOST: “127.0.0.1”
WP_REDIS_PORT: 6379
WP_REDIS_DATABASE: 1
WP_REDIS_TIMEOUT: 1
WP_REDIS_READ_TIMEOUT: 1
WP_CACHE_KEY_SALT: “site2.com”
Drop-ins: [
“advanced-cache.php v by “,
“Query Monitor Database Class (Drop-in) v3.9.0 by John Blackbourn”,
“maintenance.php v by ”
]`Please note that site 2 is currently off. Site 2 redirects to Site 1 instead of caching when I turn on the plugin. What am I doing wrong?
Thanks in advance for helping!
The topic ‘Multiple sites on one server issues’ is closed to new replies.