{formfeedback hash=$feedback}
{jstabs}
{jstab title="Opcode and memory caching"}
{/jstab}
{jstab title="File Caching"}
{legend legend="All Cached Files"}
| {tr}Cache Area{/tr} |
{tr}Relative Path{/tr} |
{tr}Files{/tr} |
{tr}Size{/tr} |
{tr}Actions{/tr} |
{foreach from=$diskUsage key=key item=item}
| {$item.title} |
{$item.path|replace:$smarty.const.BIT_ROOT_PATH:""|replace:"//":"/"} |
{$item.du.count} |
{$item.du.size|display_bytes} |
{smartlink ititle=Empty biticon="user-trash" prune=$key} |
{/foreach}
{/legend}
{legend legend="Cached Template Files by Language"}
| {tr}Language{/tr} |
{tr}Relative Path{/tr} |
{tr}Files{/tr} |
{tr}Size{/tr} |
{tr}Actions{/tr} |
{foreach from=$templates key=key item=item}
| {$item.title} |
{$item.path|replace:$smarty.const.BIT_ROOT_PATH:""|replace:"//":"/"}{$key} |
{$item.du.count} |
{$item.du.size|display_bytes} |
{smartlink ititle="Compile Templates" biticon="edit" compiletemplates=$key} |
{/foreach}
{/legend}
{/jstab}
{/jstabs}