Search results

  1. hai

    Woocommerce Recently Viewed Widget

    /wp-admin/widgets.php
  2. hai

    Woocommerce Recently Viewed Widget

    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.
  3. hai

    [Resolved] WooCommerce 500 error

    Hi there, The 500 error should be a php fatal error. Can you get their php error log? If needed, please create a ticket. Thanks.
  4. hai

    faster

    faster
  5. hai

    Crawler never complete

    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.
  6. hai

    Crawler never complete

    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?
  7. hai

    Crawler never complete

    Is your server a 6-cpu server? honestly 6 threads are high enough already. What is your crawler setting? `Run Duration` and `Interval Between Runs`?
  8. hai

    Crawler never complete

    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.
  9. hai

    Uninstalling cache plugin

    Hi Hedloff, Thanks for the feedback. We will fix it in future release. Yours, Hai
  10. hai

    Crawler custom sitemap

    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.
Top