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 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. -
Posted a reply to support for MySQL 8.4 and PHP 8.3, on the site WordPress.org Forums:
Yes -
Posted a reply to RedisException: protocol error, got ‘<' as reply type byte, on the site WordPress.org Forums:
@fightsmarttrav Can you please post: The full Redis Server INFO output The version of the… -
Posted a reply to RedisException: protocol error, got ‘<' as reply type byte, on the site WordPress.org Forums:
We've been trying to tracking this weird PhpRedis protocol error for weeks. I'll get the… -
Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
different sever is fine, but you should still see sub 5ms. Cloudflare is probably your… -
Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
The typical latency of Redis commands is sub 1ms. Is Redis located on a different… -
Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
The slow log and command stats don’t show anything irregular. I’d either try a standard… -
Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
That's extremely slow. What does redis-cli --latency show? -
Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
What do the stats in Redis Object Cache show you in the charts? Maybe the… -
Created ticket #63195 on Core Trac:
Unify timestamps of query cache keys -
Submitted pull request #8616 to WordPress/wordpress-develop:
Unify timestamps of query cache keys -
Created ticket #63194 on Core Trac:
Fix type of last_changed cache time -
Submitted pull request #8615 to WordPress/wordpress-develop:
Fix types of `wp_cache_set_last_changed` filter -
Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
Can you post the Redis SLOWLOG GET and INFO COMMANDSTATS and INFO STATS? Let's see… -
Posted a reply to Transient deletion failing, on the site WordPress.org Forums:
You'll have to debug this why 2 and 4 are happening, since I can't replicate… -
Posted a reply to Transient deletion failing, on the site WordPress.org Forums:
You probably have to call wp transient delete --all --network instead. Make sure you're not… -
Posted a reply to Transient deletion failing, on the site WordPress.org Forums:
I just tested delete_transient() against Redis Object Cache as well as Object Cache Pro (both… -
Posted a reply to Transient deletion failing, on the site WordPress.org Forums:
After running wp transient delete --all, and navigating around the site a little bit, do… -
Posted a reply to Lost connection to redis, on the site WordPress.org Forums:
Please post your diagnostics as well as your redis-cli INFO output. -
Posted a reply to Transient deletion failing, on the site WordPress.org Forums:
You can read the source code of the *_transient() methods, it's got little to do… -
Posted a reply to Error establishing a Redis connection?, on the site WordPress.org Forums:
That's outside the scope of this plugin. I can't help you with running and maintaining… -
Posted a reply to Plugin does not protect email addresses by default, on the site WordPress.org Forums:
Probably this: https://encoder.till.im/guide -
Posted a reply to Error establishing a Redis connection?, on the site WordPress.org Forums:
I'd not use a replicated connection on a single Synology, just use a standalone instance…
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
-
The WP Remote WordPress Plugin
-
Unicornify
-
User Switching
-
WP AutoTerms: Privacy Policy Generator (GDPR & CCPA), Terms & Conditions Generator, Cookie Notice Banner
-
Yoast SEO