remove elapsed time from front controller.
This commit is contained in:
parent
a5aaf33fe5
commit
04f7661292
|
@ -8,6 +8,9 @@
|
|||
* @link http://laravel.com
|
||||
*/
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Tick... Tock... Tick... Tock...
|
||||
// --------------------------------------------------------------
|
||||
define('LARAVEL_START', microtime(true));
|
||||
|
||||
// --------------------------------------------------------------
|
||||
|
@ -29,5 +32,3 @@
|
|||
// Launch Laravel.
|
||||
// --------------------------------------------------------------
|
||||
require $laravel.'/laravel.php';
|
||||
|
||||
echo number_format((microtime(true) - LARAVEL_START) * 1000, 2);
|
Loading…
Reference in New Issue