Facebook Graph API 请求需要很长时间? (文件获取内容)
我正在使用 file_get_contents 从 Facebook graph API 检索内容(例如: https://graph.facebook.com/me< /a>),每个请求大约需要 5-10 秒。
关于为什么会发生这种情况的任何已知问题?当我从浏览器 ping url 时,速度非常快。这可能是我服务器上的设置吗?
I am using file_get_contents to retrieve stuff from the Facebook graph API (e.g: https://graph.facebook.com/me) and it takes like 5-10 seconds per request.
Any known issues on why this could be happening? When I ping the url from the browser it is really fast. Could it be a setting on my server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是可能的。使用这个 cURL 函数:
它运行得更快吗?
It is possible. Use this cURL function :
Does it work faster?