Skip to content

Commit

Permalink
Update/clarify the WordPress Object Cache Pro documentation (#8822)
Browse files Browse the repository at this point in the history
* Update/clarify the WordPress Object Cache Pro documentation

Update + clarify the WordPress Object Cache Pro documentation to explain that certain steps of the setup can only be performed on development or multidev environments.

Additionally, add a warning about the health check notice that is expected to pop up

* Update github attribution

* Remove note about Site Health warning

* Bump reviewed date

---------

Co-authored-by: Joey Kudish <[email protected]>
Co-authored-by: Chris Reynolds <[email protected]>
Co-authored-by: Chris Reynolds <[email protected]>
  • Loading branch information
4 people authored Aug 8, 2024
1 parent 6e3c2fa commit 1f5b31b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/content/addons/object-cache/howto/wordpress.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: Enable Object Cache Pro for WordPress
description: How to install and configure Object Cache Pro for WordPress.
permalink: docs/object-cache/wordpress
tags: [cache, plugins, modules, database]
reviewed: "2023-08-17"
reviewed: "2024-08-08"
contenttype: [doc]
innav: [true]
categories: [cache]
cms: [wordpress]
audience: [development]
product: [--]
integration: [--]
contributors: [jazzsequence]
contributors: [jazzsequence, jkudish]
showtoc: true
---

Expand Down Expand Up @@ -75,7 +75,7 @@ terminus redis:enable <site>

</Alert>

1. Once complete, activate the Object Cache Pro plugin from the WordPress Admin or via WP-CLI through Terminus.
1. Once complete, activate the Object Cache Pro plugin from the WordPress Admin or via WP-CLI through Terminus on your development or multidev environment. NOTE: This workflow cannot be run on test or live environments.

**WordPress Admin:**

Expand Down Expand Up @@ -315,6 +315,7 @@ Refer to the [official Object Cache Pro documentation](https://objectcache.pro/d
1. Merge code
1. Activate OCP
1. Flush Redis cache
- The `object-cache.php` drop-in file must be created in your development or multidev environment and committed or pushed to live to work.
- When installed as a `mu-plugin` on a WordPress Multisite, Object Cache Pro handles each subsite separately. The dashboard widget applies to the current site and none of the other sites on the network.
- Flushing the network cache from the network admin will flush all caches across the network.
- Subsites do not get their own configuration or graphs.
Expand Down

0 comments on commit 1f5b31b

Please sign in to comment.