• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Google PageSpeed Insights. Read timed out after 10 seconds

plesky

New Pleskian
When I try to open the Google PageSpeed Insights extension for one of the websites on our server it shows "Read timed out after 10 seconds"

It works fine for all the other websites on the server.

We are running
OS ‪Ubuntu 16.04.2 LTS‬
Product Plesk Onyx
Version 17.5.3

Has anyone seen this before? Any idea how to fix?

thanks in advance
 
Try to repair settings of this site with

# plesk repair web site.com
 
Hello,

IMHO 10 seconds is for bigger sites to short time to perform test and get it to Plesk. I'm experiencing similar issue with some of bigger wordpress sites where vanilla test wordpress site returns valid results from Google Insights extesion.
 
From Plesk support ticket to anyone who is experiencing this issue:

I got a word from our developers. Just to confirm, the extension uses a 10 second default timeout which is the Zend_Http_Client timeout. As this extension is open source it can be modified in the following file and line: plesk/ext-pagespeed-insights:
$client = new Zend_Http_Client();

Please follow these steps to modify the timeout:

  1. Connect to the server via SSH

  2. Modify the following file:
    • vi /usr/local/psa/admin/plib/modules/pagespeed-insights/library/Helper.php
  3. Look for the line $client = new Zend_Http_Client(); and modify as follows:
    • $client = new Zend_Http_Client('http://example.org', array('timeout' => 30));
      Note: set timeout in seconds.

I have already created a request to our developers to increase this default value to a higher one. I will contact you again within 2 business days or as soon as I receive an update on this matter.
 
I can see lots details about Google Speed Insights but I can’t find anything good about Backend Error. I’m trying to solve the problem but nothing works. The problem is connected with: Moje Blog – Kolejna witryna WordPress


The website has DNS (Cloudflare) and Wordpress + Newspaper.


Is there something different I can check? So far nothing has worked.
 
Back
Top