mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
Log the execution time
This commit is contained in:
parent
6eb70bea16
commit
4016a576d5
27 changed files with 67 additions and 6 deletions
|
@ -448,7 +448,7 @@ class System
|
|||
case 307:
|
||||
throw new TemporaryRedirectException();
|
||||
}
|
||||
|
||||
DI::page()->logRuntime();
|
||||
exit();
|
||||
}
|
||||
|
||||
|
@ -522,6 +522,7 @@ class System
|
|||
echo str_replace("\t", " ", $o);
|
||||
echo "</section>";
|
||||
echo "</body></html>\r\n";
|
||||
DI::page()->logRuntime();
|
||||
exit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue