From 384d2b21fb5fe1e287ccfdbc9176ac5612f86137 Mon Sep 17 00:00:00 2001 From: zebardy Date: Tue, 19 Nov 2019 20:05:03 +0000 Subject: [PATCH] get timings for db-changed-time --- app.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app.php b/app.php index b60364e8..7d7d57d8 100644 --- a/app.php +++ b/app.php @@ -1,4 +1,7 @@ run(); -#fwrite($fp, "!!!App - Total dependency load time in seconds: " . $dep_load_time . "\n"); -#fwrite($fp, "!!!App - Total app creation time in seconds: " . $app_creation_time . "\n"); fwrite($fp, "!!!App - Total run time in seconds: " . round((microtime(true) - $run_time_start),6) . "\n"); -#fwrite($fp, "!!!App - Total execution time in seconds: " . round((microtime(true) - $time_start),6) . "\n"); +fwrite($fp, "!!!App - Total execution time in seconds: " . round((microtime(true) - $time_start),6) . "\n"); #fwrite($fp, "!!!APP - ini: ".print_r(ini_get_all(),TRUE)."\n"); #fwrite($fp, "!!!APP - opcache status: ".print_r(opcache_get_status(),TRUE)."\n"); #fwrite($fp, "!!!APP - opcache config: ".print_r(opcache_get_configuration(),TRUE)."\n");