Console gets slow when too many lines are printed in the screen.
The problem may be a result of the number of lines displayed in the screen or the number of autocomplete options present.
The submission of the various command lines should also be properly pipelined (only when the response has been received the next command should be sent).
Solution
Limit the number of lines displayed in the console at a given time, and the number of autocomplete alternatives.
Problem
Console gets slow when too many lines are printed in the screen. The problem may be a result of the number of lines displayed in the screen or the number of autocomplete options present.
The submission of the various command lines should also be properly pipelined (only when the response has been received the next command should be sent).
Solution
Limit the number of lines displayed in the console at a given time, and the number of autocomplete alternatives.