mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:44:23 +02:00
Improved page rendering speed logging
This commit is contained in:
parent
0747eb4961
commit
7ae500f28d
2 changed files with 12 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue