N°3985 - Performance checks on the back end - better KPI logs

This commit is contained in:
Eric
2021-08-26 17:14:46 +02:00
parent 67cd5e321e
commit 1ab2b9c5d4
3 changed files with 1 additions and 73 deletions

View File

@@ -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;
}