I suppose you're using the API method of creating Google Spreadsheet tables? If that's true, can you please try using this filter in your functions.php of your theme or child theme?
/**
* Extend http timeout duration to 25 seconds
*
* @param int $timeout The timeout duration in seconds. Default is 5
*
* @return int The filtered timeout duration in seconds.
*/
function __extend_http_request_timeout( $timeout ) {
return 25; // Value in seconds. We believe that 25 will be enough, if not increase it
}
add_filter( 'http_request_timeout', '__extend_http_request_timeout' );
If that doesn't help, try the following suggestions from the link below:
Hi there,
is it possible to change the table type from google sheets to normal table?
Recently Im getting "Resolving timed out after 5514 milliseconds".
Best,
Tobi
Hello Tobi
Table type cannot be changed.
I suppose you're using the API method of creating Google Spreadsheet tables? If that's true, can you please try using this filter in your functions.php of your theme or child theme?
If that doesn't help, try the following suggestions from the link below:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-curl-error-28-connection-timed-out-after-x-milliseconds/
Please let me know if that helped.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi there,
I embed the tables via URL. I tried the code but it is not working. Everytime another table times out. I have 3-4 on one page.
How big are those tables, Tobi?
If they pull a lot of data, the loading times will increase, and the page will eventually break.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables