Title: Cleaning temporary data&#8230;
Last modified: February 19, 2020

---

# Cleaning temporary data…

 *  Resolved [scraso](https://wordpress.org/support/users/scraso/)
 * (@scraso)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/cleaning-temporary-data/)
 * Hello,
 * First of all I would like to say that your plugin is great and thank you for 
   developed such a great product. I would like to ask about the issue which I faced
   during the importing products. My import always stuck at 75% after the all products
   were added to my website. The last record in the journal always says:
    [16:45:
   07] Cleaning temporary data… After 2-3 minutes I got a mnessage that ‘Your server
   terminated the import process’ and during the next 5-10 minutes my webiste is
   not acceptable at all. Once the website is up again, I see that all products 
   were added successfully. I contacted the hosting provider and they just said 
   they increased the max execution time to 300 seconds, which should be perfectly
   adequate for any scripts that need to run. I tried again but the issue remains
   the same. Please advise what to do. I’m ok untill all my producs are added however
   the ‘cleaning temporary daya…’ seems something importing and I’m not glad that
   my website always crashes after this operation.
 * Regards,
    Tigran Ammbarcumyan

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/cleaning-temporary-data/#post-12479375)
 * Hi [@scraso](https://wordpress.org/support/users/scraso/)
 * It sounds like your server is timing out when recounting terms at the end of 
   the import. Please try saving this code snippet on your site and see if it fixes
   it:
 *     ```
       add_filter('wp_all_import_recount_terms_after_import', 'wpai_wp_all_import_recount_terms_after_import', 10, 2);
       function wpai_wp_all_import_recount_terms_after_import($is_recount_terms, $import_id){
       	return false;
       }
       ```
   
 * If it works, you’ll just need to manually recount the terms after the import (
   _WooCommerce -> Status -> Tools -> Recount terms_).
 * Let me know how it goes.
 *  Thread Starter [scraso](https://wordpress.org/support/users/scraso/)
 * (@scraso)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/cleaning-temporary-data/#post-12489809)
 * Thank you for your reply. Well, basically I already imported all products and
   the amount of products are correct. There was 10-15 minutes downtime when it 
   finished during the cleaning temporary data but as I can see it didn’t affect
   anything. As soon as I’ll go to import new products, I’ll test it and let you
   know. For now, we can close the case.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cleaning temporary data…’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-import/assets/icon-256x256.png?rev=2570179)
 * [WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets](https://wordpress.org/plugins/wp-all-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-import/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-import/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [scraso](https://wordpress.org/support/users/scraso/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/cleaning-temporary-data/#post-12489809)
 * Status: resolved