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

Implement Redis #752

Open
thetwopct opened this issue Mar 14, 2023 · 1 comment
Open

Implement Redis #752

thetwopct opened this issue Mar 14, 2023 · 1 comment
Assignees
Labels
nice to have Not required for deployment

Comments

@thetwopct
Copy link
Collaborator

Let's test Redis out

Setup guide

  1. Add to composer.json - "wpackagist-plugin/wp-redis": "^1.3.4"
  2. Add the files as instructed
  3. Use snippets maybe? https://github.com/pantheon-systems/wp-redis/wiki
@cjyabraham
Copy link
Collaborator

I don't see a need for this and am put off by the complexity of having another layer of cacheing to worry about. At best, Redis will only have an affect on logged in users and, currently, I think their performance experience is adequate. If we're interested in speeding up db performance, I think it'd be better to focus our efforts on reducing all the hits we get from hacker bots. #749 is a good start on this.

@thetwopct thetwopct assigned thetwopct and unassigned cjyabraham Mar 16, 2023
@thetwopct thetwopct added the nice to have Not required for deployment label Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice to have Not required for deployment
Projects
Status: Later
Development

No branches or pull requests

2 participants