XF 2.2 Image processing speedup options?

Fullmental

Active member
Hi, honestly don't know if this goes here or in server config/support, but we have a question about image processing and attachments.

We currently are testing the image proxy, and our users generally have a lot of images in a single thread/post.

The proxy works, but it creates an issue where a post with a hundred or more images, takes a really long time to actually post. We noticed that the post process seems to be single-threaded. Is there any functionality built into Xenforo, or the PHP Imagick PECL extension, that allows for parallel processing of these images, or queuing of the images allowing the post to submit without waiting for all the images to process? We also tried the following addon with the same behavior:

 
Top Bottom