Speed up the batch process

How can i speed up the slicer process?
in my batch process i’m creating segments form Dicom data and exporting the 3d model output.
For skull, foot or any small body part data takes few minutes (2-5 min) , but for the pelvis data it takes around 30-40 min.
i can understand the pelvis data covers large body part but can we speedup this process anyhow??

You can use print statements or a profiler to identify what is taking the time and see if time is being spent inefficiently (like Instruments in Xcode on the mac, or corresponding tools on other platforms). Or you can publish a script that demonstrates the slowdown and others can maybe help. Otherwise there’s not much we can do to help.