Performance Fix for Large Catalogs#181
Conversation
Refer to this thread for the full issue. magento/magento2#278 We confirmed this issue Exists in Magento EE 1.13 Where for large catalogs we were experiencing out of memory issues due to this function _loadSkuSuperAttributeValues() This patch will help those stores with large amounts of configurable products process large imports with hundreds of thousands of rows without hitting this issue as a bottleneck
|
Thanks a lot. |
|
I have initiated the variable and commited |
|
and the function definition yields strict errors (like when in dev mode) |
|
@nhp can you expand on what you mean, this fix seems good to me and it increases performance dramatically on a large catalog. Do you mean the PHP docs? |
|
Sorry that it took me soo long. |
|
Getting a |
|
@nhp The fix works for me with magento 1.9, thanks |
Refer to this thread for the full issue. magento/magento2#278
We confirmed this issue Exists in Magento EE 1.13 Where for large catalogs we were experiencing out of memory issues due to this function _loadSkuSuperAttributeValues()
This patch will help those stores with large amounts of configurable products process large imports with hundreds of thousands of rows without hitting this issue as a bottleneck