we have a web application where we have web terminal to fire some commands from there and request goes back to server via websocket for processing and result comes to the browser and displayed back on the web-terminal.
This web terminal is developed using Angular.JS and jquery.terminal-0.10.0.js and it was working fine until we upgraded to jquery.terminal-2.19.2.js. The browser starts becoming sluggish gradually after firing commands from web terminal. The typed character on terminal and response looks as if they are printing in slow-motion, after sometime of usage.
Has anybody faced the same? Any resolutions? I have tried to upgrade to latest jquery.terminal-2.27.1.js but no improvement.
Browser: Chrome (Version 91.0.4472.12(64-bit)) and FireFox-89(64 bit)
OS: Windows-10
Jquery version- 3.5.1 (changing jquery version does not affect the issue)
Any help is appreciated.