[Solved] Dynamic module hook

#1
Hello.
I have installed LiteSpeed (1.2.6) cache module on PrestaShop 1.6.1.18.
I need one of the module hook (azlfbcartreminder:displayProductButtons) to be rendered dynamic. How can I exclude this hook from caching?
I created customization rule https://media.areama.net/uploads/2019-07-06_174813.png but it does not helps.

Regards, Andrey
 
Last edited by a moderator:

Unique_Eric

Administrator
Staff member
#2
Hi @Areama ,

You can verify if ESI block implemented with your module by Enabling Debug log with Debug Level = `10` from cache plugin.
In generally, you will need to know which `Hook` it used for that module to make purge works. If not, you can just set a short TTL for that module which maybe an easier way.

Best,
Eric
 
Top