{if $bIsShowStatsPerformance and $oUserCurrent and $oUserCurrent->isAdministrator()}
{hook run='statistics_performance_begin'} {hook run='statistics_performance_item'}

MySql

query: {$aStatsPerformance.sql.count}
time: {$aStatsPerformance.sql.time}

Cache

query: {$aStatsPerformance.cache.count}
— set: {$aStatsPerformance.cache.count_set}
— get: {$aStatsPerformance.cache.count_get}
time: {$aStatsPerformance.cache.time}

PHP

time load modules: {$aStatsPerformance.engine.time_load_module}
full time: {$iTimeFullPerformance}
{hook run='statistics_performance_end'}
{/if}