remove elapsed time from front controller.
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
* @link http://laravel.com
|
||||
*/
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Tick... Tock... Tick... Tock...
|
||||
// --------------------------------------------------------------
|
||||
define('LARAVEL_START', microtime(true));
|
||||
|
||||
// --------------------------------------------------------------
|
||||
@@ -28,6 +31,4 @@ $public = __DIR__;
|
||||
// --------------------------------------------------------------
|
||||
// Launch Laravel.
|
||||
// --------------------------------------------------------------
|
||||
require $laravel.'/laravel.php';
|
||||
|
||||
echo number_format((microtime(true) - LARAVEL_START) * 1000, 2);
|
||||
require $laravel.'/laravel.php';
|
||||
Reference in New Issue
Block a user