This is an old revision of the document!


Installing & Enabling The LSCache Plugin For PrestaShop

  • LiteSpeed Web Server Enterprise Edition 5.2.1 Build 7 or higher.
  • LSCache Module. (Included with a 2-CPU or higher license. Can be purchased as an add-on for VPS, Ultra VPS, and 1-CPU licenses.)
  1. Configure server- and/or virtual-host-level cache root and cache policy by selecting your setup in the Web Server Configuration section of the LiteSpeed Web Cache Common Installation Guide.
  2. Disable any other page caches as these will interfere with LSCPS.
  3. In Prestashop admin → Advanced Parameters → Debug mode → Disable all overrides → “NO”. This setting has to be “NO” since both Prestashop 1.6 & 1.7 will rely on overrides to do hole punch.
  4. Log in to your PrestaShop Admin, navigate to Modules > Modules & Services, and click on Upload a Module.
  5. Select the LSCPS zip file.
  6. Enable the module by navigating to LiteSpeed Cache > Settings and setting Enable LiteSpeed Cache to Yes.

When you enable or disable LiteSpeed Cache from the plugin, .htaccess file should be automatically updated. If the update failed, most time due to file permission, you can update it manually.

At the top of your .htaccess file, located in the document root of your PrestaShop installation, add the following:

# LITESPEED_CACHE_START Do not remove this comment line, LiteSpeedCache plugin will automatically update this block
<IfModule LiteSpeed>
CacheLookup on
</IfModule>
# LITESPEED_CACHE_END
  • Admin
  • Last modified: 2019/01/14 20:24
  • by Jackson Zhang