mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Commented out benchmark line for now until fixed - API now working again.
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user