I have a web site I am working on that downloads pages of different sizes.
Can anyone tell me the points in the code where I need to get time to allow me to tell how long the server took to serve the page and also how long it took the users end to recieve it.
I am currently taking time at the very beginning and end of the code and calling it the server time.
I am also taking the last time off the prior page and the beginning time off the current page and calling it the network time for the prior page.
Am I way off on my stats or calling them the wrong thing?
Thanks for any help