Время выполнения PHP скрипта
$start = microtime(true); $time = microtime(true) - $start; printf('Скрипт выполнялся %.4F сек.', $time);