0

以下给了我 8 秒的页面加载

    $temp_facebook_comments = file_get_contents("https://graph.facebook.com/comments/?ids=" . $comment_page);
$facebook_comments = json_decode($temp_facebook_comments);
$facebook_comments_array = array();
if(isset($facebook_comments->{$comment_page}->comments->data))

我正在寻找一种添加异步关键字以延迟 facebook 加载的方法。

4

0 回答 0