Hello Forum, I would like to discuss here a strange situation I am experiencing with XML-Sitemaps Standalone Generator.
Firstly, the script is currently installed and fully working.
SCENARIO ONE
With the script installed, I manually run with a SSH session the following command:
/usr/bin/php /var/www/mysite.com/generator/runcrawl.php
The result is 2560 URL in sitemap.
SCENARIO TWO
The same script installed. I have set in CRONTAB the very same command:
/usr/bin/php /var/www/mysite.com/generator/runcrawl.php (the command runs at 3AM)
The result is 1950 URL in sitemap.
THE QUESTION IS: why running the very same script with a crontab command, it yields a less number of URL in sitemap?