Search Intent

#992658
  • Resolved Bill Beaver
    Rank Math free

    I tried running bulk intent but got this message:
    cURL error 28: Operation timed out after 5001 milliseconds with 0 bytes received

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    We apologize for the issue you are facing with the cURL error while trying to run the bulk intent. This error typically indicates that the request to the server is timing out, which can happen due to various reasons such as server response delays or network issues.

    To help resolve this, we recommend checking the following:

    1. Server Performance: Ensure that your server is performing well and not overloaded.
    2. Network Connectivity: Check your internet connection to ensure it is stable.
    3. Timeout Settings: If possible, consider increasing the timeout settings in your server configuration.

    If the issue persists, please reply to this ticket with your site URL so that a human agent from our support team can assist you further. Thank you for raising this concern!

    Hello,

    Your website cURL response is not able to handle that many process at a time.

    We would recommend splitting this into smaller batches so that your server can handle all the processes from the batch.

    You should also get in touch with your web host to increase the PHP values on your site (if not yet):

    PHP Memory Limit: 512M
    Max input time: 150
    PHP time limit: 120
    PHP max input variables: 1000

    Looking forward to helping you.

    I’m already beyond those settings.
    max_execution_time = 2000M
    post_max_size = 2000M
    upload_max_filesize = 2000M
    memory_limit = 2000M

    Hello,

    Could you please share the affected website URL so we can check as well?

    The Search intent feature is only available to PRO users.

    It seems that you’re currently using the Rank Math PRO plugin, but the account you used to open this ticket is a free account.

    Can you please search and forward a receipt from FastSpring.com so we can locate your account and verify it?

    The error is related to the server connection, and not from Rank Math. The issue is with the cURL library (used by the SEO Analyzer) not being able to complete the request due to server-side constraints, often caused by server load or configurations.

    Meanwhile, please follow this guide to see if this fixes the issue for you.
    https://www.wpbeginner.com/wp-tutorials/how-to-fix-curl-error-28-connection-timed-out-after-x-milliseconds/

    If that doesn’t fixes the issue for you, please update this Rank Math file via FTP or CPanel’s file manager:

    plugins/seo-by-rank-math/includes/modules/seo-analysis/class-seo-analyzer.php

    From there, change the following line (line number 541):
    $request = wp_remote_get( $api_url, [ 'timeout' => 30 ] );

    Increase the timeout value to 60:
    $request = wp_remote_get( $api_url, [ 'timeout' => 60 ] );

    Once done, check the SEO Analyzer again.

    Please note that you may need to modify the code above each time you update Rank Math.

    If the issue persists, please get in touch with your web host to see if they can fix the issue for you. This is because the issue is most likely a server time-out issue.

    Let us know how it goes. We are here to assist you.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The ticket ‘Search Intent’ is closed to new replies.