Serve stale pages for OpenCart

Germont

Well-Known Member
#1
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.
Code:
<IfModule LiteSpeed>
CacheLookup on
RewriteEngine On
RewriteRule .* - [E=cache-control:max-stale=1200000]
</IfModule>
Is there any other method? The licence is LSWS Enterprise, latest version.
OC 3.0.2.0.
thanks!
 
Last edited:

Pong

Administrator
Staff member
#2
There is no such rule in .htaccess.

"The OC extension is purging all cache after product edit" has been noted by our developer and it should be addressed in a future release. You might need to wait for that function to come out.
 
Top