From 6fa3b5ca09fd0deff2cc21ec9857fc4ed2734d28 Mon Sep 17 00:00:00 2001 From: Richard Mutt <75749047+richard-mutt-crowdhandler@users.noreply.github.com> Date: Tue, 3 May 2022 16:46:08 +0100 Subject: [PATCH] Update README.txt clarified the purpose of overriding index.php --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 1d78d0e..57c0bf3 100644 --- a/README.txt +++ b/README.txt @@ -52,7 +52,7 @@ After installation, you need to configure the plugin: Optional settings: -* **Override index.php**: activating this option allows CrowdHandler to run in place of your WordPress website's default homepage. If you do not wish to do this, then your own server will take the load for all traffic to the homepage. For periods of very high demand, this may not be ideal. +* **Override index.php**: activating this option allows CrowdHandler to run the queue check and offload users before booting WordPress for each request, putting considerably less load on your server and database. Some servers will not allow this due to write permissions. If you are able to use this option you should. == Frequently Asked Questions ==