You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloudlinux-os-plus/README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1468,6 +1468,8 @@ There are the following requirements to use AccelerateWP:
1468
1468
1469
1469
#### Overview
1470
1470
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.
1471
+
To provide best experience,
1472
+
[activate free features for all end-users](/cloudlinux-os-plus/#activate-free-acceleratewp-for-all-users).
1471
1473
1472
1474

1473
1475
@@ -1510,6 +1512,31 @@ You may use the following filters to browse AccelerateWP statistics slices.
1510
1512
* `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
1511
1513
1512
1514
1515
+
### Activate free AccelerateWP for all users
1516
+
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.
1521
+
1522
+
Scan the server in background mode and activate AccelerateWP
1523
+
where possible:
1524
+
```
1525
+
cloudlinux-awp-admin enable-feature --all
1526
+
```
1527
+
The output will state the number of users to be scanned and
1528
+
that the process is in progress.
1529
+
1530
+
Check the status of activation:
1531
+
```
1532
+
cloudlinux-awp-admin enable-feature --status
1533
+
```
1534
+
The output will be either:
1535
+
* Activation is still in progress,
1536
+
* 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.
1539
+
1513
1540
### Disable AccelerateWP for a particular user
1514
1541
Use CLI commands to disable undesired optimization suites for a single user.
0 commit comments