php file_get_contents函数加速
ini_set('default_socket_timeout', 1);
$imgname = file_get_contents($image_path,false,stream_context_create(array('https' => array('header'=>'Connection: close\r\n'))));
//本地图片
$imgname = fopen(base_path().'/public/'.$img_url, "rb");