All,I have a PHP CURL request to an HTTPS site which takes a JSON and request and returns a JSON response. Usually it should not take more than 1 second. But, I have seen that the CURL response time is variable. Sometimes, it takes 4 seconds to respond and sometimes 1.2 seconds. Why is this so and How can I make it faster and process the whole request in less than a second?Following is the curl response times for the same request in 3 different times..\[code\]Array( => https://xx.xx.xxx.xx/site/y ...=> 1.292577 [redirect_time] => 0)\[/code\]