Performance testing of frontend JavaScript

191 views Asked by At

I am tasked with the performance testing of an application, which employs AngularJS on the frontend. The first HTTP request fetches all the functions and all the following interactions with application is served/responded to by the various JavaScript functions.

Any thoughts on how I can test the performance of this application? Essentially I am looking to see if the JS functions are executed within the SLA requirements.

0

There are 0 answers