Php synthetic picture speed

there is a requirement in the project to combine a picture with multiple backgrounds.
needs to calculate the position on the base map and then synthesize it. In large quantities.
then it can be synthesized now, but the synthesis speed is very slow. It takes 69 seconds to test and synthesize 560 pictures. (multithreading is not enabled, multiprocess is not started. Because it is multi-user, it is not appropriate to open multi-process)

do you bosses have any good plans? Or is it faster to process other languages?

Jun.25,2021

php if you simply use the gd library to do complex operations on images, the speed is very slow. It is recommended to use imagick

.
Menu