The image load speed should not be an issue, because it is loaded during setup(), and kept in memory. You can always try to limit the framerate by calling the frameRate() function during setup().
frameRate(30);
As I said, I don’t have much knowledge so you might have to wait for another person to come by and try to help you