Viewing 1 replies (of 1 total)
  • Hi edpirone, the nuke takes as long as it takes, it loops through each Product until it either crashes or completes.

    Nuking Products involves:
    – Deleting the Post
    – Deleting linked Categories
    – Deleting linked Tags
    – Deleting linked Brands
    – Deleting linked Product Vendors
    – Deleting linked Attributes

    rinse and repeat for every 100 records till complete. Looking at the current code we could use WP_Query instead of get_posts but I doubt there will be significant performance changes as we’re calling 100 Posts at a time

Viewing 1 replies (of 1 total)
  • The topic ‘Keeps timing out’ is closed to new replies.