firebearstudio / importexportfree

Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
https://firebearstudio.com/the-improved-import.html
Open Software License 3.0
180 stars 68 forks source link

Order history & cache for updated products #12

Closed acidjunk closed 7 years ago

acidjunk commented 7 years ago

I'm looking into buying the extension. Two questions:

acidjunk commented 7 years ago

Thanks for the answer.

biotech commented 7 years ago

Hello @acidjunk !

Sorry for delay and that issue was closed without answer during new release and cleanup here.

  1. Performance of shop can degrade during the import only if server have not enough capacity and server resources to run import process and Magento 2 store front in same time. That mean that until import process is completed - cache tags / types stay unaffected. After import process is completed - Magento run partial reindexes for affected products which also should clean cache by tags of that products.

  2. When order created - product price, name and other data are copied to another data base table so order data will stay unaffected even if it was updated during the import

Thanks for your patience and questions!