Navigation Timings Chart

Last modified on November 20, 2023

The Navigation Timings chart on the Charts tab of the test results screen shows the network timings as the virtual user is loading the page in its browser.

Timings notably affect the user experience, so it is recommended that you keep these values as low as possible. Many factors have their effect on timings, including the network speed, server response time, and size of the website’s content.

Navigation Timings chart

Click the image to enlarge it.

Working with the chart

  • To show only one graph, double-click the name of this graph in the chart legend.

  • To stop showing a graph, click the name of its graph in the chart legend once.

  • To zoom in a segment of a chart, select it with your mouse.

  • To restore the default scaling of a chart, double-click on its legend.

Chart actions

Click the image to enlarge it.

The diagram includes the following measurements:

  • Horizontal — The duration of the test run.

  • Vertical — The average time for each metric in milliseconds; the number of virtual users.

Navigation timings

LoadNinja counts the following navigation timings, one after another:

Load test structure

Each timing is counted separately. The total time is the overall duration of the load test.

Graphs

Graphs appearing by default represent different stages of the load test:

Graph Description

DNS Time

The time spent performing a DNS lookup, that is, obtaining the IP address of the website from a DNS server. If this value is elevated, it indicates that a virtual user had problems with reaching the DNS server and retrieving its response.

Connect Time

The time spent performing a TCP handshake, that is, establishing a connection to a web server after the DNS lookup. If this value is elevated, this indicates possible network and routing problems or low efficiency of the server bandwidth.

Redirect Time

If the tested website has initially responded with an HTTP 301 or 302 redirect, this shows the time that a virtual user spent following the redirects until getting to the final URL.

There may be several redirects, each needing another DNS lookup, TCP connection, and HTTP request, so the redirect time can be represented in greater details like this:

Redirect Time details
Note: Redirect time does not apply to client-side redirects via META refresh tags or JavaScript functions.

First Byte Time

The time spent waiting for the first byte of the response from the server. Its duration includes processing the requests, accessing the database of the server, selecting and generating the response, and depends on the server performance mostly. If this value is elevated, this indicates a possible high server load, problems with database queries, memory leaks, or other performance issues.

Response Time

The execution time of the first request on the page (the first page in the test step). That is, the total time passed from the moment when the client sent the composed request until the moment when the page’s HTML code got downloaded.
If the page refers to images, JavaScript, CSS files, and other external resources, they will not be included.

DOM Load Time

The total time it took to load and construct the DOM. The DOM is considered completed when the DOMContentLoaded event starts.
The images, CSS, scripts, and other resources the page refers to may still be loading at this point.

Event Time

The time it took the page’s onload() event handler to run. It helps you understand how long the client-side scripts run when the page is loaded.

Total

The total time it took to run the load test.

Virtual Users

The number of virtual users.

View filtered results

By default, LoadNinja shows metrics for the whole load testing scenario. To command it to demonstrate data only on a specific UI or API test, use the drop-down list on the left:

Navigation Timings chart: View command

Click the image to enlarge it.

To retrieve data on a specific URL, select the test step that works with this URL in the View drop-down list above:

Navigation Timings chart: Specific URL

Click the image to enlarge it.

See Also

Test Results
Script and Step Metrics Chart
Error Count Chart

Highlight search results