Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
Creating or updating Bulk Products from CLI using php script
Expected result
Normal speed as long as cache reside
Actual result
Whenever product->save() toggled, loading pages where list products (Category, Page that includes Product Widget) get slow. (Currently around 200K products are stored)
Note,
--- When This Script is not running
If there is no cache, it takes around 15-20 sec to load entire these page.
If there is cache, it takes around 2-3 sec to load entire these page.
-- When This Script is running
Even though there is cache, it takes around 15-20 sec to load entire these page after product->save() toggled.
Preconditions
Steps to reproduce
Expected result
Actual result
Note,
--- When This Script is not running
-- When This Script is running
Any Idea?