Its probably got nothing to do with the movement behavior, but more from the size.
Think about it, you've more than quadrupled the size, so the system has to calculate all those rotations, collisions, etc at an almost exponential rate.
If you must use that size, I would suggest not using path finding, and set collisions to point or have a smaller collision mask.