Angular and web api - application
chitchat
Posts: 17 New member
I have to profile one project/solution.
In that one project is angular and this angular calling other project which contains web apis.
Can we profile the application from angular part using ants profiler?
Angular project is one Port and web api in another port. Can we profile both together?
I want to profile the application as it works from the browser.
Could you please help? Please correct me if i am wrong.
In that one project is angular and this angular calling other project which contains web apis.
Can we profile the application from angular part using ants profiler?
Angular project is one Port and web api in another port. Can we profile both together?
I want to profile the application as it works from the browser.
Could you please help? Please correct me if i am wrong.
Tagged:
Best Answers
-
Alex B Posts: 1,157 Diamond 4Hi @chitchat,
Thanks for letting us know - for others on the forum, what did you end up doing? My initial thoughts would have been either including profiling the child processes for the angular part (if it is calling/starting the other process) or using two ANTS Performance Profiler sessions to start both parts on their respective original ports so you would have the profiling results for each.
Kind regards,
Alex -
chitchat Posts: 17 New memberI have selected Webapi for profiling so ants hook with the port web apis was using.
Then in another browser i open the angular UI which is calling the web api.
So it start profiling all the api calls made by the UI.
For Actual angular code profiling i used another profiler.
Answers
Thank you very much for that!
Kind regards,
Alex
Have you visited our Help Center?