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 The scheduled event, action_scheduler_run_queue, failed to run, on the site WordPress.org Forums:
You'll need to verify that the issue does not occur when only WC and RC… -
Posted a reply to The scheduled event, action_scheduler_run_queue, failed to run, on the site WordPress.org Forums:
WooCommerce itself is great at working with persistent object caches, it should just work out… -
Posted a reply to The scheduled event, action_scheduler_run_queue, failed to run, on the site WordPress.org Forums:
The filter redis_cache_skip_keys is not related to this plugin, are you confusing it with something… -
Posted a reply to Woocommerce admin products forward, on the site WordPress.org Forums:
I'd try if you have the same issue just with WC and RC enabled, without… -
Posted a reply to The scheduled event, action_scheduler_run_queue, failed to run, on the site WordPress.org Forums:
Are you on the latest version of WooCommerce and Action Scheduler? -
Posted a reply to Woocommerce admin products forward, on the site WordPress.org Forums:
Might be an incompatibility with some plugin other than Redis Object Cache and WooCommerce. Did… -
Posted a reply to Serious Redis Object Cache Bug, on the site WordPress.org Forums:
No, Litespeed is vulnerable to data corrupting. -
Posted a reply to How to change Ignored Groups?, on the site WordPress.org Forums:
It's not recommended to cache these. Check the README for information on how to ignore… -
Posted a reply to Serious Redis Object Cache Bug, on the site WordPress.org Forums:
The object cache in WordPress must be online at all times, just like SQL. Otherwise… -
Closed pull request #8616 on WordPress/wordpress-develop:
Unify timestamps of query cache keys -
Posted a reply to Error establishing a Redis connection To disable Redis, delete the object-cache., on the site WordPress.org Forums:
You need to resolve that at your Redis Server end. Nothing to do with this… -
Posted a reply to Redis Object Cache Stats Not Showing, on the site WordPress.org Forums:
It's not an issue with this plugin, it's something with your server configuration. -
Posted a reply to ElastiCache Valkey CROSSSLOT Keys, on the site WordPress.org Forums:
If you get a single cluster entry point, you can give that to WP_REDIS_CLUSTER. -
Posted a reply to ElastiCache Valkey CROSSSLOT Keys, on the site WordPress.org Forums:
I strongly advise against using the "cluster mode", but if you want to use a… -
Posted a reply to Redis Object Cache Stats Not Showing, on the site WordPress.org Forums:
Sorry, no idea why it's not showing. Must be your installation, it appears to be… -
Posted a reply to Redis Object Cache Stats Not Showing, on the site WordPress.org Forums:
Restart PHP and your web server after changes to the config. -
Posted a reply to Redis Object Cache Stats Not Showing, on the site WordPress.org Forums:
Don't use WP_CACHE_KEY_SALT. Only use WP_REDIS_PREFIX. -
Posted a reply to Redis Object Cache Stats Not Showing, on the site WordPress.org Forums:
Are you seeing the analytics key in your Redis database? -
Posted a reply to Redis Object Cache Stats Not Showing, on the site WordPress.org Forums:
Check your browser console for JavaScript errors. Maybe the script is being blocked. -
Posted a reply to Error establishing a Redis connection, on the site WordPress.org Forums:
How often does it occur? Maybe increase the timeouts. -
Posted a reply to admin-ajax.php 404 (acf_invalid_nonce), on the site WordPress.org Forums:
That could just be an issue with ACF itself, I'd suggest asking their support team… -
Posted a reply to Within my Drop-Ins., on the site WordPress.org Forums:
Maybe from your hosting provider? -
Posted a reply to Redis i.c.w. the Avada theme, on the site WordPress.org Forums:
You can ask the Avada team to fix their theme so it works with WordPress'… -
Posted a reply to How can I exclude a specific database table from being cached, or prevent a part, on the site WordPress.org Forums:
I can't without seeing the code. -
Posted a reply to How can I exclude a specific database table from being cached, or prevent a part, on the site WordPress.org Forums:
In that case it's an issue with your login system. It must be adjusted to… -
Posted a reply to How can I exclude a specific database table from being cached, or prevent a part, on the site WordPress.org Forums:
Does flushing the cache resolve the issue? -
Posted a reply to how to exclude some page from redis cache, on the site WordPress.org Forums:
Are you using a page caching plugin that's maybe causing this? Redis Object Cache is… -
Posted a reply to Exclude a page from redis cache, on the site WordPress.org Forums:
You can't exclude pages from the cache, that concept does not exist in WordPress object… -
Posted a reply to how to exclude some page from redis cache, on the site WordPress.org Forums:
This plugin does not have the concept of pages. You can only ignore groups. See… -
Posted a reply to how to exclude some page from redis cache, on the site WordPress.org Forums:
Try asking the WooCommerce team. This should not happen. -
Posted a reply to newbRedis Q&A (1 site up 1 down), on the site WordPress.org Forums:
page caching is not related to object caching. -
Posted a reply to newbRedis Q&A (1 site up 1 down), on the site WordPress.org Forums:
Depends on the traffic. If you don't have much, then a standalone instance with 50… -
Posted a reply to Error establishing a redis connection, on the site WordPress.org Forums:
What does your Redis error log say? It the server getting swamped? -
Posted a reply to Help tracing slow Redis queries, on the site WordPress.org Forums:
Great work. Peter and Joe are gonna get this merged fast. -
Posted a reply to Request: Filter hook to skip persistent caching at `key` / `value` level, on the site WordPress.org Forums:
how might adding this hook constitute a big performance hit comparative to the existing hooks?… -
Posted a reply to Help tracing slow Redis queries, on the site WordPress.org Forums:
This would be something to report to wp core and open a trac ticket. I've… -
Posted a reply to Unsubscribe, on the site WordPress.org Forums:
This plugin does NOT require an account to work. Are you referring to Object Cache… -
Posted a reply to Help tracing slow Redis queries, on the site WordPress.org Forums:
It's not, no plugin (or core) should request 16,000 cache keys. This must be chunked.… -
Posted a reply to Help tracing slow Redis queries, on the site WordPress.org Forums:
I guess that's something to do with your Redis configuration then. MGET is typically a… -
Posted a reply to Help tracing slow Redis queries, on the site WordPress.org Forums:
Mhhh, MGET shoudn't be this slow. Are you using a standalone Redis instance, or a… -
Posted a reply to Help tracing slow Redis queries, on the site WordPress.org Forums:
Can you post the full slowlog output? -
Posted a reply to Wp Rocket + Redis Object Cache, on the site WordPress.org Forums:
I'd start by asking the other support teams, since it's not coming from Redis Object… -
Posted a reply to Wp Rocket + Redis Object Cache, on the site WordPress.org Forums:
That's coming WP Rocket or core, not this plugin 👍 -
Posted a reply to Request: Filter hook to skip persistent caching at `key` / `value` level, on the site WordPress.org Forums:
Yes, of course you can submit a PR. You'll need to be very careful with… -
Posted a reply to connection error + other issues with Redis, on the site WordPress.org Forums:
It's more aggressive, but will avoid your timeouts. -
Posted a reply to connection error + other issues with Redis, on the site WordPress.org Forums:
These look like timeouts. How large is your Redis dataset? You might need to use… -
Mentioned in [60133] on Core SVN:
Docs: Fix types for `wp_cache_set_last_changed` filter. -
Posted a reply to connection error + other issues with Redis, on the site WordPress.org Forums:
Are you seeing any errors in your php error logs? -
Posted a reply to Wp Rocket + Redis Object Cache, on the site WordPress.org Forums:
It’s in fact a great combination! -
Mentioned in [60128] on Core SVN:
Docs: Fix types for `wp_cache_set_last_changed` filter.
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: 1,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
-
TermsFeed AutoTerms: Privacy Policy Generator, Cookie Consent, GDPR, CCPA, Terms & Conditions, Disclaimers, Cookies Policy, EULA
-
The WP Remote WordPress Plugin
-
Unicornify
-
User Switching
-
Yoast SEO - Advanced SEO with real-time guidance and built-in AI