Prestashop lite speed cache via webservice doesn´t flush

#1
We have a prestashop 1.7.6.0 and lite speed server and plug in lite speed for prestashop.

If we make changes (like change stock or change stock status) inside prestashop backoffice or if clients makes orders in our website, prestashop lite server cache works just fine, it refreshes that page on our website but if those changes are made via webservice (we have an erp that connects to prestahop via webservice) then doesn´t flush our cache automatically, sometimes takes minutes and sometimes takes hours, and it is driving us crazy.

Any ideas?
 
#4
We use webservice native from prestashop 1.7.6.0
As the LiteSpeed cache plugin has no special function to purge the cache by PrestaShop webservice this service needs additional custom code to purge the cache, but I think this is not possible. That is why you need custom programming which can be done very easely and can assist you. But you should tell me if the webservice is already modified to purge the cache.
 
#5
Webservice has not been modified, when we purchase litespeed server license and install prestashop litespeed we thought if will flush the cache if the updates were via webservice, it does change but sometimes takes a while and sometimes takes hours
 
#6
Webservice has not been modified, when we purchase litespeed server license and install prestashop litespeed we thought if will flush the cache if the updates were via webservice, it does change but sometimes takes a while and sometimes takes hours
This means there is really no existing action that purges the cache! Whatever you expect, it doesn't exist, so this is not a LiteSpeed issue, but an issue of wrong or misunderstandig. Neither the LiteSpeed cache plugin nor PrestaShop supports any function to purge the cache by using PrestaShop webservice.

Purging the cache can easebly done by ERP or PrestaShop webservice, but for this you must have some developer experience. If you don't have it there is no way to purge the cache by ERP. If you can access any developer please tell me,so I can assist him what has to be done.
 
Top