mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
414178a861
commit
5c9fc47138
4 changed files with 30 additions and 31 deletions
|
@ -55,7 +55,7 @@ if (!empty($cache)) {
|
|||
}
|
||||
$cache->performance->cache->time = time();
|
||||
$cache->performance->cache->date = date('Y-m-d H:i:s');
|
||||
$cache->performance->cache->cache_duration = microtime(true) - $obj->start;
|
||||
$cache->performance->cache->cache_duration = microtime(true) - $obj->performance->start;
|
||||
$cache->performance->cache->human = humanTimingAgo($cache->performance->time, 2);
|
||||
die(_json_encode($cache));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue