When using AccelerateWP with CloudLinux OS Pro and X-Ray, you may occasionally encounter the message "No advice" for a website.
This usually indicates that the website doesn't have any slow pages, meaning there's currently nothing for AccelerateWP to optimize.
Understanding Why "No Advice" Appears
So under normal circumstances, once a website is created, X-Ray Autotrace begins monitoring the site's performance.
If any slow pages are detected, AccelerateWP will generate advice to improve optimization.
However, when no slow pages are found, AccelerateWP will display "No advice."
How to Troubleshoot and Fix the Issue
Follow these steps to resolve the issue and ensure that Autotrace is functioning properly:
Step 1: Verify Autotrace Status
To check whether Autotrace is active, log in to your server via SSH and run the following command:
/usr/sbin/cloudlinux-autotracing status
If Autotrace is running correctly, you should see this output:
{"result": "success", "status": "enabled"}
Step 2: Enable Autotrace If It's Not Running
If you do not see the expected output, you need to enable Autotrace. Use the following commands:
/usr/sbin/cloudlinux-ssa-manager enable-ssa
/usr/sbin/cloudlinux-autotracing enable --all
Step 3: Manually Trace Slow Pages
Once Autotrace is enabled, you can manually check for any slow pages on the website. This ensures that the tool is functioning correctly and can provide optimization advice if needed.
Best Practices
- Ensure that your server meets all requirements for running AccelerateWP and X-Ray.
- Monitor your website's performance regularly to catch any issues early.
- Keep your software updated to the latest versions for improved stability and performance.