• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

WAMP/Wordpress - cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received

phpwordpresswamp


PHP Snippet 1:

max_execution_time = 30
max_input_time = 300
memory_limit = 128M
post_max_size = 32M
upload_max_size = 32M

PHP Snippet 2:

$response = wp_remote_get( $url,
    array(
        'timeout'     => 60, // <-- this one increase to 120 or more
    )
);

Related Snippets

How to get result of the formula on import xlsx with maatwebsite using Laravel? I get formula and not value of the formula

PHP: How to raise number to (tiny) fractional exponent?

WordPress + Nginx on non-standard port behind AWS ELB results in broken links

Invalid value in field "itemtype" in Google Search Console

mysql slow on updates for a well optimized query

Composer fails with kylekatarnls/update-helper on new homestead

Debugging Stripe Webhook Event

Using PHP to connect to a remote MSSQL database

Apply filter array/return terms

Get WooCommerce products from specific category

MySQL - Connection failed: No route to host

Multiply each value in array using array_map function

Laravel Blade checkbox not checked

Problem with fetching data from database in Laravel

Do I need to install `fxp/composer-asset-plugin` if I'm not doing front-end development

About Contact Privacy policy Terms and conditions