Speed up terminal?

I’m running neovim in my replit for text editing, and the main bottleneck seems not to be the server (startup time of 50ms), but my terminal’s connection to the server.

Is the connection to the server rate limited? or is the issue with my internet bandwidth? How can I speed it up?

2 Likes

I think you could upgrade your Repl’s CPU and that would help, but @IanAtCSTeach can help more than I can.

2 Likes

Like I said, neovim is not consuming much cpu (it runs using around 10% usually), I think the issue is the stdout from the server is taking too long to reach my browser.

3 Likes

In that case, this post should have been marked as a bug and not Replit Help. I will mark it as a Bug and then help you from there.

2 Likes

by the way, Welcome to the community! I hope you have a great time here!

3 Likes

Thank you! replit is a really awesome site

2 Likes

It is! I have been using it for about 1 month!

2 Likes

I think the terminal uses the goval ratelimit service, which is probably slowing down shell output data.

2 Likes