Till Krüss
@tillkruess on WordPress.org
- Member Since: February 16th, 2010
- Location: British Columbia, Canada
- Website: till.im
- Job Title: Web Developer
Bio
Contribution History
Till Krüss’s badges:- Core Contributor
- Plugin Developer
- Theme Developer
- Translation Contributor
-
Posted a reply to cache full, on the site WordPress.org Forums:
Ideally just set a MaxTTL, that way Redis doesn't have to evict keys and you…16 hours ago
-
Posted a reply to Cache is not connected, on the site WordPress.org Forums:
Is Redis Server installed, not the PhpRedis extension?3 days ago
-
Posted a reply to Cache is not connected, on the site WordPress.org Forums:
I don't think WP Engine runs Redis Server, can you ask their support staff for…3 days ago
-
Posted a reply to Redis cluster connection to WP issue, on the site WordPress.org Forums:
I prefer Redis by a lot over Memcached. Memcached has it's applications in massive distributed…4 days ago
-
Posted a reply to Redis Object Cache + W3TC page cache (in redis), on the site WordPress.org Forums:
For that you'll need selective flushing. Using a separate db index is the best solution…4 days ago
-
Posted a reply to really good documentation in github, on the site WordPress.org Forums:
🙏4 days ago
-
Posted a reply to Redis Object Cache + W3TC page cache (in redis), on the site WordPress.org Forums:
Yes, or set a prefix 👍🏻5 days ago
-
Posted a reply to Redis Object Cache + W3TC page cache (in redis), on the site WordPress.org Forums:
You can use disk caching for your page cache and Redis for your Object Cache…6 days ago
-
Posted a reply to Drop-in not installed, Empty stats, Multisite, on the site WordPress.org Forums:
Your global groups do not look functional. Try deleting the drop and copying it by…7 days ago
-
Posted a reply to Plugin ignores define( ‘WP_REDIS_HOST’, ‘xx.xx.xx.xx’) when external, on the site WordPress.org Forums:
I personally prefer WP Rocket, but W3TC works with Redis Object Cache 👍🏻1 week ago
-
Posted a reply to Plugin ignores define( ‘WP_REDIS_HOST’, ‘xx.xx.xx.xx’) when external, on the site WordPress.org Forums:
Place the constant higher up in your config file. It’s likely too far down.2 weeks ago
-
Posted a reply to Admin access error, on the site WordPress.org Forums:
If you deleted the plugin and object-cache.php file but still experience issues, it’s unrelated to…2 weeks ago
-
Posted a reply to Redis vs Memcached, on the site WordPress.org Forums:
I'd suggest asking this on Stack Overflow or a Redis Server community.2 weeks ago
-
Posted a reply to Conflict with cache system in freemius, on the site WordPress.org Forums:
If PHP/WP can't communicate with Redis Server, it's an issue with your Redis Server setup…2 weeks ago
-
Posted a reply to Should I decrease max TTL?, on the site WordPress.org Forums:
MaxTTL is highly dependent on your setup, I can't provide you with a clear answer.2 weeks ago
-
Posted a reply to Should I decrease max TTL?, on the site WordPress.org Forums:
You'll have to find the ideal configuration yourself based on your Redis Server max memory.3 weeks ago
-
Posted a reply to woocommerce password reset, on the site WordPress.org Forums:
I'd recommend hiring a developer to assist you with finding it, or asking the support…3 weeks ago
-
Posted a reply to woocommerce password reset, on the site WordPress.org Forums:
Hi Richard, you could try ignoring the cache group responsible for reset (I don't know…3 weeks ago
-
Posted a reply to Should I decrease max TTL?, on the site WordPress.org Forums:
That depends on your traffic. Likely no difference. Play with it.3 weeks ago
-
Posted a reply to Fatal error: Uncaught Error: Class ‘Redis’ not found – Azure Redis Cache, on the site WordPress.org Forums:
You need to install the PhpRedis PHP extension.3 weeks ago
-
Posted a reply to Should I decrease max TTL?, on the site WordPress.org Forums:
You can increase it if you want and see what happens.3 weeks ago
-
Posted a reply to Should I decrease max TTL?, on the site WordPress.org Forums:
Yeah, you can bump your TTL a bit, but your WP site might not have…3 weeks ago
-
Posted a reply to Fatal error: Uncaught Error: Class ‘Redis’ not found – Azure Redis Cache, on the site WordPress.org Forums:
Please post your full diagnostics.3 weeks ago
-
Posted a reply to How clean what Redis object cache plugin created?, on the site WordPress.org Forums:
I’d suggest asking your hosting provider for assistance with redis-cli.3 weeks ago
-
Posted a reply to Fatal error: Uncaught Error: Class ‘Redis’ not found – Azure Redis Cache, on the site WordPress.org Forums:
I need the full diagnostics.3 weeks ago
-
Posted a reply to How clean what Redis object cache plugin created?, on the site WordPress.org Forums:
Yes, you can run redis-cli flushall, but I doubt there is anything in there. You…3 weeks ago
-
Posted a reply to Fatal error: Uncaught Error: Class ‘Redis’ not found – Azure Redis Cache, on the site WordPress.org Forums:
The PhpRedis extension is missing from your server. What does your config look like?3 weeks ago
-
Posted a reply to how to auto clear cache after publish or update a post, on the site WordPress.org Forums:
That’s a theme/plugin issue not clearing the cached key properly.3 weeks ago
-
Posted a reply to how to auto clear cache after publish or update a post, on the site WordPress.org Forums:
Yeah, you can add wp_cache_flush to any hooks to flush your cache. Not recommended tho.…3 weeks ago
-
Posted a reply to The plugin is at the latest version, on the site WordPress.org Forums:
You might have to flush your cache to resolve it.4 weeks ago
-
Posted a reply to Connection Refused for Dockerized WordPress and Redis, on the site WordPress.org Forums:
I don't provide support for Docker environments. What I can suggest is creating a single…1 month ago
-
Posted a reply to jquery, on the site WordPress.org Forums:
Yes.1 month ago
-
Posted a reply to jquery, on the site WordPress.org Forums:
Only when using the metrics.1 month ago
-
Posted a reply to Updating plugins & theme, on the site WordPress.org Forums:
Most people can just upgrade WordPress without removing the object cache. If you site causes…1 month ago
-
Committed [2446472] to Plugins Trac:
Tag 2.0.171 month ago
-
Committed [2446471] to Plugins Trac:
attempt to fix 2.0.17 release1 month ago
-
Posted a reply to Dashboard – Metrics stopped working after update to 2.0.16, on the site WordPress.org Forums:
I thought I pushed it out yesterday, but SVN is absolute garbage. Will attempt to…1 month ago
-
Posted a reply to Empty stats section, on the site WordPress.org Forums:
Resolved in 2.0.17.1 month ago
-
Committed [2446311] to Plugins Trac:
Sync with GitHub; Tagging 2.0.171 month ago
-
Posted a reply to WP_REDIS_MAXTTL, on the site WordPress.org Forums:
Sorry, this is the support forum for Redis Object Cache. If you need assistance with…1 month ago
-
Posted a reply to WP_REDIS_MAXTTL, on the site WordPress.org Forums:
Your hosting provider might offer Redis metrics already. Regarding expiration: https://redis.io/commands/expire1 month ago
-
Posted a reply to Empty stats section, on the site WordPress.org Forums:
Anyone up for making me an admin login to check it out? till [at] kruss…1 month ago
-
Posted a reply to WP_REDIS_MAXTTL, on the site WordPress.org Forums:
If you have enough RAM on your Redis machine then no. If you’re limited, set…1 month ago
-
Posted a reply to Empty stats section, on the site WordPress.org Forums:
Are you seeing any errors in your browser console?1 month ago
-
Posted a reply to cant install redis, on the site WordPress.org Forums:
This plugin requires file system access to you server. You hosting company can assist you…1 month ago
-
Posted a reply to Couldn’t verify test file contents after Update to 2.0.16, on the site WordPress.org Forums:
That’s alright, it’s just diagnostics.1 month ago
-
Posted a reply to Empty stats section, on the site WordPress.org Forums:
Are you seeing any error in your log files?1 month ago
-
Committed [2445762] to Plugins Trac:
Sync with GitHub; Tagging 2.0.161 month ago
-
Posted a reply to Redis Installation, on the site WordPress.org Forums:
Hi! Does it say "Connected"?1 month ago
-
Posted a reply to Redis and php-redis installation, on the site WordPress.org Forums:
I'd suggest asking for developer or hosting provider with assistance.1 month ago
Developer
-
Email Address Encoder
Active Installs: 100,000+
-
Humans TXT
Active Installs: 1,000+
-
Nginx Cache
Active Installs: 10,000+
-
Paste as Plain Text
Active Installs: 2,000+
-
Redis Object Cache
Active Installs: 70,000+
-
Cherry BlossomActive Installs: 200+
Plugins
-
Advanced Custom Fields
-
Advanced WP Columns
-
Aesop Story Engine
-
Akismet Spam Protection
-
Debug Bar
-
Debug Bar Cron
-
Debug This
-
Debug-Bar-Extender
-
Developer
-
Email Address Encoder
-
Google Pagespeed Insights
-
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, Terms & Conditions Generator, Cookie Notice Banner
-
Yoast SEO