Random Programming Notes: This is a screenshot from Firebug’s timer for AJAX calls.  Each call is calling an internal PHP page that pulls an API from one of three different services (Facebook, Twitter and Tumblr).  Notice two are almost identical in response time (this happens nearly every time).  
The one call that is different of the three (responding over 9 seconds after the call is originally made) is Tumblr.

Random Programming Notes: This is a screenshot from Firebug’s timer for AJAX calls.  Each call is calling an internal PHP page that pulls an API from one of three different services (Facebook, Twitter and Tumblr).  Notice two are almost identical in response time (this happens nearly every time).  

The one call that is different of the three (responding over 9 seconds after the call is originally made) is Tumblr.