Webpage Analyzer - "No Data Available" error message in Pagespeed Insights tab

Webpage Analyzer - "No Data Available" error message in Pagespeed Insights tab

Step 1:  Check for plugins

  1. Check if plugins are present under the folder path <APM home>/working/. If it is not present, then download the plugins and place it in the mentioned path.
    1. Refer here to know more about prerequisites for adding Webpage Analyzer monitor.
  2. Once the plugins are placed properly, check if pagespeed_bin file is present under <APM home>/working/wpaAddons/PageSpeedInsights/ folder.

Step 2:  Run pagespeed_bin command

  1. Open terminal from <APM home>/working/wpaAddons/PageSpeedInsights/ folder.
  2. Run the following command and check if it returns any result. (attached a sample screenshot below)
  3. Quote
    <APM home>/working/wpaAddons/PageSpeedInsights/pagespeed_bin

                  
  1. If it returns "Permission Denied", grant permission by executing the following command and check again
    chmod a+x  <APM home>/working/wpaAddons/PageSpeedInsights/pagespeed_bin
  2. If it returns "No such file or directory" follow Step 3


Step 3 : Find dynamic loader required 

  1. Run the following command
    and check if it returns loader names.
    ldd <APM home>/working/wpaAddons/PageSpeedInsights/pagespeed_bin
  2. If it returns "not a dynamic executable" run the following command
    to install the library. Once the library is installed, run the previous command and check if it returns loader names now.
    sudo apt-get install gcc-multilib
  3. Sample Screenshots

     
  1. If any loaders are marked as not found, install those libraries.
  2. Now again execute the below command and check if it returns the the result as mentioned in Step 2.
    <APM home>/working/wpaAddons/PageSpeedInsights/pagespeed_bin


If the issue still exists share the below information for further analysis

  1. Result of executing pagespeed_bin command.
  2. Support information file.

                    New to ADSelfService Plus?

                      • Related Articles

                      • Webpage Analyzer - Troubleshooting

                        Prerequisites: Web Page Accessibility: Ensure the web page monitored is accessible from the machine where the Applications Manager is installed. Proxy Configuration: If a proxy is required to access the URL, ensure that the same proxy settings are ...
                      • Steps for upgrading WPA Plugin

                        To upgrade Web Page Analyzer (WPA) Plugin, Follow the steps given below Stop the Applications Manager. Navigate to the <ApplicationsManager_Home>/working directory. Then locate the "wpaAddons" folder and delete it. Download the compatible Plugin from ...
                      • GPU tab shows "No data available"

                        GPU Stats Enabled but No GPU Data Collected (Linux) Problem GPU Stats is enabled for the Linux server, but no GPU metrics are displayed because the collection returned no data. Cause Applications Manager collects GPU metrics using the nvidia-smi ...
                      • APM Insight monitor is UP, but monitor page doesn't show any data

                        Possible Causes The APM Insight monitor status corresponds to the respective agent folder pointed Java Application status i.e., as long as the Application server is running, the monitor status will be UP. 1. No Transactions Recorded: It is possible ...
                      • How to troubleshoot when having error 'No data available' for Network tab in Novell server?

                        Novell: Possible Scenario -  I get a "No data available" message for Inode Usage while trying to monitor servers. Solution: The connection must be established only through TELNET or SSH mode.  Check whether the below command runs and displays ...