I have a very simple script, one GET call to an API endpoint.
It takes an ID number and returns payload of demographics.
Script runs but because it is just a single call i dont get times in the results.
I just want to know how long each GET/Response took similar to what you would get for a page request.
Is there an easy way to do this or can a timer be placed before and after call to record rough time?
Thanks
David