[ Index ] - [ View source ]
Executing 60 queries spread over 3 sites

Starting on http://www.google.com/
..........cURL completed in 0.41 seconds averaging 0.04 seconds
..........file_get_contents() completed in 0.64 seconds averaging 0.06 seconds

Starting on http://www.w3.org/
..........cURL completed in 4.65 seconds averaging 0.46 seconds
..........file_get_contents() completed in 6.28 seconds averaging 0.63 seconds

Starting on http://www.msn.com/
..........cURL completed in 7.13 seconds averaging 0.71 seconds
..........file_get_contents() completed in 8.41 seconds averaging 0.84 seconds

Executed 60 queries spread over 3 sites averaging 0.46

cURL
Queries:
30
Total time: 12.19 seconds
Avarage time: 0.41 seconds

file_get_contents()
Queries:
30
Total time: 15.33 seconds
Avarage time: 0.51 seconds

Conclusion:
On total cURL is quicker by 3.14 seconds
On avarage cURL is quicker by 0.1 seconds