Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:cache:litemage:configuration:general_settings [2016/05/11 13:30]
Rob Holda
litespeed_wiki:cache:litemage:configuration:general_settings [2017/06/06 21:20] (current)
Eric Leu [Default Public Cache TTL]
Line 11: Line 11:
 ===== Admin IPs ===== ===== Admin IPs =====
  
-Global setting. Allows listed IPs (space or comma separated) to perform certain actions from their browsers using LITEMAGE_DEBUG and LITEMAGE_CTRL **[[litespeed_wiki:​cache:​litemage:​administration#​all_administrative_privilege_browser_commands|parameters]]**.+Global setting. Allows listed IPs (space or comma separated) to perform certain actions from their browsers using LITEMAGE_DEBUG and LITEMAGE_CTRL **[[litespeed_wiki:​cache:​litemage:​troubleshooting:​admin-privileged-browser-commands|parameters]]**.
  
   * We’ll gradually add more control actions.   * We’ll gradually add more control actions.
Line 19: Line 19:
 ===== Default Public Cache TTL =====  ===== Default Public Cache TTL ===== 
  
-Set on a per store basis. Determines how long (in seconds) public cached pages and data are stored for. The recommended value is 28800.+Set on a per store basis. Determines how long (in seconds) public cached pages and data are stored for. The recommended value is 86400.
  
-  * Change this setting based on your store’s needs. If your store updates frequently, set this to a lower value, otherwise, set it to a higher value. The default setting is hours (28800 seconds).+  * Change this setting based on your store’s needs. If your store updates frequently, set this to a lower value, otherwise, set it to a higher value. The default setting is 24 hours (86400 seconds).
  
 ===== Default Private Cache TTL =====  ===== Default Private Cache TTL ===== 
Line 29: Line 29:
   * Each user’s private data is stored in private cache, this value can be in sync with your PHP session timeout and Magento session timeout.   * Each user’s private data is stored in private cache, this value can be in sync with your PHP session timeout and Magento session timeout.
  
 +===== Home Page TTL =====
 +
 +Set on a per store basis. Determines how long (in seconds) the home page is stored for.
 +
 +  * Use this setting to specify a different TTL for the home page.
 +  * By default, this setting will use the Default Public Cache TTL setting'​s value.
 ===== Track Recently Viewed Products =====  ===== Track Recently Viewed Products ===== 
  
Line 44: Line 50:
   * For example, if you have a wholesale group that sees different prices than regular users, you can set this to “Yes”. This feature will be improved in future to allow you specify which user group it applies to.   * For example, if you have a wholesale group that sees different prices than regular users, you can set this to “Yes”. This feature will be improved in future to allow you specify which user group it applies to.
  
-===== Separate Cache Copy for Customized Cookie Values =====  
  
-Global setting. This setting has been retired ​since 1.0.11 as using rewrite rules is more efficient. Add the below rewrite rule in .htaccessRewriteRule .* - [E=cache-vary:​cookie_name] +===== Flush Product and Categories When Product Qty Changes ===== 
-   +//​Available ​since LiteMage version ​1.2.0// 
-  * For more informationcheck out our **[[litespeed_wiki:​cache:​litemage:​customization:​views-based-on-cookie-values|wiki ​page]]**.+ 
 +Global settingDetermines how changes ​in product quantity and product stock status affect product pages and their associated category pages 
 + 
 +There are four possible values this can be set to: 
 + 
 +  * **Flush product when quantity or stock status change, flush categories only when stock status changes** - This setting is useful if your product page displays a product quantity and both the product and category pages display differently when the product is out of stock. 
 +  ​* **Flush product and categories only when stock status changes** - This setting is useful if your product and category pages don't display product quantities but do display differently when a product is out of stock. 
 +  * **Flush product when stock status changesdo not flush categories when stock status or quantity change** - This setting is useful if your product page displays differently when the product is out of stock and the category page does not. 
 +  * **Always flush product and categories when quantity or stock status change** - This setting is useful if both your product ​page and associated category pages show product quantities and display differently when the product is out of stock. 
 + 
 +===== Mobile Theme ===== 
 +Set on a per website basis. Set this only if using an unresponsive themes with a different mobile template theme.  
 + 
 +Adding your mobile template theme to this option will add an extra layer of protection against cache contamination by checking the detected theme against the entered value. 
 + 
 +  * Setting this option is required to use the **Crawl for Mobile Views** option.
  
 ===== Use Alternative ESI Syntax =====  ===== Use Alternative ESI Syntax ===== 
  • Admin
  • Last modified: 2016/05/11 13:30
  • by Rob Holda