sitewards/import_image_memory_leak_fix
Composer 安装命令:
composer require sitewards/import_image_memory_leak_fix
包简介
Fix a memory leak issue with the product image import process.
README 文档
README
Issue
Product import with images easily goes over 4Gb on memory with just couple hundreds of products. The reason for this is that the image model is never properly destoried.
Fix
Use a different image processor than Varien_Image.
Add a destruct method into this new processor and register it on shutdown.
Rewrite Mage_Catalog_Helper_Image to change the method validateUploadFile.
Call new processor, call destruct and then return the mime type of the image.
统计信息
- 总下载量: 6.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-05-25