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 „Redis Cache Pro“ box not translatable, on the site WordPress.org Forums:
Nevermind... https://github.com/rhubarbgroup/redis-cache/pull/2762 days ago
-
Posted a reply to „Redis Cache Pro“ box not translatable, on the site WordPress.org Forums:
Alles klar. Kannst du ein Ticket hier aufmachen und dann kommt das in die nächste…2 days ago
-
Posted a reply to „Redis Cache Pro“ box not translatable, on the site WordPress.org Forums:
Hi Matthias! I didn’t want to bourden translators with me changing ad copy. Is it…2 days ago
-
Posted a reply to Redis server went away, on the site WordPress.org Forums:
Yes, local instances can be faster if your machine has enough memory, but your web…4 days ago
-
Posted a reply to Redis plugin causes ‘Maximum function nesting level’ error, on the site WordPress.org Forums:
Can you please post your full diagnostics data from the plugin settings?4 days ago
-
Posted a reply to Redis plugin causes ‘Maximum function nesting level’ error, on the site WordPress.org Forums:
https://github.com/rhubarbgroup/redis-cache/issues/2704 days ago
-
Posted a reply to Redis server went away, on the site WordPress.org Forums:
You can try using Predis instead, it supports TLS.5 days ago
-
Posted a reply to Redis plugin causes ‘Maximum function nesting level’ error, on the site WordPress.org Forums:
Can you open a GitHub issue on this?5 days ago
-
Posted a reply to Is there a way to exclude pages from being cached?, on the site WordPress.org Forums:
Glad you found your answers 👍🏻5 days ago
-
Posted a reply to On Shared Hosting, on the site WordPress.org Forums:
Ask you hosting company that the correct IP and port of Redis is and then…6 days ago
-
Posted a reply to Redis plugin causes ‘Maximum function nesting level’ error, on the site WordPress.org Forums:
Mhh. Can you try flushing your Redis server? And post your full diagnostics?6 days ago
-
Posted a reply to Redis server went away, on the site WordPress.org Forums:
Oh. You’re trying to connect via TLS which was added in PhpRedis 5.1 I believe.…6 days ago
-
Posted a reply to Redis server went away, on the site WordPress.org Forums:
That usually means your PHP-FPM process can’t connect to the server, but your computer can.…6 days ago
-
Posted a reply to Redis Cache goes to frontpage instead of to admin, on the site WordPress.org Forums:
I recommend UpWork for hiring WordPress developer to assist you with this.6 days ago
-
Posted a reply to Redis plugin causes ‘Maximum function nesting level’ error, on the site WordPress.org Forums:
I’d reach out to the calendar plugin support team and ask them to fix their…6 days ago
-
Posted a reply to On Shared Hosting, on the site WordPress.org Forums:
That should be good 👍🏻6 days ago
-
Posted a reply to Fatal Error with Version 2.0.13, on the site WordPress.org Forums:
You’ve omitted the actual error message and only posted the stack trace. Please post the…6 days ago
-
Posted a reply to Is there a way to exclude pages from being cached?, on the site WordPress.org Forums:
No there isn’t. This question has been answer many times in the forums please search…6 days ago
-
Posted a reply to Redis Cache goes to frontpage instead of to admin, on the site WordPress.org Forums:
I don’t provide email support. I’d recommend hiring a developer to assist you with you…7 days ago
-
Posted a reply to Redis Cache goes to frontpage instead of to admin, on the site WordPress.org Forums:
Can you post the full diagnostics for the site where it doesn’t work?7 days ago
-
Posted a reply to On Shared Hosting, on the site WordPress.org Forums:
Yes, as long as you can install and run Redis Server there as well.7 days ago
-
Posted a reply to Redis Cache goes to frontpage instead of to admin, on the site WordPress.org Forums:
The plugin doesn't work without Redis Server running on the same machine. So people can…1 week ago
-
Posted a reply to Redis Cache goes to frontpage instead of to admin, on the site WordPress.org Forums:
No, this plugin requires you installing and managing a Redis Server. Without it, it won’t…1 week ago
-
Posted a reply to Redis Cache goes to frontpage instead of to admin, on the site WordPress.org Forums:
That's outside the scope of support for the free version. I'd suggest asking your hosting…1 week ago
-
Posted a reply to Flushdb being called every minute, on the site WordPress.org Forums:
I'd guess another plugin is calling wp_cache_flush() every 15 minutes.1 week ago
-
Posted a reply to Redis Cache goes to frontpage instead of to admin, on the site WordPress.org Forums:
You can use wp cache flush or redis-cli flushdb when logged in via SSH.1 week ago
-
Posted a reply to Redis Cache goes to frontpage instead of to admin, on the site WordPress.org Forums:
Try flushing your Redis database.1 week ago
-
Posted a reply to flush Redis by php, on the site WordPress.org Forums:
Before and after WordPress updates, other than that I let it be.2 weeks ago
-
Posted a reply to flush Redis by php, on the site WordPress.org Forums:
I'd just call wp_cache_flush() from your cron, or set a MaxTTL: https://github.com/rhubarbgroup/redis-cache/wiki/Configuration-Options#wp_redis_maxttl-default-not-set If you NEED…2 weeks ago
-
Committed [2373352] to Plugins Trac:
Sync with GitHub; Tag v2.0.132 weeks ago
-
Posted a reply to Persistent cache? (Save), on the site WordPress.org Forums:
That greatly depends on your cache size. If we looking at persisting data through Redis…2 weeks ago
-
Posted a reply to Metrics empty, on the site WordPress.org Forums:
This will be fixed in the next version: https://github.com/rhubarbgroup/redis-cache If you want to, you can…2 weeks ago
-
Posted a reply to Does not update `false` values, on the site WordPress.org Forums:
You should not set options in your customize_register action. If you want to debug why…2 weeks ago
-
Posted a reply to Does not update `false` values, on the site WordPress.org Forums:
In that case, it's not working because your code is broken 👍🏻2 weeks ago
-
Posted a reply to Metrics empty, on the site WordPress.org Forums:
Great, here is the issue: <script id='redis-cache-js-extra'> var rediscache = {"jQuery":"jQuery","disable_pro":"","disable_banners":"","l10n":{"time":"Hora","bytes":"Bytes","ratio":"Taxa","calls":"Chamadas","no_data":"Ainda n\u00e3o foram coletados dados…3 weeks ago
-
Posted a reply to Metrics empty, on the site WordPress.org Forums:
Okay, we're getting closer. Can you open your Redis Settings > Metrics and post the…3 weeks ago
-
Posted a reply to Metrics empty, on the site WordPress.org Forums:
Alright, that means metrics are being collected. Are you seeing any JavaScript errors on your…3 weeks ago
-
Posted a reply to Metrics empty, on the site WordPress.org Forums:
Yikes, my mistake. The right command was: zrangebyscore 1:redis-cache:metrics 0 9999999999 WITHSCORES Could you run…3 weeks ago
-
Posted a reply to Metrics empty, on the site WordPress.org Forums:
Very strange. What does TYPE 1:redis-cache:metrics say?3 weeks ago
-
Posted a reply to Metrics empty, on the site WordPress.org Forums:
Can you try HGETALL 1:redis-cache:metrics?3 weeks ago
-
Posted a reply to Metrics empty, on the site WordPress.org Forums:
Strange. Nothing pops out. I'd turn off one plugin at a time, load an admin…3 weeks ago
-
Posted a reply to Metrics empty, on the site WordPress.org Forums:
Mhh, I'm guessing the shutdown hook isn't called. Can you post a list of installed…3 weeks ago
-
Posted a reply to Old Transients & flush question, on the site WordPress.org Forums:
No, neither flushes the cache automatically, just in case there is data in Redis the…3 weeks ago
-
Posted a reply to Unprotected Email, on the site WordPress.org Forums:
Hi Carolin, die ungeschützte Email Adresse ist in deinem Footer. Du musst entweder dein Theme…3 weeks ago
-
Posted a reply to Woocommerce configuration, on the site WordPress.org Forums:
That was a bug in 2.0.11, which was fixed in 2.0.12. Have you tried using…3 weeks ago
-
Posted a reply to Woocommerce configuration, on the site WordPress.org Forums:
A cache hit ratio of 99% is great. Is your Redis server on the same…3 weeks ago
-
Posted a reply to Can logged in user can see the fresh update instantly, on the site WordPress.org Forums:
Uploaded files are not cached.3 weeks ago
-
Posted a reply to Can logged in user can see the fresh update instantly, on the site WordPress.org Forums:
Sorry, I don't know what you're using.4 weeks ago
-
Committed [2364997] to Plugins Trac:
Push tag 2.0.124 weeks ago
-
Committed [2364993] to Plugins Trac:
Sync with GitHub; Tag 2.0.124 weeks ago
Developer
-
Email Address Encoder
Active Installs: 100,000+
-
Humans TXT
Active Installs: 1,000+
-
Nginx Cache
Active Installs: 9,000+
-
Paste as Plain Text
Active Installs: 2,000+
-
Redis Object Cache
Active Installs: 60,000+
-
Cherry BlossomActive Installs: 200+
Plugins
-
Advanced Custom Fields
-
Advanced WP Columns
-
Aesop Story Engine
-
Akismet Anti-Spam
-
Debug Bar
-
Debug Bar Cron
-
Debug This
-
Debug-Bar-Extender
-
Developer
-
Email Address Encoder
-
Google Pagespeed Insights
-
Jetpack by WordPress.com
-
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