{* * Page Cache Ultimate, Page Cache standard and Speed pack are powered by Jpresta (jpresta . com) * * @author Jpresta * @copyright Jpresta * @license See the license of this module in file LICENSE.txt, thank you. *}
|
|
|
|---|---|
| {l s='TTFB' mod='pagecache'} | |
| {l s='Cache type' mod='pagecache'} | {l s='No cache available :-(' mod='pagecache'} {l s='Server cache :-)' mod='pagecache'} {l s='Browser cache :-D (press F5 to refresh)' mod='pagecache'} {l s='Prestashop Static cache :-D' mod='pagecache'} {l s='Back/forward cache (like browser cache, press F5 to refresh)' mod='pagecache'} {l s='Cache disabled' mod='pagecache'} |
| {l s='Can be cached' mod='pagecache'} | {$cacheable|escape:'html':'UTF-8'} {if $cacheable === 'false'} ({$cacheable_reason|escape:'html':'UTF-8'}){/if} |
| {l s='Server cache timeout' mod='pagecache'} | {$timeout_server|escape:'html':'UTF-8'} |
| {l s='Browser cache duration' mod='pagecache'} | {$timeout_browser|escape:'html':'UTF-8'} |
| {l s='Controller' mod='pagecache'} | {$controller|escape:'html':'UTF-8'} |
| {l s='Currency' mod='pagecache'} | {$currency|escape:'html':'UTF-8'} |
| {l s='Country/State/zipcode' mod='pagecache'} | {$loc_tax|escape:'html':'UTF-8'} |
| {l s='Country' mod='pagecache'} | {$country|escape:'html':'UTF-8'} |
| {l s='Cache key' mod='pagecache'} | {$cache_key|escape:'html':'UTF-8'} |
| {l s='Groups' mod='pagecache'} | {$groups|escape:'html':'UTF-8'} |
| {l s='From cache' mod='pagecache'} | {$from_cache|escape:'html':'UTF-8'} |
| {l s='Performances' mod='pagecache'} | {l s='Server cache used' mod='pagecache'} {$hit|escape:'html':'UTF-8'} {l s='times and built' mod='pagecache'} {$missed|escape:'html':'UTF-8'} {l s='times' mod='pagecache'} => {$perfs|escape:'html':'UTF-8'} |