Improved page rendering speed logging
This commit is contained in:
@@ -586,7 +586,7 @@ class App
|
||||
$this->profiler->set(microtime(true), 'classinit');
|
||||
|
||||
$moduleName = $this->args->getModuleName();
|
||||
$page->setLogging($this->args->getCommand(), $this->args->getMethod());
|
||||
$page->setLogging($this->args->getMethod(), $this->args->getModuleName(), $this->args->getCommand());
|
||||
|
||||
try {
|
||||
// Missing DB connection: ERROR
|
||||
|
||||
Reference in New Issue
Block a user