Closed replete closed 3 months ago
As far as I know, Imagick does not seem to support PHP 8.3 yet. Some people have found workaround solutions, and I think you might want to take a look at them for reference.
https://github.com/mlocati/docker-php-extension-installer/pull/811
Please try this:
phpaddmod imagick/imagick@master
Aha, apologies then. Statamic uses 'gd' by default and I was trying to use image magick to see if it could fix the unexplainable 500+ms delay with images that already exist even on localhost.
Thanks for checking for me, apologies for not knowing this
@replete You can try my another project to handle image processing and caching for your project without overloading PHP:
Amazing that built, thanks so much @shinsenter 🍻
P.S. I have made a repo about the glide issue, if I can figure out what's going on I will share it
Note: This might be another
/tmp
issue from this error log around49:21
Dockerfile:
Error log: