Till Krüss
@tillkruess on WordPress.org
-
Posted a reply to Redis Cache Pro causing conflicts with AMP sitescan, on the site WordPress.org Forums:
It looks like await fetch is requesting amp_validate without asking for JSON, but the response… -
Pull request #629 merged into WordPress/performance:
Add `perflab_disable_object_cache_dropin` filter -
Posted a reply to Redis Cache Pro causing conflicts with AMP sitescan, on the site WordPress.org Forums:
@westonruter @milindmore22, most plugins check for wp_is_json_request(), but the AMP "Site Scan" doesn't send proper… -
Posted a reply to too many redirect, on the site WordPress.org Forums:
If you still get redirects, then it's a 3rd party plugin or theme that's not… -
Posted a reply to Not Connected if any Redis node is down, on the site WordPress.org Forums:
Replication only reduces load when reading, so you always need the master online. I'd suggest… -
Posted a reply to Refresh cache of homepage after publishing post, on the site WordPress.org Forums:
You can try the new group flush: https://wpseek.com/function/wp_cache_flush_group/ Not sure if that will be enough,… -
Posted a reply to Refresh cache of homepage after publishing post, on the site WordPress.org Forums:
I'd suggest disabling your page cache first to see if you actually have any issues… -
Posted a reply to too many redirect, on the site WordPress.org Forums:
If it's still happening after disabling all plugins, then you didn't flush the cache (Redis… -
Posted a reply to Installation, on the site WordPress.org Forums:
Ask your hosting provider. -
Posted a reply to too many redirect, on the site WordPress.org Forums:
Try disabling other plugins, if any of those case the issue. -
Posted a reply to too many redirect, on the site WordPress.org Forums:
Try a full flush: redis-cli FLUSHALL and make sure all WordPress sites use a different… -
Posted a reply to Installation, on the site WordPress.org Forums:
That's not enough. You need Redis Server. -
Posted a reply to Debug Errors, on the site WordPress.org Forums:
I'd suggest following a WordPress guide, using Redis replication is quite advanced. -
Posted a reply to Debug Errors, on the site WordPress.org Forums:
What kind of replication are you using, and did you configure Redis Object Cache to… -
Submitted pull request #629 to WordPress/performance:
Add `perflab_disable_object_cache_dropin` filter -
Created issue #628 in the WordPress/performance repository:
Disable Server Timing via filter -
Posted a reply to A foreign object cache drop-in was found. To use Redis for object caching, pleas, on the site WordPress.org Forums:
Sounds like another plugin is hijacking wp-content/object-cache.php and you gotta delete whatever is there. -
Posted a reply to Which redis database maps to which website database?, on the site WordPress.org Forums:
I'd grep it: grep 'WP_REDIS_HOST' wp-config.php -
Posted a reply to Fatal Error with WP Discuz, on the site WordPress.org Forums:
On the latest version? -
Posted a reply to recommended settings, on the site WordPress.org Forums:
Using Redis Sentinel or Redis Replication in combination with Predis as the client will automatically… -
Posted a reply to Weird Error in Debug Log, on the site WordPress.org Forums:
Error while reading line from the server. [tcp://127.0.0.1:6379] Typically means your Redis Server isn’t responding,… -
Posted a reply to Server Load when flush cache, on the site WordPress.org Forums:
By adding the cache groups that plugin uses to the list of ignored cache groups. -
Posted a reply to Server Load when flush cache, on the site WordPress.org Forums:
WP_REDIS_SELECTIVE_FLUSH is slow AF and a terrible feature that I wish I never merged, better… -
Posted a reply to recommended settings, on the site WordPress.org Forums:
IMO Sentinel and Cluster are overkill. -
Posted a reply to recommended settings, on the site WordPress.org Forums:
In that you must scale Redis properly and let Redis handle the synchronization of data.… -
Posted a reply to Server Load when flush cache, on the site WordPress.org Forums:
What's your config like, do you use selective flushing (it's stupid slow)? -
Posted a reply to recommended settings, on the site WordPress.org Forums:
Are all the backend servers running the exact same codebase / wp app? -
Posted a reply to Got it to work! but one question, on the site WordPress.org Forums:
It's in your redis.conf -
Posted a reply to Status: Not Connected, on the site WordPress.org Forums:
Huh, that's odd. Ideally post the diagnostics, so we can see the error message of… -
Posted a reply to Free vs Pro, on the site WordPress.org Forums:
If you're on a budget, use Redis Object Cache 👍 If you need reliability, have… -
Posted a reply to The following required query string data is missing: api_key, on the site WordPress.org Forums:
I don't know which plugin is complaining about the API key, it's not coming from… -
Posted a reply to If and how to exclude pages, on the site WordPress.org Forums:
Pages cannot be excluded, object caching in WordPress doesn't have the concept of a URL,… -
Posted a reply to Quick Double Check Rename Redis CONFIG, on the site WordPress.org Forums:
No, the CONFIG command isn't used by this plugin. -
Posted a reply to The following required query string data is missing: api_key, on the site WordPress.org Forums:
That's not coming from this plugin. Some other plugin must not be playing nicely with… -
Posted a reply to Got it to work! but one question, on the site WordPress.org Forums:
Set it to 1000 to be safe. Different databases is better than using prefixes. -
Posted a reply to Got it to work! but one question, on the site WordPress.org Forums:
https://raw.githubusercontent.com/redis/redis/7.0/redis.conf You can tweak this: databases 16 -
Posted a reply to Working in Cutom Post Types, on the site WordPress.org Forums:
It works with any the_content filter, are you sure its executed? -
Committed [2846427] to Plugins SVN:
Tag v2.2.3 -
Committed [2846425] to Plugins SVN:
Sync with GitHub -
Posted a reply to Error, on the site WordPress.org Forums:
I'll tag a new release shortly. -
Posted a reply to Error, on the site WordPress.org Forums:
What version are you running? -
Posted a reply to Redirecting to another domain after activation, on the site WordPress.org Forums:
It’s perfectly fine to use with multiple sites. If deleting the drop-in helped then you’re… -
Posted a reply to Admin Bar options please, on the site WordPress.org Forums:
You're welcome to submit the feature on GitHub: https://github.com/rhubarbgroup/redis-cache/issues/224 -
Posted a reply to Can I only have 15 different websites on the same server?, on the site WordPress.org Forums:
https://raw.githubusercontent.com/redis/redis/7.0/redis.conf databases 16 -
Posted a reply to Redirecting to another domain after activation, on the site WordPress.org Forums:
Defining WP_REDIS_DATABASE and running redis-cli FLUSHALL will resolve any redirects. -
Posted a reply to Unable to cache queries sometimes, on the site WordPress.org Forums:
This would be something to raise with the core team. This plugin just provides an… -
Posted a reply to Am I using it wrong?, on the site WordPress.org Forums:
Sorry, I mean when it's disconnected. We need to see the error message from the… -
Posted a reply to Fatal Error with WP Discuz, on the site WordPress.org Forums:
Does flushing the cache resolve it? -
Posted a reply to Am I using it wrong?, on the site WordPress.org Forums:
What do the diagnostics say? -
Posted a reply to Am I using it wrong?, on the site WordPress.org Forums:
Sorry, that's not enough information to help. What do you mean by disconnecting?
Developer
-
Email Address Encoder
Active Installs: 100,000+
-
Humans TXT
Active Installs: 800+
-
Nginx Cache
Active Installs: 10,000+
-
Paste as Plain Text
Active Installs: 2,000+
-
Redis Object Cache
Active Installs: 100,000+
-
Cherry BlossomActive Installs: 100+
Plugins
-
Advanced Custom Fields
-
Aesop Story Engine
-
Akismet 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
-
Stream
-
The WP Remote WordPress Plugin
-
Unicornify
-
User Switching
-
WP AutoTerms: Privacy Policy Generator (GDPR & CCPA), Terms & Conditions Generator, Cookie Notice Banner
-
Yoast SEO