Using simplexml_load_file to pull from tumblr - timing out every time

后端 未结 3 934
面向向阳花
面向向阳花 2021-01-26 07:49

My site is taking ~45 seconds to load. It\'s because I\'m pulling in some XML from tumblr, but I can\'t figure out if this is my server\'s fault, tumblr\'s fault, or some other

3条回答
  •  借酒劲吻你
    2021-01-26 08:09

    curl_setopt(**$s**,CURLOPT_TIMEOUT,5);
    

    Here should be $ch in reply by Ibu I think. But good example anyway! Thank you!

提交回复
热议问题