Hi,
sorry to bring up such a trivial topic, but I can't find any information regarding this.
What is the actual cron request I am setting up for FX?
I assume it's an every minute ping, but which file do I target?
And regards cache, once enabling cache
the whole page runs like a dog, any info i should know about the caching process?
sorry to bring up such a trivial topic, but I can't find any information regarding this.
What is the actual cron request I am setting up for FX?
I assume it's an every minute ping, but which file do I target?
And regards cache, once enabling cache
Code:
// $config['cache']['enabled'] = true;
// $config['cache']['frontend'] = 'Core';
// $config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
// $config['cache']['cacheSessions'] = true;
// $config['cache']['backend'] = 'Apc';
the whole page runs like a dog, any info i should know about the caching process?
Last edited: