mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
N°3985 - Performance checks on the back end - better KPI logs
This commit is contained in:
@@ -60,7 +60,6 @@ class AjaxRenderController
|
||||
$bShowObsoleteData = utils::ShowObsoleteData();
|
||||
}
|
||||
$oSet->SetShowObsoleteData($bShowObsoleteData);
|
||||
$oKPI = new ExecutionKPI();
|
||||
$aResult["draw"] = $iDrawNumber;
|
||||
$aResult["recordsTotal"] = $oSet->Count();
|
||||
$aResult["recordsFiltered"] = $oSet->Count();
|
||||
@@ -91,7 +90,6 @@ class AjaxRenderController
|
||||
array_push($aResult["data"], $aObj);
|
||||
}
|
||||
}
|
||||
$oKPI->ComputeAndReport('Data fetch and format');
|
||||
|
||||
return $aResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user