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 - Enhance KPIs
This commit is contained in:
@@ -27,10 +27,12 @@ class NiceWebPage extends WebPage
|
||||
|
||||
public function __construct($s_title, $bPrintable = false)
|
||||
{
|
||||
$oKpi = new ExecutionKPI();
|
||||
$this->m_sRootUrl = $this->GetAbsoluteUrlAppRoot();
|
||||
parent::__construct($s_title, $bPrintable);
|
||||
|
||||
$this->LoadTheme();
|
||||
$oKpi->ComputeStats(get_class($this).' creation', 'NiceWebPage');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user