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

Evaluate whether or not Redis is still desirable for the plugin performance #32

Open
ericdrosas87 opened this issue Mar 28, 2023 · 3 comments
Assignees

Comments

@ericdrosas87
Copy link
Contributor

We currently use Memcached, with the new approach of stuffing the URL metadata in the content table is this still necessary or desirable for performance purposes?

@khalwat
Copy link
Collaborator

khalwat commented Apr 14, 2023

So you can't use Redis just for the plugin -- it's whatever caching strategy you decide to use for your Craft CMS site as a whole.

In general, I prefer Redis because it persists (which is nicer for things like login sessions, so they aren't wiped out on a server reboot).

@ericdrosas87
Copy link
Contributor Author

Can you estimate this as consulting with Blake and I and our Burwood consultants on the Rubin Obs website (primary use case for the plugin)? They helped us set up the current stack with Memcached and it would be good to have the broader audience for discussion?

@khalwat
Copy link
Collaborator

khalwat commented Apr 19, 2023

Sure, consulting on this probably won't take too long.

Estimate: 1 hour

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

2 participants