Accurately timing data transfers with Curl

curl_logoOne of the most important tasks when managing a web server is to ensure that content is being delivered to your visitors at a reasonable speed. This is also important when one of your applications uses an internet-based data source. One of our projects relies on frequent calls to a particular web API to gather data. We were experiencing significant delays during testing, and went to work to find the bottleneck. More →