Options

Angular and web api - application

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. 





Tagged:

Best Answers

  • Options
    Alex BAlex B Posts: 1,132 Diamond 4
    Hi @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
    Product Support Engineer | Redgate Software

    Have you visited our Help Center?
  • Options
    chitchatchitchat Posts: 17 New member
    I 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

Sign In or Register to comment.