LCD Encoder Have Slow Response When Connected with Arduino Uno and Stepper Motor

What you are trying to achieve will require care to ensure that no part of the program blocks any other part. For example the motor movements must not block the encoder and neither must the updating of the display block the stepper motor or the encoder.

Have a look at the non-blocking stepper code in the second example in this Simple Stepper Code

...R
Stepper Motor Basics