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:
|
return $this->buildResponse(file_get_contents($path)); |
Any plans to switch this over to readfile()?