Merge remote-tracking branch 'upstream/develop' into 1610-performance
This commit is contained in:
commit
3f0656fdbd
5 changed files with 28 additions and 22 deletions
2
boot.php
2
boot.php
|
|
@ -1104,7 +1104,7 @@ class App {
|
|||
}
|
||||
|
||||
function save_timestamp($stamp, $value) {
|
||||
if (!isset($a->config['system']['profiler']) || !$a->config['system']['profiler'])
|
||||
if (!isset($this->config['system']['profiler']) || !$this->config['system']['profiler'])
|
||||
return;
|
||||
|
||||
$duration = (float)(microtime(true)-$stamp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue