<?php $start = microtime(true); usleep(1000000); $end = microtime(true) - $start; printf("Page was rendered in %f seconds".PHP_EOL, $end); printf("Page was rendered in %f milliseconds".PHP_EOL, $end*1000); printf("Page was rendered in %f microseconds".PHP_EOL, ($end*1000)*1000);
You have javascript disabled. You will not be able to edit any code.