[UPHPU] Using php to get page load time

Joseph Scott joseph at randomnetworks.com
Wed Apr 9 10:44:07 MDT 2008


On Apr 9, 2008, at 9:00 AM, Ben Reece wrote:

> Just for clarification -- this doesn't give you an accurate time of  
> how long it takes for your server to handle a given request, only  
> the execution time.  Since PHP, as a script language, has a lot of  
> overhead, the actual execution of the script is only part of it.   
> That's not even getting into the web server piece, or the client side.
>
> Anyway, the original request was for 'load time', not 'execution  
> time', so I figured I'd mention it.


To really get picky, that exact details of that execution time might  
differ depending on the server setup.  Having a byte cache like APC  
changes things quite a bit.

--
Joseph Scott
joseph at randomnetworks.com
http://joseph.randomnetworks.com/





More information about the UPHPU mailing list