mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Log the page execution performance
This commit is contained in:
parent
e086e56354
commit
e645d45c2d
2 changed files with 43 additions and 1 deletions
|
@ -449,6 +449,15 @@ return [
|
|||
// Optimizes all tables instead of only tables like workerqueue or the cache
|
||||
'optimize_all_tables' => false,
|
||||
|
||||
// page_execution_logfile (Path)
|
||||
// Name of a logfile to log slow page executions.
|
||||
'page_execution_logfile' => '',
|
||||
|
||||
// page_execution_log_limit (Integer)
|
||||
// If a page execution lasts longer than this value in seconds it is logged.
|
||||
// Inactive if system => page_execution_logfile is empty.
|
||||
'page_execution_log_limit' => 2,
|
||||
|
||||
// paranoia (Boolean)
|
||||
// Log out users if their IP address changed.
|
||||
'paranoia' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue