Hello
I'm trying to activate the module cache and I can not do it.
I need to activate it because the web is 3 seconds slower with the module activated.
How can I activate the module cache?
Hi Pedro.
Thank you for using our product,
Currently, the modules doesn't have the configuration for cache but you can try to with this solution:
Please go to file mod_jux_megamenucss3.xml and find to line 539, where create the configure for advanced tab and add some code below:
<field
name="cache"
type="list"
default="1"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC">
<option
value="1">JGLOBAL_USE_GLOBAL</option>
<option
value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field
name="cache_time"
type="text"
default="900"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
Hope it will help you