Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.1.0 of WP Redis causes the page list on sites running WordPress 5.5 to timeout #291

Closed
lukecav opened this issue Aug 14, 2020 · 14 comments

Comments

@lukecav
Copy link

lukecav commented Aug 14, 2020

The fix was to roll back to version 1.0.1 of WP Redis using WP-CLI.

wp plugin update wp-redis --version=1.0.1

The page list in wp-admin would timeout and would not load with WP Redis version 1.1.0 active on the site.
Not sure if the issue is being caused by?
#287

@danielbachhuber
Copy link
Contributor

Thanks for the report, @lukecav.

I'm not able to recreate the problem. Could you share more details about the site (plugins, amount of data), or steps I can follow to reproduce?

@lukecav
Copy link
Author

lukecav commented Aug 17, 2020

wp plugin list --status=active
+-------------------------------------+--------+-----------+---------+
| name | status | update | version |
+-------------------------------------+--------+-----------+---------+
| advanced-custom-fields-pro | active | none | 5.8.14 |
| autoptimize | active | none | 2.7.6 |
| cache-enabler | active | none | 1.3.5 |
| custom-post-type-ui | active | none | 1.8.0 |
| ml-slider | active | none | 3.17.0 |
| ninja-forms | active | none | 3.4.25 |
| post-types-order | active | none | 1.9.5.1 |
| stackable-ultimate-gutenberg-blocks | active | none | 2.9.1 |
| the-events-calendar | active | none | 5.1.5 |
| unique-headers | active | none | 1.7.12 |
| widget-options | active | none | 3.7.4 |
| wp-redis | active | available | 1.0.1 |
| wp-youtube-lyte | active | none | 1.7.13 |
| wordpress-seo-premium | active | none | 13.3 |
+-------------------------------------+--------+-----------+---------+

@danielbachhuber
Copy link
Contributor

Hi @lukecav,

This isn't quite enough information to go on. I'll need enough information to reproduce the issue, or you'll need to do a bit of debugging to identify the root cause.

@lukecav
Copy link
Author

lukecav commented Aug 17, 2020

None of the other active plugins were causing the issue on the page list not loading in wp-admin. Posts and postmeta data levels were not even that high on the site. The same issue happened on another site as well.

@lukecav
Copy link
Author

lukecav commented Aug 17, 2020

wp_posts 53.5MB
wp_postmeta 111.6MB

@danielbachhuber
Copy link
Contributor

None of the other active plugins were causing the issue on the page list not loading in wp-admin.

Did you try leaving WP Redis active, deactivating all other plugins, and then activating each plugin one by one to see which introduced the slowness?

@lukecav
Copy link
Author

lukecav commented Aug 17, 2020

Yep, I did and none of the plugins being activated one by one resolved the issue for the page list in wp-admin not loading.

@danielbachhuber
Copy link
Contributor

Ok.

  1. When you say "Pages list", what part of the UI are you referring to?
  2. Can you enable WP_DEBUG and let me know of any errors you see?

@lukecav
Copy link
Author

lukecav commented Aug 17, 2020

  1. Pages > All Pages /wp-admin/edit.php?post_type=page
  2. Yep will do.

@lukecav
Copy link
Author

lukecav commented Aug 17, 2020

Waiting to be able to enable the WP Redis plugin again and enable debugging on the customer's site to get the info.

@stavultras
Copy link

stavultras commented Aug 18, 2020

Please try to use 1.1.1 version, there were some fixes (today, after your last comment) about multiple keys caching, not sure if they fix your problem, but i think it's worth to try.

@lukecav
Copy link
Author

lukecav commented Aug 18, 2020

@stavultras
Version 1.1.1 version fixed the issue on the site.

@lukecav lukecav closed this as completed Aug 18, 2020
@stavultras
Copy link

@lukecav good to know, thanks :)

@danielbachhuber
Copy link
Contributor

@stavultras Double props to you — thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants