Skip to content

Commit

Permalink
Add HTTP debug header, mozfr#593
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegennok committed Feb 14, 2016
1 parent 2a5cefb commit 987bd92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/classes/Transvision/Utils.php
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 987bd92

Please sign in to comment.