public cache

  1. L

    What is Different Between Public Cache and Private Cache

    Hi everyone, I am trying to learn LiteSpeed admin console. Although I have read the official documents and explanations, there are some things I do not understand. (I am not using CMS custom PHP software and it does not have LS support) 1- What are the differences between Server > General >...
  2. beniking

    How to config LsCache for prestashop

    I enable " Check Public Cache > Yes" then install and enable Prestashop cache module in website, finally add this code to .htaccess <IfModule LiteSpeed> CacheEnable public RewriteEngine On RewriteCond %{REQUEST_METHOD} ^GET|HEAD|PURGE$ RewriteCond %{HTTP_HOST} ^DOMAIN.COM [NC]...
  3. M

    litespeed public cache no plugin with ESI

    hi i want to show current time in my cached pages so i create ESI tag for display time in my html page <esi:include src="/time.php" /> in time.php file there a simple script that print time <?php echo date("Y/m/d H:i:s"); ?> and in my .htaccess, i write the following codes RewriteCond...
Top