Skip to content

Commit 09825e5

Browse files
author
Mariia
committed
Remove the confusion between users and WP sites on the server.
1 parent 0253426 commit 09825e5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docs/cloudlinux-os-plus/README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ There are the following requirements to use AccelerateWP:
14691469
#### Overview
14701470
In the _CloudLinux Manager → AccelerateWP_ tab an administrator has the opportunity to provide end-users with a suite of features, which on its turn could be activated by end-users.
14711471
To provide best experience,
1472-
[activate free features for all end-users](/cloudlinux-os-plus/#activate-free-acceleratewp-for-all-users).
1472+
[activate free features for all end-users](/cloudlinux-os-plus/#activate-free-acceleratewp-for-all-wp-sites-on-the-server).
14731473
14741474
![](/images/AWPAdmin.png)
14751475
@@ -1512,30 +1512,31 @@ You may use the following filters to browse AccelerateWP statistics slices.
15121512
* `Users with AccelerateWP Premium only` filter will show statistics for users who utilizes AccelerateWP Premium (Object Caching) feature; users who did not activated AccelerateWP Premium feature will be hidden
15131513
15141514
1515-
### Activate free AccelerateWP for all users
1515+
### Activate free AccelerateWP for all WP sites on the server
15161516
Use the `cloudlinux-awp-admin enable-feature` CLI command to
1517-
ensure the best performance for every user. CLI command scans a
1518-
server for all WP sites and activates the AccelerateWP feature
1519-
suite for all users. Users with page caching or feature
1520-
incompatibilities will be skipped.
1517+
ensure the best performance for every end-user. CLI command
1518+
scans a server for all WP sites and activates the AccelerateWP
1519+
feature suite. CLI command skips activation for WP sites with
1520+
page caching or feature incompatibilities.
15211521
15221522
Scan the server in background mode and activate AccelerateWP
1523-
where possible:
1523+
on those WP sites where it is possible:
15241524
```
15251525
cloudlinux-awp-admin enable-feature --all
15261526
```
1527-
The output will state the number of users to be scanned and
1528-
that the process is in progress.
1527+
The output will state the number of users for the scan and the
1528+
progress state of the process.
15291529
1530-
Check the status of activation:
1530+
Check activation status:
15311531
```
15321532
cloudlinux-awp-admin enable-feature --status
15331533
```
15341534
The output will be either:
15351535
* Activation is still in progress,
15361536
* Activation is done. The message will state how many users
1537-
were initially for the scan and for how many users AccelerateWP
1538-
was successfully activated.
1537+
were initially for the scan, a number of WP sites with
1538+
successfully activated suite, and the total number of WP sites
1539+
scanned.
15391540
15401541
### Disable AccelerateWP for a particular user
15411542
Use CLI commands to disable undesired optimization suites for a single user.

0 commit comments

Comments
 (0)