0

I have integrated Angular Universal into my Angular App and I have deployed it into Azure App Services. Now I am observing that my app using a lot of the CPU than before.

Earlier in Client Side Rendering CPU usage was very less but now I can see the CPU percentage increases as the number of request increases. When my website generates a lot of traffic it ends up with longer page loads or site down.

Is there anything we can optimize in code level to resolve this issue or somehow can we implement rate limit to manage requests??

Any help is highly appreciated..

  • It seems like they've been planning for [`Process.Start`](https://github.com/MintPlayer/MintPlayer.AspNetCore.SpaServices.Routing/blob/master/MintPlayer.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs#L234) to allow choosing [which cpu group to run on](https://github.com/dotnet/runtime/issues/30124#issuecomment-648154406) for a long time but it's not implemented yet. But normally this should be okay by default. Hope someone else has an idea – Pieterjan Nov 03 '22 at 07:30

0 Answers0