diff --git a/src/views/admin/advanced/cache.tpl b/src/views/admin/advanced/cache.tpl index c89e25feb6..aa38de4da4 100644 --- a/src/views/admin/advanced/cache.tpl +++ b/src/views/admin/advanced/cache.tpl @@ -1,94 +1,102 @@
-
-
[[admin/advanced/cache:post-cache]]
-
-
- {postCache.itemCount}
- -
- {postCache.avgPostSize}
- -
- {postCache.length} / {postCache.max}
- -
-
- [[admin/advanced/cache:percent-full, {postCache.percentFull}]] +
+
+
+
[[admin/advanced/cache:post-cache]]
+
+
+ {postCache.itemCount}
+ +
+ {postCache.avgPostSize}
+ +
+ {postCache.length} / {postCache.max}
+ +
+
+ [[admin/advanced/cache:percent-full, {postCache.percentFull}]] +
+
+ + {postCache.hits}
+ {postCache.misses}
+ {postCache.hitRatio}
+ +
+ + +
- - {postCache.hits}
- {postCache.misses}
- {postCache.hitRatio}
- -
- - -
-
- -
-
Object Cache
-
-
- {objectCache.length} / {objectCache.max}
-
-
- [[admin/advanced/cache:percent-full, {objectCache.percentFull}]] + +
+
+
Object Cache
+
+
+ {objectCache.length} / {objectCache.max}
+
+
+ [[admin/advanced/cache:percent-full, {objectCache.percentFull}]] +
+
+ + {objectCache.hits}
+ {objectCache.misses}
+ {objectCache.hitRatio}
- - {objectCache.hits}
- {objectCache.misses}
- {objectCache.hitRatio}
-
- - -
-
Group Cache
-
- -
- {groupCache.length} / {groupCache.max}
- -
-
- [[admin/advanced/cache:percent-full, {groupCache.percentFull}]] + +
+
+
Group Cache
+
+ +
+ {groupCache.length} / {groupCache.max}
+ +
+
+ [[admin/advanced/cache:percent-full, {groupCache.percentFull}]] +
+
+ + {groupCache.hits}
+ {groupCache.misses}
+ {groupCache.hitRatio}
- - {groupCache.hits}
- {groupCache.misses}
- {groupCache.hitRatio}
-
+
+
+
Local Cache
+
-
-
Local Cache
-
- -
- {localCache.length} / {localCache.max}
+
+ {localCache.length} / {localCache.max}
-
-
- [[admin/advanced/cache:percent-full, {localCache.percentFull}]] -
-
+
+
+ [[admin/advanced/cache:percent-full, {localCache.percentFull}]] +
+
- {localCache.hits}
- {localCache.misses}
- {localCache.hitRatio}
+ {localCache.hits}
+ {localCache.misses}
+ {localCache.hitRatio}
- -
{localCache.dump}
- + +
{localCache.dump}
+ +
+