Commit 04f76612 authored by Taylor Otwell's avatar Taylor Otwell

remove elapsed time from front controller.

parent a5aaf33f
...@@ -8,6 +8,9 @@ ...@@ -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));
// -------------------------------------------------------------- // --------------------------------------------------------------
...@@ -28,6 +31,4 @@ $public = __DIR__; ...@@ -28,6 +31,4 @@ $public = __DIR__;
// -------------------------------------------------------------- // --------------------------------------------------------------
// Launch Laravel. // Launch Laravel.
// -------------------------------------------------------------- // --------------------------------------------------------------
require $laravel.'/laravel.php'; require $laravel.'/laravel.php';
\ No newline at end of file
echo number_format((microtime(true) - LARAVEL_START) * 1000, 2);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment