Sitemap not work with QUIC Cloud CDN
-
Hello support team,
Litespeed Cache works perfectly before I use QUIC Cloud CND. But after using QUIC Cloud CDN, the sitemap crawler not works anymore. I got the error “No valid sitemap parsed for crawler”.
I have created a PHP file with the content below (my sitemap link has been replaced):
<?php require( './wp-load.php' ); $response = wp_remote_get( 'https://xxx' ); echo '<pre>'; var_dump($response); echo '</pre>';
And I got the output:
object(WP_Error)#17516 (3) { ["errors"]=> array(1) { ["http_request_failed"]=> array(1) { [0]=> string(59) "cURL error 28: Connection timed out after 5001 milliseconds" } } ["error_data"]=> array(0) { } ["additional_data":protected]=> array(0) { } }
If I enable bypass CDN in QUIC Cloud CDN setting or disable CDN then the sitemap works again.
Please help me resolve this problem, thank you all!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Sitemap not work with QUIC Cloud CDN’ is closed to new replies.