php接口链接浏览器打开很快php很慢,php不管curl还是file_get_contents请求接口都很慢,但直接在浏览器里访问就很快,这是说明情况?...

简单用curl测了下,三次分别耗时0.229s, 0.127s和0.117s,挺快的呀。从浏览器访问也是这个速度。 LZ还是应该检查代码,是不是在其他地方有高耗时的操作 -- 代码看不出来的话就打点看看时间呗。

➜ ~ psysh

Psy Shell v0.6.1 (PHP 5.5.35 — cli) by Justin Hileman

>>>

>>>

>>>

>>> $x = curl_init('http://api.k780.com:88/?app=weather.today&weaid=%E9%9D%92%E6%B5%A6&appkey=10003&sign=b59bc3ef6191eb9f747dd4e83c99f2a4&format=json')

=> curl resource #291

>>> $s = microtime(true); curl_exec($x); $e = microtime(true);

{"success":"1","result":{"weaid":"41","days":"2016-08-09","week":"星期二","cityno":"qingpu","citynm":"青浦","cityid":"101020800","temperature":"33℃/27℃","temperature_curr":"29℃","humidity":"79%","weather":"阵雨","weather_curr":"阵雨","weather_icon":"http://api.k780.com:88/upload/weather/d/3.gif","weather_icon1":"","wind":"东风","winp":"2级","temp_high":"33","temp_low":"27","temp_curr":"29","humi_high":"0","humi_low":"0","weatid":"4","weatid1":"","windid":"10","winpid":"203"}}⏎

=> 1470706896.6087

>>> $e - $s

=> 0.22865319252014

>>> $s = microtime(true); curl_exec($x); $e = microtime(true);

{"success":"1","result":{"weaid":"41","days":"2016-08-09","week":"星期二","cityno":"qingpu","citynm":"青浦","cityid":"101020800","temperature":"33℃/27℃","temperature_curr":"29℃","humidity":"79%","weather":"阵雨","weather_curr":"阵雨","weather_icon":"http://api.k780.com:88/upload/weather/d/3.gif","weather_icon1":"","wind":"东风","winp":"2级","temp_high":"33","temp_low":"27","temp_curr":"29","humi_high":"0","humi_low":"0","weatid":"4","weatid1":"","windid":"10","winpid":"203"}}⏎

=> 1470706909.3393

>>> $e - $s

=> 0.12704491615295

>>> $s = microtime(true); curl_exec($x); $e = microtime(true);

{"success":"1","result":{"weaid":"41","days":"2016-08-09","week":"星期二","cityno":"qingpu","citynm":"青浦","cityid":"101020800","temperature":"33℃/27℃","temperature_curr":"29℃","humidity":"79%","weather":"阵雨","weather_curr":"阵雨","weather_icon":"http://api.k780.com:88/upload/weather/d/3.gif","weather_icon1":"","wind":"东风","winp":"2级","temp_high":"33","temp_low":"27","temp_curr":"29","humi_high":"0","humi_low":"0","weatid":"4","weatid1":"","windid":"10","winpid":"203"}}⏎

=> 1470706919.4255

>>> $e - $s

=> 0.11749792098999

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值