X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=boot.php;h=2242ba476d85f06e811eb872b4f435f5c2625ec0;hb=f4a65cf6ca3d4ea69ac5e9d3a11c75f484b0dda1;hp=963f5c454ab622a7d215d03476ee48b0c008d7b8;hpb=571d1544e4ca30b3c4b591322b53bf8d62caddea;p=friendica.git diff --git a/boot.php b/boot.php index 963f5c454a..2242ba476d 100644 --- a/boot.php +++ b/boot.php @@ -553,6 +553,7 @@ class App { $this->performance["rendering"] = 0; $this->performance["parser"] = 0; $this->performance["marktime"] = 0; + $this->performance["markstart"] = microtime(true); $this->callstack["database"] = array(); $this->callstack["network"] = array();