-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improve Memory Usage #1269
Comments
✅ Optimized in 3.3.2Optimized Image Decoding - Previously file paths were read via Old implementationsimage/src/Drivers/Gd/Decoders/FilePathImageDecoder.php Lines 31 to 32 in 4462e64
image/src/Drivers/Imagick/Decoders/FilePathImageDecoder.php Lines 31 to 32 in 4462e64
This is now handled without reading to whole image via |
✅ Optimized in 3.3.2
Old Implementationimage/src/Drivers/AbstractDecoder.php Lines 76 to 91 in fd09f59
|
Describe the feature you'd like
General optimization of RAM consumption.
The text was updated successfully, but these errors were encountered: