CARVIEW |
Till Krüss
@tillkruess on WordPress.org and Slack
Bio
Building Object Cache Pro and Relay.
– https://relay.so
– https://objectcache.pro
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 WooCommerce variations vanish upon object cache plugin deactivation, on the site WordPress.org Forums:
I subscribed to the GH issue. The only thing I frequently see is that when… -
Posted a reply to Not updated. Not deleted., on the site WordPress.org Forums:
try deleting the path redis-cache folder from wp-contents/plugins/ using ftp. -
Posted a reply to Not updated. Not deleted., on the site WordPress.org Forums:
what can’t you delete with ftp? -
Posted a reply to Not updated. Not deleted., on the site WordPress.org Forums:
That's odd (if I understand you correctly). Try deleting the plugin from the filesystem by… -
Committed [3369873] to Plugins SVN:
Tag v2.7.0 -
Committed [3369870] to Plugins SVN:
Sync with GitHub -
Posted a reply to how to ignore wp-transients from obj-cache?, on the site WordPress.org Forums:
Transients are not stored in wpdb if an object cache is enabled. https://github.com/WordPress/wordpress-develop/blob/c726220a21d13fdb5409372b652c9460c59ce1db/src/wp-includes/option.php#L1455-L1457 -
Posted a reply to Awesome Plugin, on the site WordPress.org Forums:
🤍 -
Posted a reply to how to ignore wp-transients from obj-cache?, on the site WordPress.org Forums:
You can't. WordPress handles this internally and will use the object cache for transients whether… -
Posted a reply to Add ID to Script, on the site WordPress.org Forums:
Redis Object Cache is open source and you can contribute yourself on GitHub, if you'd… -
Posted a reply to Add ID to Script, on the site WordPress.org Forums:
@user9876789 Did you check the changelog? -
Posted a reply to Connection Issue with Valkey on AWS, on the site WordPress.org Forums:
You'll have to treat the connections as a cluster. It's documented in the README. -
Posted a reply to Error while reading line from the server, on the site WordPress.org Forums:
Might be worth asking your hosting provider in that case for assistance with their setup. -
Posted a reply to Connection Issue with Valkey on AWS, on the site WordPress.org Forums:
Disable cluster mode in AWS. -
Posted a reply to Connection Issue with Valkey on AWS, on the site WordPress.org Forums:
@lblake which version of PhpRedis are you using? Looks like AI hallucinated to me, the… -
Posted a reply to Error while reading line from the server, on the site WordPress.org Forums:
That's probably a timeout. Are you seeing anything in your redis-cli SLOWLOG GET 100? Or… -
Posted a reply to Issue with Redis Cache Not Refreshing in Jet/Crocoblock + LearnDash, on the site WordPress.org Forums:
Redis Object Cache will do exactly what it's told by Jet/Crocoblock and LearnDash, it's up… -
Posted a reply to WARNING overcommit_memory + Redis is loading… [45+ min]], on the site WordPress.org Forums:
You might be chasing ghosts because the last release was a minor bug fix: https://github.com/rhubarbgroup/redis-cache/compare/2.6.4...2.6.5 -
Posted a reply to UNINSTALL LEAVES ERROR, on the site WordPress.org Forums:
If you deleted the object-cache.php then this error uninstalled Redis Object Cache then this problem… -
Posted a reply to WARNING overcommit_memory + Redis is loading… [45+ min]], on the site WordPress.org Forums:
This is outside the scope of support for Redis Object Cache, you're better to ask… -
Posted a reply to UNINSTALL LEAVES ERROR, on the site WordPress.org Forums:
This is covered in the FAQ. -
Posted a reply to WARNING overcommit_memory + Redis is loading… [45+ min]], on the site WordPress.org Forums:
I'd disable persistence all together in Redis: appendonly no https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/ -
Posted a reply to NGNIX Server and Redis error – is unreachable: failed: NOAUTH Auth, on the site WordPress.org Forums:
You can configure Redis Object Cache to send the password that your Redis Server has. -
Posted a reply to NGNIX Server and Redis error – is unreachable: failed: NOAUTH Auth, on the site WordPress.org Forums:
It says it right in the error message NOAUTH Authentication required -
Posted a reply to ACF custom fields taxonomy error, on the site WordPress.org Forums:
Glad you got it resolved. -
Posted a reply to Force Enable Object Cache, on the site WordPress.org Forums:
Please post your diagnostics from Tools > Site Health > Info -
Posted a reply to Force Enable Object Cache, on the site WordPress.org Forums:
That would be a conflict with another plugin. Redis Object Cache does not do that… -
Posted a reply to Force Enable Object Cache, on the site WordPress.org Forums:
What do you mean it "goes down"? That sounds like an issue with Redis Server… -
Closed ticket #63195 on Core Trac:
Unify timestamps of query cache keys -
Closed ticket #57906 on Core Trac:
Introduce `wp_cache_*_query()` helpers -
Mentioned in [60697] on WordPress SVN:
Caching API: Use consistent cache keys for query groups. -
Posted a reply to Accessibility?, on the site WordPress.org Forums:
Only the HTML entities method is fully accessible at this moment. -
Posted a reply to What is normal “time”?, on the site WordPress.org Forums:
It's the time spend talking to Redis, 28ms is great. -
Posted a reply to SVG flags from language plugin are not loading, on the site WordPress.org Forums:
If a cache flush doesn't resole it, this would be something to bring up with… -
Translated 65 strings on translate.wordpress.org.
-
Posted a reply to ACF custom fields taxonomy error, on the site WordPress.org Forums:
A 500 error would mean there might be a full PHP error in your logs.… -
Committed [3347780] to Plugins SVN:
Tag v2.6.5 -
Committed [3347778] to Plugins SVN:
Sync with GitHub -
Posted a reply to Help a noob out, on the site WordPress.org Forums:
The PhpRedis extension must be compiled with support for it. Google or ChatGPT can walk… -
Posted a reply to Help a noob out, on the site WordPress.org Forums:
Hey! That's really more of a question for the hosting provider. If you have a… -
Posted a reply to Email Encoder – Protect Email Addresses compatible with WordPress 6.8.2, on the site WordPress.org Forums:
You're posting in the wrong forum 👍 -
Posted a reply to can I use this plugin with WP Rocket, on the site WordPress.org Forums:
Yes, they work well together. -
Posted a reply to Redis + Litespeed, on the site WordPress.org Forums:
You can only use on object cache at a time. I'd recommend disabling the LS… -
Posted a reply to WP_REDIS_SERIALIZER deprecated in favor of WP_REDIS_IGBINARY, on the site WordPress.org Forums:
Check the readme. The new way is using the WP_REDIS_IGBINARY constant instead of the WP_REDIS_SERIALIZER… -
Posted a reply to Failed user activations due to invalid/missing user activation tokens, on the site WordPress.org Forums:
Yes, using get_option() will work, because these are persistent. -
Posted a reply to Failed user activations due to invalid/missing user activation tokens, on the site WordPress.org Forums:
Hey! I'd say this is a design flaw in Masterstudy LMS. Everyone seems to misunderstand… -
Posted a reply to Persistent warning when OCP is properly disabled, on the site WordPress.org Forums:
@earthman100 We fixed the snapshot and analytics issue. Can you post a full stack trace… -
Posted a reply to PHP Error within WooCommerce – fixed after clearing object cache, on the site WordPress.org Forums:
If you run a WooCommerce site, I'd always use Object Cache Pro over the free… -
Posted a reply to PHP Error within WooCommerce – fixed after clearing object cache, on the site WordPress.org Forums:
Hey! That would be an issue inside the wp-html-mail-woocommerce plugin. Have you reached out to… -
Posted a reply to Persistent warning when OCP is properly disabled, on the site WordPress.org Forums:
Thanks @earthman100, we'll look into that and include a fix in the next release.
Developer
-
Email Address Encoder
Active Installs: 100,000+
-
Humans TXT
Active Installs: 400+
-
Nginx Cache
Active Installs: 10,000+
-
Paste as Plain Text
Active Installs: 1,000+
-
Redis Object Cache
Active Installs: 200,000+
-
Cherry BlossomActive Installs: 80+
Plugins
-
Advanced Custom Fields (ACF®)
-
Akismet Anti-spam: Spam Protection
-
Debug Bar
-
Debug Bar Cron
-
Debug This
-
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
-
TermsFeed AutoTerms: Privacy Policy Generator, Cookie Consent, GDPR, CCPA, Terms & Conditions, Disclaimers, Cookies Policy, EULA
-
The WP Remote WordPress Plugin
-
Unicornify
-
User Switching
-
Yoast SEO - Advanced SEO with real-time guidance and built-in AI