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