- Messaggi: 53
- Ringraziamenti ricevuti 6
caching of mod_cpcloud
- Martin7
- Autore della discussione
- Offline
- Anziano Utente
Less
Di più
7 Anni 10 Mesi fa #2544
da Martin7
caching of mod_cpcloud è stato creato da Martin7
hi SolidSystem,
I have found out that the module mod_cpcloud does not have caching implemented. Could you please implement the missing functionality? I have a feeling this module slow down my server under heavy load.
Other modules like: mod_cpmenu, mod_cpsearch are cached so far as I see.
Thank a lot in advance!
best regards
Martin
I have found out that the module mod_cpcloud does not have caching implemented. Could you please implement the missing functionality? I have a feeling this module slow down my server under heavy load.
Other modules like: mod_cpmenu, mod_cpsearch are cached so far as I see.
Thank a lot in advance!
best regards
Martin
Si prega Accesso o Crea un account a partecipare alla conversazione.
- Martin7
- Autore della discussione
- Offline
- Anziano Utente
Less
Di più
- Messaggi: 53
- Ringraziamenti ricevuti 6
7 Anni 10 Mesi fa #2545
da Martin7
Risposta da Martin7 al topic caching of mod_cpcloud
hi SolidSystem,
I have fixed the problem just by extending the file mod_cpcloud.xml with caching parameters. Per default caching would be disabled. Could you please add this fix in the next release of CP ?
thanks in advance
Martin
I have fixed the problem just by extending the file mod_cpcloud.xml with caching parameters. Per default caching would be disabled. Could you please add this fix in the next release of CP ?
thanks in advance
Martin
Code:
<fieldset
name="advanced">
<field
name="module_layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC"
/>
<field
name="moduleclass_sfx"
type="text"
default=""
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"
/>
<field
name="cache"
type="list"
default="0"
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" />
<field
name="cachemode"
type="hidden"
default="itemid">
<option value="itemid"></option>
</field>
</fieldset>
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
7 Anni 10 Mesi fa #2546
da andrea_4g
Risposta da andrea_4g al topic caching of mod_cpcloud
Thanks Martin, but there's more than that.
The module need to make use of JModuleHelper::moduleCache function to actually implement caching.
But we took your suggestion anyway, and implemented it in the recently released Custom Properties 3.1.23.
Please note that when tags ordering is set to 'random' the caching function is automatically disabled.
The module need to make use of JModuleHelper::moduleCache function to actually implement caching.
But we took your suggestion anyway, and implemented it in the recently released Custom Properties 3.1.23.
Please note that when tags ordering is set to 'random' the caching function is automatically disabled.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- Martin7
- Autore della discussione
- Offline
- Anziano Utente
Less
Di più
- Messaggi: 53
- Ringraziamenti ricevuti 6
7 Anni 2 Mesi fa #2596
da Martin7
Risposta da Martin7 al topic caching of mod_cpcloud
thanks!
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.164 secondi