diff --git a/app/classes/Transvision/Utils.php b/app/classes/Transvision/Utils.php index 4ed12ff4..951b8354 100644 --- a/app/classes/Transvision/Utils.php +++ b/app/classes/Transvision/Utils.php @@ -360,6 +360,7 @@ public static function logScriptPerformances() . round((microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']), 4); error_log($memory); error_log($render_time); + header('Transvision-perf: ' . $memory . '; ' . $render_time); } }