{if $bIsShowStatsPerformance and $oUserCurrent and $oUserCurrent->isAdministrator()}

Statistics performance

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}
{/if}