Till Krüss
Forum Replies Created
-
If your
redis-cli -h my-redis ping
works from within the WordPress container, it can only be the plugin configuration. Have you tried moving allWP_REDIS_*
constants to the top of thewp-config.php
file?Forum: Plugins
In reply to: [Redis Object Cache] ACL User/PW fails for Unix SocketUsing Predis or PhpRedis?
Page caches and object caches perform different tasks ???♂?
So???
No such file or directory
means that your socket isn’t consistently open, which can also causeCall to a member function get() on null
.Try switching to TCP, might be more stable for you.
Forum: Plugins
In reply to: [Redis Object Cache] Confusing message in Query MonitorYeah, that makes sense.
You should install a Redis plugin, if your hosting provider supports Redis.
Forum: Plugins
In reply to: [Redis Object Cache] WooCommerce dashboard still loads too slowIf you see
Status: Connected
, then you’ll need to use an APM tool like New Relic to see whats specifically causing the slowness of your site.Forum: Plugins
In reply to: [Redis Object Cache] disallow_file_modsIt’s for any kind of file modification. If you only want to disallow installation, but allow theme updates or drop-in modifications you can refined permissions.
Forum: Plugins
In reply to: [Redis Object Cache] AWS Elasticache Redis Serverless and Redis Object CacheIf your TTFB is 4x with Redis enabled, you’re probably not in the same availability zone. I’d check that first.
Forum: Plugins
In reply to: [Nginx Cache] PHP Warning: Undefined variable $itemForum: Plugins
In reply to: [Redis Object Cache] Not compatible with Mailster newsletterIt’s up to Mailster newsletter to ensure their code works with WordPress’ persistent object caching API.
Forum: Plugins
In reply to: [Redis Object Cache] How to be compatible with Loco translate plugin ?It’s up to Loco translate to ensure their code works with WordPress’ persistent object caching API.
Forum: Reviews
In reply to: [Redis Object Cache] Drop in problemYou can’t use two object caches at the same time. You must disable the object cache from Atec.
Forum: Reviews
In reply to: [Redis Object Cache] Drop in problemDo you have any other cache plugins installed? Try deleting the
object-cache.php
file and then click “Enable Object Cache” from Redis > Settings.Forum: Plugins
In reply to: [Redis Object Cache] The cart page does not refreshMight be an issue with one of your plugins or your theme not being compatible with WordPress’ persistent object cache API. You can try ignoring the respective cache group, or bugging your cart plugin to fix their plugin.