-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance Fix for Large Catalogs #181
base: master
Are you sure you want to change the base?
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