app.telemetry Page Speed Monitor -Web page load time calculator!

Getting the page load time of any web page was never so easy! In this hi-tech era, where time is too expensive, saving every second counts. app.telemetry Page Speed Monitor has come to the tester’s rescue, with showing the duration of the page load as it helps to get rid of few testing.

About this Add-on

app.telemetry Page Speed Monitor has led to dumping load testing without using any performance testing tool as it shows offset and duration of each step for any web page. When a user starts navigating the web page, he can see the load time in the status bar in running mode. Also, it can be installed in Mozilla Firefox and Google Chrome browser. For compatibility and system testing, user can easily track the web page performance and server response time. Here, time is measured in milliseconds in the status bar as shown in the screen shot below:

360blog_image1

In the above screenshot you can see a demo of accessing Google search engine, it took 2995 milliseconds to load the page. An easy to use add-on, once installed, app.telemetry Page Speed Monitor starts working as a user accessing the web page.

As soon as you access a page, you are able to see the load time in the status bar and detailed information too is available just a click away e.g. Redirect, App cache, DNS lookup, TCP connection, TCP request, TCP response, Processing right up to the onload event, as shown below:

360blog_image2

The metrics can be further explained as:

Redirect (URL-Redirection, URL-Forwarding): When a web browser attempts to open a URL which is being redirected, a page with a different URL is opened.

App cache: This is a browser cache for a temporary storage (cache) of resources.

DNS Lookup: Domain name is matched with the appropriate IP address.

TCP Connection: Your system establishes a connection via TCP.

TCP Request: Referring to the time taken from initial request to the first byte of response.

TCP Response: Duration from the first byte of response to the completion of response.

Processing: Your browser parses the HTML, CSS and synchronous Java script.

Onload event: Final behaviour of the web page –the page is fully loaded or not.