mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
debug
This commit is contained in:
parent
1373d62c52
commit
a80b921927
1 changed files with 1 additions and 2 deletions
|
|
@ -507,8 +507,7 @@ App::init()
|
|||
throw new Exception(Exception::STORAGE_FILE_NOT_FOUND);
|
||||
}
|
||||
}
|
||||
$timerEnd= \microtime(true);
|
||||
var_dump('Timer: ' . $timerEnd - $timerStart);
|
||||
|
||||
$response
|
||||
->addHeader('Expires', \date('D, d M Y H:i:s', \time() + $timestamp) . ' GMT')
|
||||
->addHeader('X-Appwrite-Cache', 'hit')
|
||||
|
|
|
|||
Loading…
Reference in a new issue