mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°3985 - Performance checks on the back end
This commit is contained in:
@@ -780,6 +780,8 @@ HTML;
|
||||
*/
|
||||
public function output()
|
||||
{
|
||||
$oKpi = new ExecutionKPI();
|
||||
|
||||
// Data to be passed to the view
|
||||
$aData = [];
|
||||
|
||||
@@ -886,6 +888,7 @@ HTML;
|
||||
header($sHeader);
|
||||
}
|
||||
}
|
||||
$oKpi->ComputeAndReport(get_class($this).' prepare output');
|
||||
|
||||
|
||||
// Render final TWIG into global HTML
|
||||
|
||||
Reference in New Issue
Block a user