1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2023-03-16 19:31:47 -03:00
parent 414178a861
commit 5c9fc47138
4 changed files with 30 additions and 31 deletions

View file

@ -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));
}