Litespeed and eCommerce?

#1
So I got an ecommerce site set up with Litespeed cache and I was really happy because it was nice and fast.
Then I discovered that it cache the cart, so when you go to the checkout page you see old items, not the ones you just added to cart.
So I disabled Public cache entirely in htaccess but the site is much slower.
How can I get my performance but not cache that one area of the page/site?
Mobdro Kodi bluehost
 
Last edited:

serpent_driver

Well-Known Member
#3
So I got an ecommerce site set up with Litespeed cache and I was really happy because it was nice and fast.
Then I discovered that it cache the cart, so when you go to the checkout page you see old items, not the ones you just added to cart.
So I disabled Public cache entirely in htaccess but the site is much slower.
How can I get my performance but not cache that one area of the page/site?
If you use CMS where is no LScache plugin available either you need one or you have to develop it. For ecommerce sites "a whole must be punched" for areas they may not be cached like shopping cart and much more. For this "Edge Side Includes" (ESI) is necessary to get an ecommerce site work with a HTTP cache. This is not a LiteSpeed requirement. It is necessary for every HTTP cache.
 
Top