Vim works (open/close) slow in remote computer. Other tasks such as giving basic commands like ls works faster. Compilation is also slow. In the output of vim --startuptime, there is a jump in time due to sourcing a file. Is there anything to do to speed up vim?
419 061.563 000.422 000.422: sourcing /usr/share/vim/vim74/ftoff.vim
420 4196.809 000.483 000.483: sourcing /home/doe/.vim/bundle/Vundle.vim/autoload/vundle.vim
lsrunning fast doesn't say anything about the performance, btw. Slow compilation is more meaningful but not a proper test either. If you want to dig deeper google linux benchmark tests or something along those lines and run on the remote and another system with known performance profile and compare.) – B Layer Sep 12 '21 at 13:45