Differences

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

Link to this comparison view

Next revision Both sides next revision
litespeed_wiki:cache:lscps:configurations [2019/10/10 15:12]
Jackson Zhang created
litespeed_wiki:cache:lscps:configurations [2019/10/10 15:55]
Lisa Clarke Copyediting, new screenshot
Line 1: Line 1:
-====== LiteSpeed Cache for Prestashop Plugin Configurations ​====== +====== LiteSpeed Cache for PrestaShop Configuration ​======
-{{:​litespeed_wiki:​cache:​lscps:​litespeed-prestashop-cache-plugin-configuration-1.png?​800|}}+
  
-  * GENERAL +{{:​litespeed_wiki:​cache:​lscps:​litespeed-prestashop-cache-plugin-configuration-1.png|}} 
-    * Enable LiteSpeed Cache + 
-    * Default Public Cache TTLDefault timeout for publicly cached pages. Recommended value is 86400. +===== GENERAL ​===== 
-    * Default Private Cache TTL +  * **Enable LiteSpeed Cache**: Must be set to ''​YES''​ to use LiteSpeed Cache. 
-    * Home Page TTLDefault timeout for the home page. If you have random displayed items, you can have shorter TTL to make it refresh more often. +  * **Default Public Cache TTL**: Default timeout for publicly cached pages. Recommended value is ''​86400''​
-    * 404 Pages TTLDefault timeout for all 404 (Not found) pages. 0 will disable caching for 404 pages. +  * **Default Private Cache TTL**: Default timeout for private cache ESI blocks. Suggested value is ''​1800''​. Must be less than ''​7200''​. 
-    * Separate Mobile ViewEnable this if you have a separate mobile theme. +  * **Home Page TTL**: Default timeout for the home page. If you have random displayed items, you can have shorter TTL to make it refresh more often. 
-    * Separate Cache Copy per Customer GroupEnable this option if there is different pricing based on customer groups. +  * **404 Pages TTL**: Default timeout for all 404 (Not found) pages. ​''​0'' ​will disable caching for 404 pages. 
-    * Flush Product and Categories When Order PlacedDetermines how changes in product quantity and stock status affect product pages and their associated category pages. +  * **Separate Mobile View**: Enable this if you have a separate mobile theme. 
-    * Enable Guest ModeThis will speed up the first page view for new visitors by serving the default view. Robots will get an instant response without hitting the backend. If you have different views based on GeoIP, select ​"First Page Only" ​to make sure the second page will have the correct view. +  * **Separate Cache Copy per Customer Group**: Enable this option if there is different pricing based on customer groups. 
-  ​* ​USER-DEFINED CACHE RULES (Only need to set it NOT-CACHEABLE if a page is being cached by default) +  * **Flush Product and Categories When Order Placed**: Determines how changes in product quantity and stock status affect product pages and their associated category pages. 
-    * Do-Not-Cache GET ParametersComma-separated list of GET variables that prevents caching URLs within Cacheable Routes. +  * **Enable Guest Mode**: This will speed up the first page view for new visitors by serving the default view. Robots will get an instant response without hitting the backend. If you have different views based on GeoIP, select ​''​First Page Only'' ​to make sure the second page will have the correct view. 
-    * URL BlacklistList of relative URLs contained in Cacheable Routes to be excluded from caching. They start with "/" ​and don’t include the domain name. Partial matches can be performed by adding an "*" ​to the end of a URL. Enter one relative URL per line. + 
-  ​* ​DEVELOPER TESTING +===== USER-DEFINED CACHE RULES ===== 
-    * Enable Cache Only for Listed IPsLimit LiteSpeed Cache to specified IPs. (Space or comma separated.) Allows cache testing on a live site. If empty, cache will be served to everyone. +You only need to set a page as NOT-CACHEABLE if it is being cached by default. 
-    * Enable Debug LogPrints additional information to "lscache.log." ​Turn off for production use. + 
-    * Log Only for Listed IPsOnly log activities from specified IPs. (Space or comma separated.) If empty, all activities will be logged. Only effective when debug log is enabled. +  * **Do-Not-Cache GET Parameters**: Comma-separated list of GET variables that prevents caching URLs within Cacheable Routes. 
-    * Debug LevelSpecifies log level ranging from 1 to 10. The higher the value, the more detailed the output.+  * **URL Blacklist**: List of relative URLs contained in Cacheable Routes to be excluded from caching. They start with ''​/'' ​and don’t include the domain name. Partial matches can be performed by adding an ''​*'' ​to the end of a URL. Enter one relative URL per line. 
 + 
 +===== DEVELOPER TESTING ​===== 
 +  * **Enable Cache Only for Listed IPs**: Limit LiteSpeed Cache to specified IPs. (Space or comma separated.) Allows cache testing on a live site. If empty, cache will be served to everyone. 
 +  * **Enable Debug Log**: Prints additional information to ''​lscache.log''​. Turn off for production use. 
 +  * **Log Only for Listed IPs**: Only log activities from specified IPs. (Space or comma separated.) If empty, all activities will be logged. Only effective when debug log is enabled. 
 +  * **Debug Level**: Specifies log level ranging from ''​1'' ​to ''​10''​. The higher the value, the more detailed the output.
  • Admin
  • Last modified: 2020/08/11 19:15
  • by Lisa Clarke