Improved page rendering speed logging

This commit is contained in:
Michael Vogel 2022-09-20 16:30:56 +02:00
parent 0747eb4961
commit 7ae500f28d
2 changed files with 12 additions and 7 deletions

View file

@ -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