{* * 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. *}

{if $avec_bootstrap}{else}{/if} {l s='Options' mod='pagecache'}

{l s='Enable cache for visitors that are logged in (recommended)' mod='pagecache'}
{l s='Here you can force the customizable products to be cached but make sure that customizations of visitors are not stored into the cache.' mod='pagecache'}
{l s='Avoid same page linked with different URLs to use different cache. Should only be disabled when you have a lot of links in a page (> 500).' mod='pagecache'}
{l s='Add a "nocache" parameter in the URL after logout to avoid the browser cache to be used.' mod='pagecache'}
0}checked{/if}> {* *}
{l s='Logs informations into the Prestashop logger. You should only enable it to debug or understand how the cache works.' mod='pagecache'}
{l s='URL parameters are used to identify a unique page content. Some URL parameters do not affect page content like tracking parameters for analytics (utm_source, utm_campaign, etc.) so we can ignore them. You can set a comma separated list of these parameters here.' mod='pagecache'}
{l s='Only used for demo' mod='pagecache'}
{l s='If checked, the header hook will be executed so javascript variables added in this hook by other modules will be refreshed' mod='pagecache'}
{l s='If checked, the cache will be checked in dispatcher hook (not dispatcherBefore) which is slower but compatible with some modules like securitypro' mod='pagecache'}
{l s='Every' mod='pagecache'} {l s='sales' mod='pagecache'}
{l s='When stock is not displayed on product page then you can set how often the cache of the product page should be refreshed when the quantity is greater than the quantity that displays a "last items..."' mod='pagecache'}
{l s='When a product is back in stock the cache will be refreshed like if the product was a new one' mod='pagecache'}
{l s='Used by the cache warmer to split the list of URLs to browse if it takes much time to generate. Must be between 1s and 480s, we recommend 30s.' mod='pagecache'}
{l s='Let this value to 0 until you have a really good reason to limit the number of rows into the cache' mod='pagecache'}
{l s='Usefull to ignore links of a mega menu (for exemple) that are not necessary for automatic refreshment. This will decrease the size of the backlinks table (jm_pagecache_bl). Exemple: .' mod='pagecache'}
{l s='Usefull to ignore links of a side mobile menu (for exemple) that are not necessary for automatic refreshment. This will decrease the size of the backlinks table (jm_pagecache_bl). Exemple: .' mod='pagecache'}
{l s='You can avoid some pages to be cached. Setup a regular expression that will match URLs that must not be cached. Read https://www.php.net/manual/en/reference.pcre.pattern.syntax.php for more informations. Use https://regex101.com/ to test your regular expression.' mod='pagecache'}
{if count($pagecache_currencies_to_cache) === 0} {l s='No currency are enabled on the shop' mod='pagecache'} {/if} {foreach $pagecache_currencies_to_cache as $cur_iso_code => $cur_state} {/foreach}
{l s='Here you can avoid some currencies to be cached, usefull when the rate changes everyday.' mod='pagecache'}
{l s='Store statistics on TTFB, recommended if you subscribed to the cache-warmer but you should disable it if you have a large amount of visitors every day' mod='pagecache'}