mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°3985 - Performance checks on the back end
This commit is contained in:
@@ -272,8 +272,6 @@ else
|
||||
}
|
||||
$oP->Output();
|
||||
|
||||
$oKPI->ComputeAndReport('REST outputed');
|
||||
|
||||
// Log usage
|
||||
//
|
||||
if (MetaModel::GetConfig()->Get('log_rest_service'))
|
||||
@@ -295,7 +293,4 @@ if (MetaModel::GetConfig()->Get('log_rest_service'))
|
||||
$oLog->SetTrim('json_output', $sResponse);
|
||||
|
||||
$oLog->DBInsertNoReload();
|
||||
$oKPI->ComputeAndReport('Log inserted');
|
||||
}
|
||||
|
||||
ExecutionKPI::ReportStats();
|
||||
}
|
||||
Reference in New Issue
Block a user