As it has been pointed out in another discussion, LSCache extension is purging all cache after product page update.
I added this to .htaccess but it doesn't seem to serve stale pages.
Is there any other method? The licence is LSWS Enterprise, latest version.
OC 3.0.2.0.
thanks!
I added this to .htaccess but it doesn't seem to serve stale pages.
Code:
<IfModule LiteSpeed>
CacheLookup on
RewriteEngine On
RewriteRule .* - [E=cache-control:max-stale=1200000]
</IfModule>
OC 3.0.2.0.
thanks!
Last edited: