You can't find out how long the pages takes to RENDER at all -- rendering is something that happens client-side.

You can find out how long it takes to execute a script (on the server), which is what I assume you mean.

See Example 1 on http://www.php.net/microtime


Justin French


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to