$starttime = microtime(true); // Top of page $endtime = microtime(true); // End of the page. printf("Converse start page call in %f seconds \r\n", $endtime - $starttime);