Improving web-based network traffic
It is a good idea to keep an eye on the performance of your web applications. This helps you see how well your application transmits and receives information from the network we all know as the internet or, as it is increasingly being referred to, the cloud. You can even track down those calls that are taking a long time to complete, enabling you to improve the responsive performance of your application.
There are various ways that you can accomplish this task. But we will only focus on one way, and that way is to record your application’s performance in the web browser using the in-built development tools performance analyzer. Specifically, we will be looking at using Microsoft Edge’s development tools. This will be the topic of the next section.
Recording your web-applications performance using Microsoft Edge
In this section, you will be using the Microsoft Edge web browser to analyze the performance of your web applications...