Till Krüss
@tillkruess on WordPress.org and Slack
Bio
Contribution History
Till Krüss’s badges:- Core Contributor
- Core Performance Contributor
- Core Performance Team
- Documentation Contributor
- Plugin Developer
- Theme Developer
- Translation Contributor
-
Posted a reply to Multisite Setup, on the site WordPress.org Forums:
The Multisite installation must use the same Redis database, you can't split them up. The… -
Posted a reply to Can’t connect to Memorystore Redis over TLS, on the site WordPress.org Forums:
The constant WP_REDIS_TLS_CAINFO does not exist. -
Posted a reply to Update is blocking Open Street Map, on the site WordPress.org Forums:
You'll need to ask the team of Open Street Map, we just provide an API. -
Posted a reply to Redis Installation, on the site WordPress.org Forums:
I'd suggest hiring a developer to assist you with the setup of Redis/Valkey. Using a… -
Posted a reply to Redis Installation, on the site WordPress.org Forums:
Does the error occur only rarely and does WordPress show you "Status: Connected"? -
Posted a reply to Redis Installation, on the site WordPress.org Forums:
You still need Redis (or Valkey) server to use the Redis Object Cache plugin. -
Posted a reply to 200 0 Status Codes Appearing in Log Files, on the site WordPress.org Forums:
Then it's not related to Redis Object Cache and caused by something else. -
Posted a reply to 200 0 Status Codes Appearing in Log Files, on the site WordPress.org Forums:
Mhhh GET / returning zero bytes is odd. Does the error disappear when you disable… -
Posted a reply to Site goes down frequently, on the site WordPress.org Forums:
That means your Redis Server and database are out of date. Make sure you flush… -
Posted a reply to WP CLI help does not actually show a command to flush, on the site WordPress.org Forums:
Good point. https://github.com/rhubarbgroup/redis-cache/commit/cb5899b7a05610fd257c9cbdd411fda2480e02b9 -
Posted a reply to ACF + REDIS, on the site WordPress.org Forums:
It's up to the ACF team to ensure their plugin is compatible with the WordPress… -
Posted a reply to Object Carche Echoes information, on the site WordPress.org Forums:
That's enabled by default, yes. -
Posted a reply to Site goes down frequently, on the site WordPress.org Forums:
@anshu247 Can you try updating the object-cache.php to the latest version. https://github.com/rhubarbgroup/redis-cache/blob/develop/includes/object-cache.php -
Posted a reply to Enocde links?, on the site WordPress.org Forums:
Yeah you can use the [encode] shortcode. -
Posted a reply to breaking links, on the site WordPress.org Forums:
Do you see any error in your browser console? -
Posted a reply to Weird aggressive caching of Rest API endpoint, on the site WordPress.org Forums:
Redis Object Cache won't cache your endpoints and disabling the drop-in for specific URLs will… -
Posted a reply to clear the cache programmatically, on the site WordPress.org Forums:
wp_cache_flush() -
Posted a reply to Compatability with WP 6.7./6.7.1, on the site WordPress.org Forums:
What's the URL? -
Posted a reply to x-cache-status: MISS, on the site WordPress.org Forums:
The X-Cache-Status header is coming from Cloudflare. Redis Object Cache does not use any HTTP… -
Posted a reply to Need more options on Back-end, on the site WordPress.org Forums:
Redis Object Cache is a free and open source plugin, if you want a feature… -
Posted a reply to clear the cache programmatically, on the site WordPress.org Forums:
You can Google that 👍 -
Committed [3225835] to Plugins SVN:
Mark as tested with 6.7 -
Committed [3225834] to Plugins SVN:
Mark as tested with 6.7 -
Posted a reply to read error on connection to tcp://, on the site WordPress.org Forums:
That would be a bug in WPML, it needs to check what it reads and… -
Posted a reply to Compatability with WP 6.7./6.7.1, on the site WordPress.org Forums:
There were no significant changes in 6.7 to the object caching API, so there won't… -
Posted a reply to Socket error on read socket, on the site WordPress.org Forums:
Every time you access that page you get a read timeout? Try bumping WP_REDIS_READ_TIMEOUT higher. -
Posted a reply to Eigentlich eine Frechheit!, on the site WordPress.org Forums:
Happy to help you out with that. Maybe a www and non-www issue? What's the… -
Posted a reply to Redis Object Cache and loco translate plugin, on the site WordPress.org Forums:
That's intentional. -
Posted a reply to high cpu in evening, on the site WordPress.org Forums:
What @jordantrizz said 👍 -
Posted a reply to Redis on multisite not working, on the site WordPress.org Forums:
Try flushing Redis redis-cli FLUSHALL or using a different WP_REDIS_PREFIX. -
Posted a reply to ACL User/PW fails for Unix Socket, on the site WordPress.org Forums:
No, but this is open source software and you can open a pull request on… -
Posted a reply to ACL User/PW fails for Unix Socket, on the site WordPress.org Forums:
Looks like this is missing from the PhpRedis connector, try using Predis for now. We'll… -
Posted a reply to “Error establishing a Redis connection” with dockerized WordPress 6.7.1, on the site WordPress.org Forums:
If your redis-cli -h my-redis ping works from within the WordPress container, it can only… -
Posted a reply to ACL User/PW fails for Unix Socket, on the site WordPress.org Forums:
Using Predis or PhpRedis? -
Posted a reply to Redis Object Cache useful when using another cache plugin?, on the site WordPress.org Forums:
Page caches and object caches perform different tasks 🤷♂️ -
Posted a reply to Redis Object Cache useful when using another cache plugin?, on the site WordPress.org Forums:
So??? -
Posted a reply to Connected but throwing “No such file or directory” errors in debug.log, on the site WordPress.org Forums:
No such file or directory means that your socket isn't consistently open, which can also… -
Posted a reply to Confusing message in Query Monitor, on the site WordPress.org Forums:
Yeah, that makes sense. You should install a Redis plugin, if your hosting provider supports… -
Posted a reply to WooCommerce dashboard still loads too slow, on the site WordPress.org Forums:
If you see Status: Connected, then you'll need to use an APM tool like New… -
Posted a reply to disallow_file_mods, on the site WordPress.org Forums:
It's for any kind of file modification. If you only want to disallow installation, but… -
Posted a reply to AWS Elasticache Redis Serverless and Redis Object Cache, on the site WordPress.org Forums:
If your TTFB is 4x with Redis enabled, you're probably not in the same availability… -
Committed [3197682] to Plugins SVN:
tagging 1.0.7 -
Committed [3197681] to Plugins SVN:
Sync with GitHub -
Posted a reply to PHP Warning: Undefined variable $item, on the site WordPress.org Forums:
Yep: https://github.com/tillkruss/Nginx-FastCGI-Cache/pull/27/files -
Posted a reply to Not compatible with Mailster newsletter, on the site WordPress.org Forums:
It’s up to Mailster newsletter to ensure their code works with WordPress’ persistent object caching… -
Posted a reply to How to be compatible with Loco translate plugin ?, on the site WordPress.org Forums:
It's up to Loco translate to ensure their code works with WordPress' persistent object caching… -
Posted a reply to Drop in problem, on the site WordPress.org Forums:
You can't use two object caches at the same time. You must disable the object… -
Posted a reply to Drop in problem, on the site WordPress.org Forums:
Do you have any other cache plugins installed? Try deleting the object-cache.php file and then… -
Posted a reply to The cart page does not refresh, on the site WordPress.org Forums:
Might be an issue with one of your plugins or your theme not being compatible… -
Posted a reply to Cache Ratio, on the site WordPress.org Forums:
That the percentage time spend talking to Redis. 7% is good.
Developer
-
Email Address Encoder
Active Installs: 100,000+
-
Humans TXT
Active Installs: 500+
-
Nginx Cache
Active Installs: 10,000+
-
Paste as Plain Text
Active Installs: 2,000+
-
Redis Object Cache
Active Installs: 200,000+
-
Cherry BlossomActive Installs: 90+
Plugins
-
Advanced Custom Fields (ACF®)
-
Akismet Anti-spam: Spam Protection
-
Debug Bar
-
Debug Bar Cron
-
Debug This
-
Developer
-
Email Address Encoder
-
Insights from Google PageSpeed
-
Jetpack - WP Security, Backup, Speed, & Growth
-
Log Deprecated Notices
-
Paste as Plain Text
-
Redis Object Cache
-
Regenerate Thumbnails
-
Rewrite Rules Inspector
-
Stream
-
The WP Remote WordPress Plugin
-
Unicornify
-
User Switching
-
WP AutoTerms: Privacy Policy Generator (GDPR & CCPA), Terms & Conditions Generator, Cookie Notice Banner
-
Yoast SEO