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 Errors, on the site WordPress.org Forums:
My guess is you're hitting a timeout, either because Redis is under heavy load and/or…1 day ago
-
Posted a reply to Jetpack isn’t working when I activated the plugin, on the site WordPress.org Forums:
Try using WP Redis, or hire someone to dig into the issue for you 👍🏻3 days ago
-
Posted a reply to Does the free version require phpredis?, on the site WordPress.org Forums:
No, Predis & Predis work 👍🏻3 days ago
-
Posted a reply to Bbpress comments leak emails, on the site WordPress.org Forums:
I’d use Query Monitor to find out which cache groups bbpress uses and try ignoring…5 days ago
-
Posted a reply to Blank plugin settings page, on the site WordPress.org Forums:
WP Rocket works well with Redis Object Cache. Can you post a screenshot of your…5 days ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
I'll take a look at this Tuesday when I'm back at my desk.7 days ago
-
Posted a reply to Experiencing database performance issues, on the site WordPress.org Forums:
You can ignore the user meta cache group 👍🏻 The question has been answered many…7 days ago
-
Posted a reply to Non-expiring transients, on the site WordPress.org Forums:
This plugin won’t touch your database, so no transients will be deleted 👍🏻7 days ago
-
Posted a reply to Experiencing database performance issues, on the site WordPress.org Forums:
Hi there! This plugin is unrelated to your issue. If your database query is slow…7 days ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
Ah, so the PHP code change didn't do anything?1 week ago
-
Posted a reply to Redis Client and Site Health, on the site WordPress.org Forums:
Great. I'm glad you resolved this!1 week ago
-
Posted a reply to Issue with WPS hide login, on the site WordPress.org Forums:
This sound like an issue with WPS Hide Login. I'd suggest asking their support team…1 week ago
-
Posted a reply to Blank plugin settings page, on the site WordPress.org Forums:
Are you seeing any errors in your browser console?1 week ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
What exactly is it showing now? Can you post a screenshot?1 week ago
-
Posted a reply to Free Version doesn’t work with more sophisticated themes, on the site WordPress.org Forums:
DIVI isn't sophisticated. DIVI doesn't stick to the WordPress' standards, such as using the_content filter…1 week ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
What should it be?1 week ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
Try replacing: <?php echo esc_attr( $order->get_billing_email() ); ?> With: <?php echo esc_attr( html_entity_decode( $order->get_billing_email() )…1 week ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
Can you post the window.renderOptIn snippet from your code base that you copied from that…1 week ago
-
Posted a reply to DB query not being cached?, on the site WordPress.org Forums:
Tables cannot be cached. WordPress caches some query results. If you want to cache queries,…1 week ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
Thanks! You gotta make sure this email address isn't encoded: https://imgur.com/a/h7qCYvv The Google Optin encoded…1 week ago
-
Posted a reply to mod_socache_redis – any configuration for it?, on the site WordPress.org Forums:
Hi, That Apache module has nothing to do with the WordPress object cache.1 week ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
Can you send me a link to that page?1 week ago
-
Posted a reply to Bbpress comments leak emails, on the site WordPress.org Forums:
Hi @darkpollo, if you disabled the bbPress cache groups and the issue persists, then this…1 week ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
Yes, you can exclude specific email addresses from being encoded: https://encoder.till.im/guide#callback Can you link me…1 week ago
-
Posted a reply to Redis Client and Site Health, on the site WordPress.org Forums:
Please try disabling all other plugins, one by one, to narrow down which plugin is…1 week ago
-
Posted a reply to Google Customer Reviews Opt-In, on the site WordPress.org Forums:
Hey! You can try setting the filter priority. I'd try 0 and 99999 see if…1 week ago
-
Posted a reply to Redis Client and Site Health, on the site WordPress.org Forums:
Are you referring to the dashboard widget, or Tools > Site Health?2 weeks ago
-
Posted a reply to Redis Client and Site Health, on the site WordPress.org Forums:
You set WP_REDIS_RETRY_INTERVAL to an empty string. Comment that out.2 weeks ago
-
Posted a reply to Redis Client and Site Health, on the site WordPress.org Forums:
What does your error log show?2 weeks ago
-
Posted a reply to Redis Client and Site Health, on the site WordPress.org Forums:
If you add this to your config, what error are you seeing? define( 'WP_REDIS_CLIENT', 'phpredis'…2 weeks ago
-
Posted a reply to Memcached simultaneous use with Redis, on the site WordPress.org Forums:
Ah, fantastic. You're storing your page cache in Memcache and object cache in Redis 👍🏻2 weeks ago
-
Posted a reply to Broken site, on the site WordPress.org Forums:
Hi there! Are you seeing any errors in your logs?2 weeks ago
-
Posted a reply to Memcached simultaneous use with Redis, on the site WordPress.org Forums:
You can install both PHP extensions without a problem. I don't understand how your WordPress…2 weeks ago
-
Posted a reply to Redis Client and Site Health, on the site WordPress.org Forums:
Can you post your diagnostics from Settings => Redis?2 weeks ago
-
Posted a reply to Memcached simultaneous use with Redis, on the site WordPress.org Forums:
What exactly are you using Memcached for?2 weeks ago
-
Posted a reply to Need to change port and set password. Please help., on the site WordPress.org Forums:
Yep, the plugin is confirmed through the wp config file.2 weeks ago
-
Posted a reply to Memcached simultaneous use with Redis, on the site WordPress.org Forums:
What are you using Memcached for?2 weeks ago
-
Posted a reply to Need to change port and set password. Please help., on the site WordPress.org Forums:
Have you consulted the readme file? https://github.com/rhubarbgroup/redis-cache/wiki2 weeks ago
-
Posted a reply to Suggestion for the connection parameters documentation, on the site WordPress.org Forums:
Thats a great suggestion. I'll add it.2 weeks ago
-
Posted a reply to Jetpack isn’t working when I activated the plugin, on the site WordPress.org Forums:
That's unfortunate. This plugin is just providing an API for WordPress to talk to Redis.…2 weeks ago
-
Posted a reply to Is the free version enough?, on the site WordPress.org Forums:
The open source version is great, if you don’t run a large scale or high…3 weeks ago
-
Posted a reply to Redis cache filling up causing memory issue, on the site WordPress.org Forums:
Sure thing. Who is your hosting company?3 weeks ago
-
Posted a reply to Redis cache filling up causing memory issue, on the site WordPress.org Forums:
The best approach is setting a max memory policy as part of Redis so it…3 weeks ago
-
Posted a reply to Site messed up when enabled, on the site WordPress.org Forums:
Your probably had stale cache data in your Redis Server. Flushing the database after activating…3 weeks ago
-
Posted a reply to How to ‘read’ the metrics?, on the site WordPress.org Forums:
Total time spend talking with Redis, total bytes received from Redis, the Hit/Miss ration and…3 weeks ago
-
Posted a reply to BuddyBoss (BuddyPress) and Redis with custom form, on the site WordPress.org Forums:
Agreed. The quickest solution is to ignore the related cache groups but still use Redis…3 weeks ago
-
Posted a reply to Jetpack isn’t working when I activated the plugin, on the site WordPress.org Forums:
I’d try flushing your cache, if that doesn’t help it’s a Jetpack issue.3 weeks ago
-
Posted a reply to Jetpack isn’t working when I activated the plugin, on the site WordPress.org Forums:
Ah, funny. What exactly isn't working?3 weeks ago
-
Posted a reply to Jetpack isn’t working when I activated the plugin, on the site WordPress.org Forums:
Hi there! I'd suggest asking the Jetpack support team with assistance on this.3 weeks ago
-
Posted a reply to Comments in the footer, on the site WordPress.org Forums:
Thanks! Would you be up for submitting a pull request here? https://github.com/rhubarbgroup/redis-cache3 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 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