Thanks for your feedback. It's a default setting bug for v1.2.0.1. Will fix in this week's release.
Can you try to set the widget's ESI setting in `Widgets` to 'private'? That should be able to fix the issue.
That is you have purge_all setting for add a new post.
Every time when crawler detected a purge_all action, it will stop the crawling action and restart from the beginning.
The reset action is triggered when there is a new position reset request, which can be only triggered when you click that button manually.
Can you create a tix that includes your admin and ssh info so we can have a look at it?
Hi,
Before crawler finishes its full process, did you click "Generate Crawler File" again? That button doesn't need to be clicked manually.
Otherwise, please check the `var` folder under your plugin, make sure all files in it is writable.
Yes it supports.
If you got 3030 error, that means your `domain/sitemap_index.xml` sitemap can not be visited by php.
If you create a test.php file:
<?php
echo file_get_contents('domain/sitemap_index.xml');
Then run it, you will see the content can't be loaded.