This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Page load version check

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18998
    fcweb1fcweb1
    Participant

    Hi, We are running behind firewall as an intranet, since install the site has slowed down, I have installed query check and got this result:

    Method URL
    Status

    Caller
    Component

    Timeout Time
    GET http://update.wp-dreams.com/version/asp.txt
    ?t=1534505536
    cURL error 28: Connection timed out after 2000 milliseconds
    + Toggle button
    asp_updates->getData()
    Plugin: ajax-search-pro 2 2.0018
    Total: 1
    WP_PROXY_HOST: 172.17.101.249
    WP_PROXY_PORT: 8888
    WP_PROXY_BYPASS_HOSTS: localhost

    Any ideas how to resolve?
    Thanks

    #18999
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    That is the plugin version check module.

    If you put this line to the wp-config.php file in your root directory, then it will not be executed:

    [php]define(‘WP_HTTP_BLOCK_EXTERNAL’, true);[/php]

    It will also prevent any off-network URL checks on the whole installation.

    #19002
    fcweb1fcweb1
    Participant

    Thanks very much..fixed

    #19003
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Page load version check’ is closed to new replies.