mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
added simple build-in profiling
This commit is contained in:
parent
29ade1d9b9
commit
9796e99fa8
5 changed files with 64 additions and 2 deletions
|
@ -41,6 +41,7 @@ require_once("dba.php");
|
|||
$db = new dba($db_host, $db_user, $db_pass, $db_data, $install);
|
||||
unset($db_host, $db_user, $db_pass, $db_data);
|
||||
|
||||
require_once('util/profiler.php');
|
||||
|
||||
if(! $install) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue