Two example like this:
1st response took 0.5 seconds,
2nd response took 8.2 seconds.
I put output response info below.
First response (0.5 seconds)
[info] => Array
(
[url] => https://api.twitter.com/1.1/followers/ids.json?cursor=-1&screen_name=jack
[content_type] => application/json;charset=utf-8
[http_code] => 200
[header_size] => 900
[request_size] => 624
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.555656
[namelookup_time] => 2.1E-5
[connect_time] => 0.124162
[pretransfer_time] => 0.396316
[size_upload] => 0
[size_download] => 6053
[speed_download] => 10893
[speed_upload] => 0
[download_content_length] => 6053
[upload_content_length] => 0
[starttransfer_time] => 0.555524
[redirect_time] => 0
[certinfo] => Array
(
)
[primary_ip] => 199.16.156.199
[redirect_url] =>
[request_header] => GET /1.1/followers/ids.json?cursor=-1&screen_name=jack HTTP/1.1
User-Agent: tmhOAuth 0.8.4+SSL - //github.com/themattharris/tmhOAuth
Host: api.twitter.com
Accept: */*
Accept-Encoding: deflate, gzip
Authorization: OAuth oauth_consumer_key="i_hide_this", oauth_nonce="i_hide_this", oauth_signature="%i_hide_this%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1422194200", oauth_token="i_hide_this", oauth_version="1.0"
X-NewRelic-ID: i_hide_this
X-NewRelic-Transaction: i_hide_this
)
Second response: (8.2 seconds)
[info] => Array
(
[url] => https://api.twitter.com/1.1/followers/ids.json?cursor=-1&screen_name=jack
[content_type] => application/json;charset=utf-8
[http_code] => 200
[header_size] => 901
[request_size] => 630
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 8.208005
[namelookup_time] => 2.8E-5
[connect_time] => 7.403713
[pretransfer_time] => 7.795641
[size_upload] => 0
[size_download] => 22170
[speed_download] => 2701
[speed_upload] => 0
[download_content_length] => 22170
[upload_content_length] => 0
[starttransfer_time] => 7.961289
[redirect_time] => 0
[certinfo] => Array
(
)
[primary_ip] => 199.16.156.40
[redirect_url] =>
[request_header] => GET /1.1/followers/ids.json?cursor=-1&screen_name=jack HTTP/1.1
User-Agent: tmhOAuth 0.8.4+SSL - //github.com/themattharris/tmhOAuth
Host: api.twitter.com
Accept: */*
Accept-Encoding: deflate, gzip
Authorization: OAuth oauth_consumer_key="i_hide_this", oauth_nonce="i_hide_this", oauth_signature="i_hide_this", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1422193103", oauth_token="i_hide_this", oauth_version="1.0"
X-NewRelic-ID: i_hide_this
X-NewRelic-Transaction: i_hide_this
)