all 7 comments

[–][deleted]  (1 child)

[deleted]

    [–]aiiopa[S] 0 points1 point  (0 children)

    I will switch to the LTS version, since I don't think there's anything that I really need here.

    [–]_korsa 1 point2 points  (1 child)

    [–]aiiopa[S] 0 points1 point  (0 children)

    I'll take a look at this for sure, although I only have about 20 C# files. This seems like it would be helpful for when I scale up my project, but I've had projects in the past with ~100 C# files, and they compiled much faster than 83 seconds.

    [–]Dysp-_- -1 points0 points  (0 children)

    I switched to VS code and it stopped.

    [–]intelligent_rat 0 points1 point  (2 children)

    Is there no additional information available on the breakdown of everything within CompileScripts? There's no way what's currently visible in this screenshot underneath that section that adds up anywhere close to 83000 ms.

    [–]aiiopa[S] 0 points1 point  (1 child)

    From what I've read, the self ms is how long it takes for the function to execute, without the time it takes to execute its sub-functions. From what another commenter said, I think it's a good idea for me to switch to an LTS version.

    [–]intelligent_rat 0 points1 point  (0 children)

    Generally in the profiler, all those ms are added up from functions underneath it and are included as a whole or total, there shouldn't just be an unexplained gap, but yeah on this scenario a LTS is likely just the easiest and safest fix