Running XML import/export from cron
By default, the XML import/export is executed during pageload. To run the import/export from cron, add the following line in your crontab:*/10 * * * * cd /path/to/website/admin/;
/usr/local/bin/php cron_xml.php > /dev/null
Change the number of minutes, in the example 10, and correct path to the website and PHP executable.
RSS