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

Notification for Object Caching #124

Open
1 task done
engrshakirali opened this issue Nov 2, 2022 · 0 comments
Open
1 task done

Notification for Object Caching #124

engrshakirali opened this issue Nov 2, 2022 · 0 comments

Comments

@engrshakirali
Copy link

Is your enhancement related to a problem? Please describe.

Via support monitor, 10up experience plugin can provide alert/warning if object caching is not working properly, which can be either due to service down, configuration issue, or the object-cache drop-in missing. This alert/warning can help to avoid degraded performance issue.

Designs

On the systems side, we can check object-caching is working by using the wp-cli command like:

wp cache add zabbix 1

This will add a value 1 in zabbix and we can use below command and it should retrun 1

wp cache get zabbix

And then finally we remove the object by:

wp cache delete zabbix

We can use similar approach on the code side to validate the caching.

Describe alternatives you've considered

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
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

1 participant