jasonrichardsmith Posted March 2, 2011 Share Posted March 2, 2011 I have currently developed a script that consumes a web service. It is running real slow. I think this is due to the web service provider. How do I diagnose/measure this? Quote Link to comment Share on other sites More sharing options...
btherl Posted March 2, 2011 Share Posted March 2, 2011 You can record the system time before and after the request, then subtract the start time from the end time. http://php.net/manual/en/function.microtime.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.