18Aug/07
This blog has been neglected due to the success of Solidshops.com
capture the loading time of your php pages
If you want to add a feature to your website that shows the loading time of the page just impliment the code below.
Offcourse php is a serverside language so the result is the time needed to generate the html on the server. This does not include sending the page back to the browsers who has to render it. But it's quite accurate.
PHP:
Popularity: 2% [?]


