-
Posted a reply to wp_update_post not showing updated values in admin edit page, on the site WordPress.org Forums:
Sorry, I can't provide support for custom code. Make sure your logic works locally during… -
Posted a reply to Fatal error: Maximum execution time, on the site WordPress.org Forums:
One of your 3rd party plugins may cause an infinite loop. If you disable all… -
Posted a reply to when have object cache pro enabled, should I still use some other cache plugin?, on the site WordPress.org Forums:
Correct 👍 -
Posted a reply to Redis Object Cache [ Not Connected ], on the site WordPress.org Forums:
Are you able to connect to Redis Server via redis-cli? -
Posted a reply to What speeds I should expect, on the site WordPress.org Forums:
That's 60ms total in Redis wait times. Not bad 👍 -
Posted a reply to What speeds I should expect, on the site WordPress.org Forums:
You have a space in your WP_REDIS_PATH definition. If that doesn't fix it, try: define('WP_REDIS_HOST',… -
Posted a reply to What speeds I should expect, on the site WordPress.org Forums:
Can you post your wp-config.php with all secrets redacted? -
Posted a reply to What speeds I should expect, on the site WordPress.org Forums:
What does this print? <?php $redis = new Redis(); try { if ($redis->connect("/home/<myusername>/redis/redis.sock")) { echo… -
Posted a reply to What speeds I should expect, on the site WordPress.org Forums:
Does the file /home/<myusername>/redis/redis.sock exist on your server's filesystem? -
Posted a reply to Redis socket “Connection refused”, on the site WordPress.org Forums:
Was this resolved? -
Committed [2730986] to Plugins SVN:
Tagging v2.0.26 -
Committed [2730984] to Plugins SVN:
Sync with GitHub -
Posted a reply to OrderBy rand in get_posts stopped working after updating to WordPress 6.0, on the site WordPress.org Forums:
@cnxsoft: Fixed in https://github.com/rhubarbgroup/redis-cache/commit/3b798d365856e4bfe22d3e47f5da687b20af00d0 Will tag v2.0.26 shortly. -
Posted a reply to OrderBy rand in get_posts stopped working after updating to WordPress 6.0, on the site WordPress.org Forums:
@itsabhineet: Yours is patched: https://github.com/rhubarbgroup/redis-cache/commit/ad41085ce70ef18b756093f413c58495afcc4c1d -
Posted a reply to OrderBy rand in get_posts stopped working after updating to WordPress 6.0, on the site WordPress.org Forums:
Looks like two separate issues. I'll try to recreate them. -
Closed ticket #55811 on Core Trac:
OrderBy rand in get_posts stopped working after updating to WordPress 6.0 -
Posted a reply to What speeds I should expect, on the site WordPress.org Forums:
It looks like it's on 127.0.0.1. What's the hosting company? -
Posted a reply to Cannot active premium with free version activated, on the site WordPress.org Forums:
Hi! Feel free to email the support team. You need to uninstall the free version… -
Posted a reply to WP_CACHE_KEY_SALT is unuseless, on the site WordPress.org Forums:
Yeah, if you have more than one WordPress site use the same Redis Server, you… -
Posted a reply to WP_CACHE_KEY_SALT is unuseless, on the site WordPress.org Forums:
I don't understand the question. What's "unuseless"? -
Posted a reply to What speeds I should expect, on the site WordPress.org Forums:
Does Redis Server sit on the same machine as WordPress? -
Posted a reply to Status Showing Not connected, on the site WordPress.org Forums:
You need to set the correct WP_REDIS_HOST and WP_REDIS_PORT. -
Posted a reply to Metrics: Not enough data collected yet, on the site WordPress.org Forums:
ZCOUNT wp_iftehw:redis-cache:metrics -inf +inf This will show the metrics count directly in Redis. If it… -
Posted a reply to Status Showing Not connected, on the site WordPress.org Forums:
Did you install and start Redis Server? -
Posted a reply to Metrics: Not enough data collected yet, on the site WordPress.org Forums:
I'd keep an eye on Metrics recorded in your diagnostics, see how high that goes. -
Committed [2728051] to Plugins SVN:
mark as tested with 6.0 -
Committed [2728050] to Plugins SVN:
Mark as tested up to 6.0 -
Posted a reply to Metrics: Not enough data collected yet, on the site WordPress.org Forums:
If there are no PHP error logs, no other errors in your browser console and… -
Posted a reply to Sorry, you are not allowed to access this page., on the site WordPress.org Forums:
They just don't care about it. If WooCommerce can support object caching, so can that… -
Posted a reply to Connection refused (RedisException), on the site WordPress.org Forums:
Looks like Redis Server is not running. -
Posted a reply to Metrics: Not enough data collected yet, on the site WordPress.org Forums:
Are you seeing any browser console errors? -
Posted a reply to Sorry, you are not allowed to access this page., on the site WordPress.org Forums:
I have no context. -
Posted a reply to Redis slows things?, on the site WordPress.org Forums:
No, there isn't something simple to check. Your server is responding fast, then extremely slowly.… -
Posted a reply to Metrics: Not enough data collected yet, on the site WordPress.org Forums:
Is maybe a 3rd party plugin constantly flushing the cache? Is your ad-blocker blocking the… -
Posted a reply to Sorry, you are not allowed to access this page., on the site WordPress.org Forums:
Try redis-cli flushall and make sure every site uses a different WP_REDIS_DATABASE. -
Posted a reply to Product Attributes not disappeared when Object Cache is enabled, on the site WordPress.org Forums:
Probably worth reporting to the Woo team. -
Posted a reply to Redis slows things?, on the site WordPress.org Forums:
You'll want a real monitoring tool that keeps track of your connections, ops/s and similar… -
Posted a reply to Redis slows things?, on the site WordPress.org Forums:
Your server admin or Google will know. There are many tools/approaches. -
Posted a reply to Redis slows things?, on the site WordPress.org Forums:
I'd suggest setting up dedicated Redis monitoring to see what's causing it. -
Posted a reply to Redis slows things?, on the site WordPress.org Forums:
If your site slows down with Redis caching enabled, it's usually your Redis Server's fault,… -
Posted a reply to DROP-IN OUTDATED: when does it happen and why ? What to do ?, on the site WordPress.org Forums:
Try updating it to the latest version. -
Posted a reply to Does it Work With Buddypress?, on the site WordPress.org Forums:
Yeah, BP is pretty good at object caching, 3rd party extensions to BP may not… -
Posted a reply to REDIS exception, on the site WordPress.org Forums:
You maybe be able to exclude the groups which that plugin uses, contact the support… -
Committed [2719521] to Plugins SVN:
Update notes link -
Posted a reply to Blank Links, on the site WordPress.org Forums:
Thanks Jaso, that link should go to our wiki. Thanks for the report, I'll fix… -
Posted a reply to Site Health screen errors, on the site WordPress.org Forums:
Try deleting the plugin from the mu-plugins folder? -
Posted a reply to Works Well, on the site WordPress.org Forums:
🥰 -
Posted a reply to Subsite clone on multisite installation, on the site WordPress.org Forums:
On the free version you need to specify the exact group names in WP_REDIS_IGNORED_GROUPS. -
Posted a reply to Multiple sites on one server issues, on the site WordPress.org Forums:
Restart your server? -
Posted a reply to chmod operation not permitted warning, on the site WordPress.org Forums:
Please post the full stack trace.
Developer
-
Email Address Encoder
Active Installs: 100,000+
-
Humans TXT
Active Installs: 900+
-
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
-
Advanced WP Columns
-
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