At the end of Headrer <br />Add<br /><br /><?php<br />global $StartTime;<br />$mt = microTime();<br />list($micro,$mtime) = explode(' ' , $mt);<br />$StartTime = $micro $mtime;<br />?><br /><br />At the end of footer<br />Add<br /><br /><?php<br />global $StartTime;<br />$mt = microTime();<br />list($micro,$mtime) = explode(' ' , $mt);<br />$EndTime = $micro $mtime;<br />$TotalTime = ($EndTime - $StartTime);<br />printf("<center><font size=\"-1\">execution time: %f seconds.</font></center>", $TotalTime);<br />?><br /><br />[:blue]You'll see how w3t is really fast, compared to other packages.</font color=blue><br /><br />[:red]N.B It's not adviced to keep this hack permanently!</font color=red>