Till Krüss
@tillkruess on WordPress.org and Slack
- 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 Core Contributor
- Plugin Developer Plugin Developer
- Theme Developer Theme Developer
- Translation Contributor Translation Contributor
-
Posted a reply to Frontend / backend, on the site WordPress.org Forums:
Top of your wp-config.php file. You can add unlimited groups.9 hours ago
-
Posted a reply to Frontend / backend, on the site WordPress.org Forums:
define('WP_REDIS_IGNORED_GROUPS', ['counts', 'plugins', 'backwpup_cfg_hash']);11 hours ago
-
Posted a reply to WP Admin is unusable, on the site WordPress.org Forums:
Hi Steven, you need to narrow down what the bottleneck is. Maybe your Redis instance…11 hours ago
-
Posted a reply to Frontend / backend, on the site WordPress.org Forums:
This one: http://wordpress.org/plugins/debug-bar/17 hours ago
-
Posted a reply to Frontend / backend, on the site WordPress.org Forums:
Object caches don't differentiate between backend and frontend. It's all the same. You can use…1 day ago
-
Posted a reply to Frontend / backend, on the site WordPress.org Forums:
No. WordPress and your plugins decide how to use the object cache. This plugin is…1 day ago
-
Posted a reply to Are everything cached?, on the site WordPress.org Forums:
There is no complete list. You can search the WP core source code. Your plugins…1 day ago
-
Posted a reply to Page Scanner Unprotected Email Result, on the site WordPress.org Forums:
I'll respond via email.3 days ago
-
Posted a reply to Page Scanner Unprotected Email Result, on the site WordPress.org Forums:
Hi Michael, Rank Math is supported by the Premium version, or you could try this…3 days ago
-
Posted a reply to Higher CPU usage and slow WP-admin load, on the site WordPress.org Forums:
If your site is slower, then your Redis instance isn't configure properly, or is running…5 days ago
-
Posted a reply to in template, on the site WordPress.org Forums:
In your code $email is an null variable, because the_field() prints the email, but not…5 days ago
-
Posted a reply to RedisException: read error on connection in object-cache.php:1133, on the site WordPress.org Forums:
You Redis connection is timing out. You could set a higher timeout or assign more…1 week ago
-
Posted a reply to Persistent object caching is not enabled amp, on the site WordPress.org Forums:
Settings -> Redis1 week ago
-
Posted a reply to Redis Object Cache conflict with Yith Woocommerce Wishlist, on the site WordPress.org Forums:
Without access the code of the plugin, I won't be able to assist. They don't…1 week ago
-
Posted a reply to Invoice, on the site WordPress.org Forums:
Yes, you're able to set your company name and details after purchasing the plugin.1 week ago
-
Posted a reply to [minor] WP_REDIS_MAXTTL displays non-integer values in WP Admin, on the site WordPress.org Forums:
Yeah, that seems related to your GH account. Thanks, tho! The constant is casted to…2 weeks ago
-
Posted a reply to Running out of memory, on the site WordPress.org Forums:
Johannes, can you post a full redis-cli monitor log? You might have a 3rd party…3 weeks ago
-
Posted a reply to [minor] WP_REDIS_MAXTTL displays non-integer values in WP Admin, on the site WordPress.org Forums:
Hi Daniel, the content you're using is probably not defined that early in your wp-config.php…3 weeks ago
-
Posted a reply to Integrate redis-cache in Plugin, on the site WordPress.org Forums:
@uncommons: Daniel is right, don't include this plugin's source code along yours, you'll have to…3 weeks ago
-
Posted a reply to Running out of memory, on the site WordPress.org Forums:
You could try running a few days without making site-transient un-flushable and see if that…3 weeks ago
-
Posted a reply to Error: Could not empty object cache., on the site WordPress.org Forums:
Might be related to this: https://github.com/tillkruss/redis-cache/pull/1513 weeks ago
-
Posted a reply to Running out of memory, on the site WordPress.org Forums:
Would you mind posting your diagnostics from the settings?3 weeks ago
-
Posted a reply to Email not Encoded in Avada Theme Widget, on the site WordPress.org Forums:
Can you share a link to your page?3 weeks ago
-
Posted a reply to Error: Could not empty object cache., on the site WordPress.org Forums:
These are the changes in 1.5.7, nothing related to Predis tho: https://github.com/tillkruss/redis-cache/compare/1.5.6...1.5.73 weeks ago
-
Posted a reply to Error: Could not empty object cache., on the site WordPress.org Forums:
Hi @austyfrosty, thanks, that's actionable. Looks like the issue is somewhere here: https://github.com/tillkruss/redis-cache/blob/master/includes/object-cache.php#L543-L554 Could you…3 weeks ago
-
Committed [2277547] to Plugins Trac:
Mark as tested with WP 5.43 weeks ago
-
Committed [2277546] to Plugins Trac:
Mark as tested with WP 5.43 weeks ago
-
Posted a reply to Error: Could not empty object cache., on the site WordPress.org Forums:
There were some major changes to the selective flushing in 1.5.0: https://github.com/tillkruss/redis-cache/compare/1.4.3...1.5.0 To debug this,…4 weeks ago
-
Posted a reply to After activating rest api fail, on the site WordPress.org Forums:
Check your error logs or enable wp debug display to see what's causing the error.4 weeks ago
-
Posted a reply to Error: Could not empty object cache., on the site WordPress.org Forums:
Does it work when disabling WP_REDIS_SELECTIVE_FLUSH?4 weeks ago
-
Posted a reply to Error: Could not empty object cache., on the site WordPress.org Forums:
@maxisosa: Does 1.5.0 work?4 weeks ago
-
Posted a reply to Error: Could not empty object cache., on the site WordPress.org Forums:
Are you seeing any error message in your logs?4 weeks ago
-
Posted a reply to Persistent object caching is not enabled amp, on the site WordPress.org Forums:
I don't understand. You are unable to access the settings?4 weeks ago
-
Posted a reply to Problem with login functionality, on the site WordPress.org Forums:
Hi! This plugin doesn't cache pages, it only caches objects. WooCommerce has control over what's…1 month ago
-
Posted a reply to Error installing other plugins using php 7.4., on the site WordPress.org Forums:
Same here.1 month ago
-
Committed [2267829] to Plugins Trac:
Sync with GitHub; Tag 1.5.71 month ago
-
Posted a reply to Not currently working, on the site WordPress.org Forums:
Hi @engineeringthefuture, The scanner is working for me: https://encoder.till.im/scanner and seems to be working for…1 month ago
-
Posted a reply to Cache is Disabled every Build is given to docker, on the site WordPress.org Forums:
Use the wp redis enable CLI command to place the dropin during build/deployment.1 month ago
-
Posted a reply to Yoast SEO Incompatible, on the site WordPress.org Forums:
They are compatible. Flush your object cache.1 month ago
-
Posted a reply to Redis Object Cache deleting by group, on the site WordPress.org Forums:
No, you can't flush individual groups by default. You could theoretically run a SCAN and…2 months ago
-
Posted a reply to Edge case with strange default value being returned, on the site WordPress.org Forums:
Mhh. So no custom serializer. Also Sage? 🙂 This might be worth debugging over Zoom.…2 months ago
-
Posted a reply to Edge case with strange default value being returned, on the site WordPress.org Forums:
That sounds like a serialization issue. What’s your config?2 months ago
-
Posted a reply to wp config question, on the site WordPress.org Forums:
I'm still seeing three forward slashes in your config. Try using two.2 months ago
-
Posted a reply to Feature Request – Enable / Disable and Flush, on the site WordPress.org Forums:
I personally just run wp redis enable && wp cache flush during deployment to always…2 months ago
-
Posted a reply to Compatibility and conflict issue with AMP plugins and user front end Pro Plugin, on the site WordPress.org Forums:
Hi @zotezo, 1) That seems to be an issue with the AMP plugin. 2 &…2 months ago
-
Posted a reply to Feature Request – Enable / Disable and Flush, on the site WordPress.org Forums:
@highways: Unfortunately flushing the cache is a destructive action and it might cause issues for…2 months ago
-
Posted a reply to Forbidden when trying to activate the plugin, on the site WordPress.org Forums:
Something to do with “block harmful requests”.2 months ago
-
Posted a reply to Connection Exception: Redis server went away (RedisException), on the site WordPress.org Forums:
Did you get it sorted?2 months ago
-
Posted a reply to not working at all, on the site WordPress.org Forums:
Hi @loloford, I'm confused about the 1/5 stars. Does it work perfectly or it it…2 months ago
-
Posted a reply to Plugin broke WP Cron, on the site WordPress.org Forums:
Was this resolved @nielspilon?3 months 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