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

Why use memcached and redis-cache plugins at the same time? Why use Nginx Helper? #11

Open
etherealite opened this issue Sep 11, 2017 · 2 comments
Labels

Comments

@etherealite
Copy link

etherealite commented Sep 11, 2017

Really loving this roots.io based boilerplate.

Description of your issue

It's pretty much all in the title. Why use memcached (batcache) when the redis cache plugin is already in use. Redis is faster than memcached now anyways. I'm starting to think that maybe batcache can be configured to work with the Redis object cache or something? Seems a little confusing to me since it's advertised as a memcache plugin.

I don't understand why you've included Nginx Helper since it's primary concern is cache invalidation which heroku nginx doesn't even support. The stuff that it brings to the table for multisite rewrite is trivial to replicate, so why bother with it? Does it invalidate the same object cache that batcache is using?

Steps to Reproduce

None

Other Information

Git Commit/Version:
current master

@sebbean
Copy link

sebbean commented Feb 20, 2018

@etherealite ever get anywhere with this? i'm using this as a base for my workflow - curious if i can remove either one of those safely. guess i can try it out

@etherealite
Copy link
Author

Hey @sebbean,

I'm sorry, but we ended up scrapping heroku as our hosting platform for the time being, thus I never looked into this any further.

If i'm remembering correctly, the redis caching plugin requires batcache to work, so that isn't a problem.

When it comes to Nginx Helper, I vaguely remember removing it and stuff appeared to work fine on my non-multisite WP instance.

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

No branches or pull requests

3 participants