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
Next revision Both sides next revision
litespeed_wiki:cache:lscps [2018/07/24 16:21]
Lisa Clarke [LSCPS Features] added crawler
litespeed_wiki:cache:lscps [2019/01/14 20:31]
Jackson Zhang [Customizing LSCPS]
Line 13: Line 13:
   * User information can be cached privately via ESI blocks and auto purged when the information changes. Support for cart and account sign in are built in. Other third-party modules that contain private information can be easily added.   * User information can be cached privately via ESI blocks and auto purged when the information changes. Support for cart and account sign in are built in. Other third-party modules that contain private information can be easily added.
   * Updates in the shop admin area automatically trigger a purge of any related pages in the cache.   * Updates in the shop admin area automatically trigger a purge of any related pages in the cache.
 +  * New client orders automatically trigger a purge of related product and catalog pages based on stock status or quantity (configurable).
 +  * If a page contains products with specific prices, TTL will be auto adjusted based on special price effective dates.
   * The cache can be manually flushed from within the PrestaShop admin.   * The cache can be manually flushed from within the PrestaShop admin.
   * LSCPS supports multiple stores, multi-language,​ multi-currency and geolocation.   * LSCPS supports multiple stores, multi-language,​ multi-currency and geolocation.
Line 21: Line 23:
  
 ===== Customizing LSCPS ===== ===== Customizing LSCPS =====
-Certain PrestaShop widgets and features require further customization before they can be used with LSCPS. Please see the appropriate customization page for details:+ 
 +For Prestashop 1.6, the plugin should work in most cases.  
 + 
 +For Prestashop 1.7, it introduces more widget stuff, so LiteSpeed cache plugin for PrestaShop may not work by default and most of the time user need to add code to make it work. 
 + 
 +Both 1.6 & 1.7 will rely on overrides to do hole punch so make sure you allow ''​overrides''​ in the setting.  
 + 
 +Certain PrestaShop ​theme widgets and features require further customization before they can be used with LSCPS. Please see the appropriate customization page for details:
  
   * [[litespeed_wiki:​cache:​lscps:​customization_1_6|PrestaShop v1.6]]   * [[litespeed_wiki:​cache:​lscps:​customization_1_6|PrestaShop v1.6]]
   * [[litespeed_wiki:​cache:​lscps:​customization_1_7|PrestaShop v1.7]]   * [[litespeed_wiki:​cache:​lscps:​customization_1_7|PrestaShop v1.7]]
 +
 +==== Customizing for Third-Party Modules ====
 +
 +  * [[litespeed_wiki:​cache:​lscps:​customize-european-union-cookie-law|Prestashop European Union Cookie Law Module]]
 ===== Testing LSCPS ===== ===== Testing LSCPS =====
 To determine whether a page is being served from LSCSP, do the following: ​ To determine whether a page is being served from LSCSP, do the following: ​
  • Admin
  • Last modified: 2020/08/11 19:17
  • by Lisa Clarke