Till Krüss
@tillkruess on WordPress.org
Bio
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 Redis Object Cache useful when using another cache plugin?, on the site WordPress.org Forums:
Page caches and object caches perform different tasks 🤷♂️ -
Posted a reply to Redis Object Cache useful when using another cache plugin?, on the site WordPress.org Forums:
So??? -
Posted a reply to Connected but throwing “No such file or directory” errors in debug.log, on the site WordPress.org Forums:
No such file or directory means that your socket isn't consistently open, which can also… -
Posted a reply to Confusing message in Query Monitor, on the site WordPress.org Forums:
Yeah, that makes sense. You should install a Redis plugin, if your hosting provider supports… -
Posted a reply to WooCommerce dashboard still loads too slow, on the site WordPress.org Forums:
If you see Status: Connected, then you'll need to use an APM tool like New… -
Posted a reply to disallow_file_mods, on the site WordPress.org Forums:
It's for any kind of file modification. If you only want to disallow installation, but… -
Posted a reply to AWS Elasticache Redis Serverless and Redis Object Cache, on the site WordPress.org Forums:
If your TTFB is 4x with Redis enabled, you're probably not in the same availability… -
Committed [3197682] to Plugins SVN:
tagging 1.0.7 -
Committed [3197681] to Plugins SVN:
Sync with GitHub -
Posted a reply to PHP Warning: Undefined variable $item, on the site WordPress.org Forums:
Yep: https://github.com/tillkruss/Nginx-FastCGI-Cache/pull/27/files -
Posted a reply to Not compatible with Mailster newsletter, on the site WordPress.org Forums:
It’s up to Mailster newsletter to ensure their code works with WordPress’ persistent object caching… -
Posted a reply to How to be compatible with Loco translate plugin ?, on the site WordPress.org Forums:
It's up to Loco translate to ensure their code works with WordPress' persistent object caching… -
Posted a reply to Drop in problem, on the site WordPress.org Forums:
You can't use two object caches at the same time. You must disable the object… -
Posted a reply to Drop in problem, on the site WordPress.org Forums:
Do you have any other cache plugins installed? Try deleting the object-cache.php file and then… -
Posted a reply to The cart page does not refresh, on the site WordPress.org Forums:
Might be an issue with one of your plugins or your theme not being compatible… -
Posted a reply to Cache Ratio, on the site WordPress.org Forums:
That the percentage time spend talking to Redis. 7% is good. -
Posted a reply to high cpu in evening, on the site WordPress.org Forums:
If things suddenly started spiking, maybe a plugin was updated and it's causing additional load.… -
Posted a reply to Disabling Redis removes attributes, on the site WordPress.org Forums:
This plugin simply provides an API for WordPress and WooCommerce to communicate with the cache.… -
Posted a reply to Does Redis actually work with BuddyPress?, on the site WordPress.org Forums:
That would be a good question for the BuddyPress. It's their responsibility to ensure the… -
Posted a reply to PHP Warning: Undefined variable $item, on the site WordPress.org Forums:
Yep, fixed on GitHub. Will push a release next week. -
Posted a reply to Cache Ratio, on the site WordPress.org Forums:
If the graph shows 95%, that's excellent. Can you post a screenshot of the 5-10%… -
Posted a reply to high cpu in evening, on the site WordPress.org Forums:
You might simply have more traffic or a more demanding site, than server resources. Try… -
Posted a reply to Cache Ratio, on the site WordPress.org Forums:
What do you mean by cache hit ratio vs cache ratio? -
Posted a reply to Maximum number of databases on Cloud NX / VPS Server, on the site WordPress.org Forums:
You can increase the databases number in your redis.conf file and have essentially unlimited databases… -
Posted a reply to Redis causes Elementor CSS to break, on the site WordPress.org Forums:
It's up to Elementor to fix their incompatibilities with WordPress' persistent object caching API. -
Posted a reply to Admin menu missing, on the site WordPress.org Forums:
Can you shoot me an email at support [at] objectcache [dot] pro? -
Posted a reply to wp super cache and Autoptimize, on the site WordPress.org Forums:
I like WP Rocket personally, but W3 Total Cache is great too I hear. -
Posted a reply to Admin menu missing, on the site WordPress.org Forums:
Yes. How are you hosting with? -
Posted a reply to Connecting to redis.sock, on the site WordPress.org Forums:
Check the README. This is how you connect to a socket: define( 'WP_REDIS_SCHEME', 'unix' );define(… -
Posted a reply to Very disappointed with paid version, on the site WordPress.org Forums:
Thanks, 3899E357-0001 was cancelled and refunded 👍 -
Posted a reply to Flush cache of a URL, on the site WordPress.org Forums:
Yes, it might still be cached in your page cache. clean_post_cache() only flushes the object… -
Posted a reply to plugin wont work, no support, no refund, on the site WordPress.org Forums:
It's not a scam, it's got hundreds of thousands of installs. If you post your… -
Posted a reply to Flush cache of a URL, on the site WordPress.org Forums:
You can use wp_cache_flush() to wipe the entire cache or clean_post_cache() to clear a specific… -
Posted a reply to Very disappointed with paid version, on the site WordPress.org Forums:
Hey @jussipv, sorry to hear you didn't get a response. What's your email, maybe it… -
Posted a reply to [NSFW] REDIS Plugin configuration with redis.io database, on the site WordPress.org Forums:
Make sure you set the WP_REDIS_* constants at the very top of your config. -
Posted a reply to Error 503, on the site WordPress.org Forums:
That sounds like an issue with Apache's PHP handler dying. Can you check your Apache… -
Posted a reply to Causing 404s with Avada page builder, on the site WordPress.org Forums:
That should be a real file on disk. Can you try to recreate the issue… -
Posted a reply to Causing 404s with Avada page builder, on the site WordPress.org Forums:
Redis Object Cache is only an object cache, there is no page caching whatsoever. What… -
Posted a reply to Redis Object Cache Encryption, on the site WordPress.org Forums:
Encrypted TCP connections must use the tls:// scheme. Check the readme for more 🤙 -
Posted a reply to Support Request: Redis Object Cache Plugin – Connection Issues and Errors, on the site WordPress.org Forums:
You can simulate a slow FLUSHDB by filling up your Redis Server with fake keys,… -
Posted a reply to Error 503, on the site WordPress.org Forums:
Can you enable WP_DEBUG and see what the 503 error is really about? -
Posted a reply to Causing 404s with Avada page builder, on the site WordPress.org Forums:
This certainly is a bug in the Avada theme and how it stores CSS. This… -
Posted a reply to Potential Memory Link Issue, on the site WordPress.org Forums:
Make sure you set a maxmemory-policy in your redis.conf to avoid Redis server from responding… -
Posted a reply to Slack account deactivated, on the site WordPress.org Forums:
Nevermind, I had to connect SSO and got an email about it. -
Created a topic, Slack account deactivated, on the site WordPress.org Forums:
Why trying to log into my wp.org Slack account, I get:… -
Committed [3169455] to Plugins SVN:
Tagging v2.5.4 -
Committed [3169453] to Plugins SVN:
Sync with GitHub -
Posted a reply to CSS Problems, on the site WordPress.org Forums:
@shepstar Are you using Avada as well? @exavior: Are you using WP Rocket as well? -
Posted a reply to Works as advertised, on the site WordPress.org Forums:
🥰 -
Posted a reply to Error 503, on the site WordPress.org Forums:
Out of memory: The process “redis-server” was terminated because the system is low on memory.…
Developer
-
Email Address Encoder
Active Installs: 100,000+
-
Humans TXT
Active Installs: 500+
-
Nginx Cache
Active Installs: 10,000+
-
Paste as Plain Text
Active Installs: 2,000+
-
Redis Object Cache
Active Installs: 200,000+
-
Cherry BlossomActive Installs: 100+
Plugins
-
Akismet Anti-spam: Spam Protection
-
Debug Bar
-
Debug Bar Cron
-
Debug This
-
Debug-Bar-Extender
-
Developer
-
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
-
Secure Custom Fields
-
Stream
-
The WP Remote WordPress Plugin
-
Unicornify
-
User Switching
-
WP AutoTerms: Privacy Policy Generator (GDPR & CCPA), Terms & Conditions Generator, Cookie Notice Banner
-
Yoast SEO