Commented out benchmark line for now until fixed - API now working again.
这个提交包含在:
父节点
93d5fcc31d
当前提交
89227b6390
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -30,7 +30,7 @@ if(ENVIRONMENT == "development") {
|
|||
$debugElement->setAttribute("dbQuery", $data['queryInfo']['dbQuery']);
|
||||
$debugElement->setAttribute("clientVersion", $_SERVER['HTTP_USER_AGENT']);
|
||||
$debugElement->setAttribute("requestURI", $_SERVER['REQUEST_URI']);
|
||||
$debugElement->setAttribute("benchMark", $this->benchmark->marker['total_execution_time_start'].", ".$this->benchmark->marker['loading_time:_base_classes_start'].", ".$this->benchmark->marker['loading_time:_base_classes_end'].", ".$this->benchmark->marker['controller_execution_time_( api / add )_start']);
|
||||
# $debugElement->setAttribute("benchMark", $this->benchmark->marker['total_execution_time_start'].", ".$this->benchmark->marker['loading_time:_base_classes_start'].", ".$this->benchmark->marker['loading_time:_base_classes_end'].", ".$this->benchmark->marker['controller_execution_time_( api / add )_start']);
|
||||
}
|
||||
$queryElement->setAttribute("executionTime", $data['queryInfo']['executionTime']);
|
||||
$queryElement->setAttribute("logbookURL", $this->config->item('base_url'));
|
||||
|
|
|
|||
正在加载…
在新工单中引用