Angular Cli based SPA template is really slow when calling webapi #250

Closed
opened 2025-08-09 17:15:34 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @berlstone on 12/25/2017

There are lot of calls ajax / websocket calls running in the background which makes the template too slow.
When we make a call to webapi, the request will need to wait for quite some time to fetch the result because the other concurrent websock calls which takes too long to complete.
What are these calls ?
why are they required ?
Any suggestions to disable this multiple calls ?

image
image

*Originally created by @berlstone on 12/25/2017* There are lot of calls ajax / websocket calls running in the background which makes the template too slow. When we make a call to webapi, the request will need to wait for quite some time to fetch the result because the other concurrent websock calls which takes too long to complete. What are these calls ? why are they required ? Any suggestions to disable this multiple calls ? ![image](https://user-images.githubusercontent.com/1524923/34342793-ba4f394c-e9d4-11e7-8782-0c4ff794df50.png) ![image](https://user-images.githubusercontent.com/1524923/34342796-d3f6eb56-e9d4-11e7-99cc-23d480dafc59.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#250
No description provided.