Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
This tag implies latency is a significant consideration
0
votes
0answers
43 views
Social media buttons bringing site to a halt?
I've been developing a Wordpress theme that is optimized for mobile and it loads very fast on the sites i've been testing on. These sites get a 10K+ visitors a day so their not small sites but they ...
0
votes
2answers
72 views
Facebook Graph Latency
The following code fragment
for($i=0;$i<60;$i++){
$u[$i]=$_REQUEST["u".$i];
$pic[$i] =imagecreatefromjpeg("http://graph.facebook.com/".$u[$i]."/picture");
}
is taking more than 90 ...
0
votes
3answers
802 views
Speeding up Facebook Connect
I'm working on enabling facebook connect with my website, and it seems to work pretty good so far. However, loading the facebook api library on every page of my site is bogging it way down. All the ...