Background Crawling interval cronjob
-
Hey guys!
I’m using your plugin with the Multifeed extension.
Currently I’m testing with 10 different Facebook pages, in the end i want to use about 50.Due to the long amount of time to crawl all these pages I want to put this process in the background.
I disabled the WP-Cron in the wp-config.php via
define('DISABLE_WP_CRON', true);
The Cron Event “cff_cron_job” generated by the plugin should now be triggered via cronjob every 15 minutes.
*/15 * * * * php /var/www/wp-cron.php
But every hour i have the problem that pages of my site, where the plugin is included via shortcode, need about 30-40 Seconds to load.
After the next reload everything is fine and works as expected.Do you have an idea what am I doing wrong?
Thanks in advance
Cheers
David
- The topic ‘Background Crawling interval cronjob’ is closed to new replies.