imagecache icon indicating copy to clipboard operation
imagecache copied to clipboard

Out of memory while loading original images

Open bilogic opened this issue 5 years ago • 0 comments

Hi,

I'm trying to load this link https://example.com/images/original/path/to/filename.jpg, however it exhausted my 128M memory limit. I traced it down to this line:

https://github.com/Intervention/imagecache/blob/5c98e720fcdb6e7e54fc31832f49613a4c9920ce/src/Intervention/Image/ImageCacheController.php#L73

Any plans to switch this over to readfile()?

bilogic avatar Oct 31 '20 04:10 bilogic