Skip to content

Commit ee93be2

Browse files
committed
Update
1 parent 85e035e commit ee93be2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
<?php
189189
$features = [
190190
'Live RAM consumption graphs',
191+
'Interactive memory map of cached scripts, sized by RAM usage',
191192
'Examine individually compiled PHP scripts',
192193
'Force-invalidate specific files on demand',
193194
'Compiler optimization suggestions',

src/opcache-gui-alternative.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@
5252
</div>
5353

5454
<div>
55-
<h3 class="text-xl font-bold text-opcache mb-2">4. Easy Deployment</h3>
55+
<h3 class="text-xl font-bold text-opcache mb-2">4. Cached Scripts Memory Map</h3>
56+
<p class="text-gray-600 dark:text-gray-400">An interactive treemap visualizes every cached PHP script sized by its memory consumption. Click a folder to zoom in and instantly see which parts of your codebase use the most OPcache memory.</p>
57+
</div>
58+
59+
<div>
60+
<h3 class="text-xl font-bold text-opcache mb-2">5. Easy Deployment</h3>
5661
<p class="text-gray-600 dark:text-gray-400">Install it exactly how you want. Whether you prefer a quick Docker container, a Composer dependency, or a standalone manual installation, phpCacheAdmin adapts to your workflow.</p>
5762
</div>
5863
</div>

0 commit comments

Comments
 (0)