MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Assuming you are reducing the image size, use MagickSetSize() to set the image size before you read your JPEG image. This speedup only works with JPEG images.