Why does replit take 38 seconds to run a C# app that only displays a single line of text?

Question:

Hello,

Basically the title, replit is taking 38 seconds (sometimes longer!) to build and run a basic C# application that only displays a single line of text.

Are they throttling their service on purpose?

Replit Profile: https://replit.com/@MichaelCooper

I believe this was already reported here:

3 Likes

We’ve made some performance improvements to the C# template. It did hit some CPU bottlenecks for a free user which ultimately made it take longer than a Core user. Now as a free user, if you fork it (and possibly kill it once in the shell), you should be able to get it down to around 9 seconds or less. Core users will get 4-8 seconds more consistently.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.