* Remove count of dao::$cache for it has been removed.

This commit is contained in:
liugang
2024-05-17 11:14:58 +08:00
parent f9e15cf203
commit b186bc7e71
+1 -1
View File
@@ -44,7 +44,7 @@ class trace
'timeUsed' => round(getTime() - $this->app->startTime, 4) * 1000,
'memory' => round(memory_get_peak_usage() / 1024, 1),
'querys' => count(dao::$querys),
'caches' => count(dao::$cache),
'caches' => 0,
'files' => count(get_included_files()),
'session' => session_id()
);