Download the PHP package sitewards/import_image_memory_leak_fix without Composer
On this page you can find all versions of the php package sitewards/import_image_memory_leak_fix. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sitewards/import_image_memory_leak_fix
More information about sitewards/import_image_memory_leak_fix
Files in sitewards/import_image_memory_leak_fix
Download sitewards/import_image_memory_leak_fix
More information about sitewards/import_image_memory_leak_fix
Files in sitewards/import_image_memory_leak_fix
Vendor sitewards
Package import_image_memory_leak_fix
Short Description Fix a memory leak issue with the product image import process.
License
Package import_image_memory_leak_fix
Short Description Fix a memory leak issue with the product image import process.
License
Please rate this library. Is it a good library?
Informations about the package import_image_memory_leak_fix
Sitewards ImportImageMemoryLeakFix
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.
All versions of import_image_memory_leak_fix with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package sitewards/import_image_memory_leak_fix contains the following files
Loading the files please wait ....