mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-08-28 14:52:21 +00:00
update debug message
This commit is contained in:
parent
9fe33a3b2c
commit
7ddb47619a
@ -1054,10 +1054,10 @@ echo '[manifests]' . PHP_EOL;
|
|||||||
echo ' processed: ' . $manifestsProcessed . PHP_EOL . PHP_EOL;
|
echo ' processed: ' . $manifestsProcessed . PHP_EOL . PHP_EOL;
|
||||||
|
|
||||||
echo '[HTTP]' . PHP_EOL;
|
echo '[HTTP]' . PHP_EOL;
|
||||||
echo 'Requests total:' . $httpRequestsTotal . PHP_EOL;
|
echo ' requests total:' . $httpRequestsTotal . PHP_EOL;
|
||||||
echo 'Requests size: ' . $httpRequestsSizeTotal . PHP_EOL;
|
echo ' requests size: ' . $httpRequestsSizeTotal . PHP_EOL;
|
||||||
echo 'Download size: ' . $httpDownloadSizeTotal . PHP_EOL;
|
echo ' download size: ' . $httpDownloadSizeTotal . PHP_EOL;
|
||||||
echo 'Requests time: ' . $httpRequestsTimeTotal . PHP_EOL . PHP_EOL;
|
echo ' requests time: ' . $httpRequestsTimeTotal . PHP_EOL . PHP_EOL;
|
||||||
|
|
||||||
echo '[MySQL]' . PHP_EOL;
|
echo '[MySQL]' . PHP_EOL;
|
||||||
echo 'queries count:' . PHP_EOL;
|
echo 'queries count:' . PHP_EOL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user