Skip to content
Snippets Groups Projects
Commit 3e93e42b authored by Benjamin Adams's avatar Benjamin Adams
Browse files

Update README.md

parent e45835ae
Branches
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ In `index-wp-redis.php` change `$ip_of_your_website` to the IP of your server ...@@ -38,7 +38,7 @@ In `index-wp-redis.php` change `$ip_of_your_website` to the IP of your server
*Note: Sometimes when you upgrade Wordpress it will replace over your `index.php` file and you will have to redo this step. This is the reason we don't just replace the contents of `index-wp-redis.php` with `index.php`. *Note: Sometimes when you upgrade Wordpress it will replace over your `index.php` file and you will have to redo this step. This is the reason we don't just replace the contents of `index-wp-redis.php` with `index.php`.
We do this because Wordpress is no longer in charge of displaying our posts. Redis will now server the post if it is in the cache. If the post is not in the Redis cache it will then call Wordpress to serve the page and then cache it for the next pageload We do this because Wordpress is no longer in charge of displaying our posts. Redis will now serve the post if it is in the cache. If the post is not in the Redis cache it will then call Wordpress to serve the page and then cache it for the next pageload
### Benchmark ### Benchmark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment