Skip to main content

Page load statistics

Home > Select Project > Statistics > Page Load Statistics

The Page Load Statistics menu provides the load performance data for each page of the website. This menu allows you to trace in detail how each page is loaded, identify pages that are underperforming, and analyze the performance of improved pages. You can also get useful information to improve user experience of the web application.

  • It provides load performance statistics for each page URL path.

  • You can check the statistics based on the average, maximum, minimum, and percentile.

  • You can analyze the performance in detail by filtering on the detailed time while page loading.

  • The navigation timing API provides statistics by collecting the time data for each step for page loading.

Note

For more information about the data collected in Page Load Statistics, see the following.

Basic usage guide

Various performance metrics are provided such as page load time, DOM load time, network latency, and resource load time based on the page URL path. This helps you determine if the page has been optimized for performance.

Page Load Statistics

  1. Set the date and time to view the performance metrics in Time.

  2. Select the desired criteria in Statistical criteria.

  3. Select Search icon on the upper right of the screen.

You can see the performance metrics of the time range searched for through graph charts and lists in each section. If you hover the mouse over the graph chart in each section, the metric information for the time zone appears.

Note

For more information about Statistical criteria, see the following.

Setting the lookup time

Set the date and time to view the performance metrics in Time.

  • Select the green button on the utmost right, you can select from various time ranges.

    Time setting

  • By selecting Left arrow icon or Right arrow icon, you can shift the time. The shifting interval is the time interval set on the right.

  • Click the Date & Time area to manually select the desired date and time.

    Time setting

Note
  • The maximum time you can select is 3 days, and the minimum selectable time is 5 minutes.

  • If you select a range of 2 hours or less, data is retrieved every 5 minutes. If it exceeds 2 hours, data is retrieved every 1 hour.

Selecting statistical criteria

Statistical criteria is an option that allows users to check the statistical metrics to analyze based on the following selection criteria:

  • Avg: It provides statistics by calculating the average load times for each page.

  • Max: It provides statistics based on the maximum load times for each page. It indicates that you can identify which page URL has the most inefficient page load time.

  • Min: It provides statistics based on the minimum load times for each page. This allows you to identify which page URL has been loaded under the most optimal conditions. It is useful when setting the performance optimization goals.

  • percentile: It provides statistics of the load times for each page percentile.

    • 95quantile: It is the slowest 5% of page load times, which represents the experience of the top 5% of users who experienced the slowest page load times.

    • 90quantile: This page load time corresponds to the slowest 10% of users, and is useful to identify performance issues primarily among slow user group.

    • 75quantile: It displays the load times of the top 25% of users whose page load times are slower than the bottom 75%.

    • 50quantile: The median means that half of all users loaded the page faster than the time, and half of them loaded the page slower.

Tip
  • Avg is useful for getting an overall performance status, but it can be difficult to detect cases where performance degradation occurs intermittently. At this time, by using the Max and percentile options together, you can check the time when the performance degradation occurred and how severe it was.

  • Min can be used as a reference when setting the performance optimization goals or evaluating how effective a specific optimization is. However, because it is difficult to evaluate the consistency of performance with this value alone, it is recommended to analyze the statistical data together with the Avg or percentile option.

  • The percentile option is ideal for analyzing performance data at a more precise level than simple averages, providing valuable data for improving user experience. This option allows you to identify the percentage of users experiencing performance degradation and effectively select the target pages to optimize.

Downloading the viewed result

You can download the searched data as a CSV format file. Select Download icon on the upper right of the screen. The CSV file name has the format of LoadStatistics_YYYYMMDD_HHMMSS.csv.

Screen layout

Page load performance trend

This chart visualizes the changes in page load count and performance metric (response time) over time. This graph allows you to see if there have been any performance fluctuations over a specific period.

  • If you select the blue bar graph for a specific time, the data can be viewed in the Top 10 page load times, Top 10 page load counts, Page group list sections for the selected time range.

    Page load performance trend

  • Depending on the options selected in Statistical criteria, the items displayed in the chart are changed.

Statistical criteria: Avg/Max/Min

Page load performance trend

  • The blue bar graph is the number of pages loaded for a specific time zone.

  • The purple line graph is the average page loading time for the time zone.

Statistical criteria: percentile

Page load performance trend

  • Blue represents 50quantile, purple 75quantile, orange 90quantile, and green 95quantile.

  • The blue bar graph is the number of pages loaded for a specific time zone.

Top 10 page load times

Page groups are grouped by 5-minute or 1-hour intervals and the top 10 page groups with the longest page load times per unit are displayed in a time series graph. This graph displays the data sorted in descending order of the page load time.

Top 10 page load times

  • The bar chart at the bottom of the section displays the average values for each page group in the time series graph.

  • If Statistical criteria is Avg or Max, Min, the elapsed time is expressed with the selected reference value.

  • If Statistical criteria is percentile, the elapsed time is expressed as 95quantile.

  • If data is not collected in continuous time intervals but exists only in specific intervals, a bar graph is displayed only.

Top 10 page load counts

Page groups are grouped by 5-minute or 1-hour intervals and the top 10 page groups with the highest page load counts per unit are displayed in a time series graph. This graph displays the data sorted in descending order of the page load count.

Top 10 page load counts

  • The bar chart at the bottom of the section displays the sum values for each page group in the time series graph.

  • If data is not collected in continuous time intervals but exists only in specific intervals, a bar graph is displayed only.

Page group list

It is a list where you can check various performance metrics based on the page group.

Page group list

  • If you select Statistical criteria as percentile, you can additionally check the number of cases for each page group and the elapsed time for 50quantile, 75quantile, 90quantile, and 95quantile.

  • When you select Detail icon Detail on the utmost left of the list, the Page load statistics details screen appears. You can check detailed statistical information of the selected page group through the Page load statistics details screen. For more information, see the following.

  • You can move to the User Session Log Search menu by selecting Right arrow icon in the Page group column. You can check the results by applying the selected page group URL and query time as filters.

  • Column Icon Column Settings: You can hide the table header columns or add desired items. You can also change the column order. For more information, see the following.

Note
  • When you move from the Page Load Statistics menu to the User Session Log Search menu, the data before and after the specific time range may also be included.

    • View for 2 hours or more: Data is searched every 1 hour, with 1 hour added before and after the query time range.

      For example, if you search for 3 hours from 11:00 to 14:00 on October 21, 2024, the actual search range is extended to 5 hours from 10:00 to 15:00 on October 21, 2024.

    • Query within 2 hours: Data is retrieved every 5 minutes, with 5 minutes added before and after the query time range.

      For example, if you search for 30 minutes from 11:00 to 11:30 on October 21, 2024, the actual search range is extended to 40 minutes from 10:55 to 11:35 on October 21, 2024.

  • If you hover your mouse over a column header in the table, the detailed information about the column is provided in a tooltip format. For more information about column entries, see the following.

    Tooltip

Page load statistics details

You can check the statistics details for the selected page group.

  • Page load timeline

    Page load timeline

    It provides the overall page loading performances for the web applications. It displays the page load times and the average times for each load step. You can see the overall performance of your browser applications through this. For more information, see the following.

    Note

    If Statistical criteria is percentile, the page load performance is displayed as a percentage. Blue represents 50quantile, purple 75quantile, orange 90quantile, and green 95quantile.

  • Page load time

    Page load time

    You can check the page load time over time for the selected page group. You can select various performance metrics from the selection box. For more information about the performance metrics, see the following.

    Note

    If Statistical criteria is percentile, the page load times for each percentile are provided.

  • Page load count

    Page load count

    You can see the page load counts over time for the selected page group.

  • Top 10 page loads by Browser / Top 10 page loads by OS / Top 10 page loads by Device

    Page load top10

    A pie chart for the top 10 browsers, operating systems, and devices is provided based on the number of page loads. This allows you to identify the environment in which users interact with the web application.

  • Page load times by Browser / Page load times by OS / Page load times by Device

    Page load top10

    The page load times by browser, operating system, and device are provided. This helps you check the user environment of slowed page load times.

    Note

    You can change to a table list format by selecting Table icon on the upper right of each section. The table list format provides the additional information about the elapsed time and time details. To change back to the graph format, select Graph icon.

  • Page URL Path list

    Page load top10

    It is a list of tables that allow you to view various performance metrics at a glance based on the page URL path. The list is provided based on URL paths that are not grouped by regular expressions.

    • If you select Detail icon Detail on the utmost left of the list, you can check the Page load statistics details screen based on the page URL path.

    • You can go to the User Session Log Search menu by selecting Right arrow icon in the Page URL Path column. You can check the results by applying the selected page group URL and query time as filters.

    Note
    • If you move from Page URL Path list to User Session Log Search, the data before and after a specific time range may also be included.

      • View for 2 hours or more: Data is searched every 1 hour, with 1 hour added before and after the query time range.

        For example, if you search for 3 hours from 11:00 to 14:00 on October 21, 2024, the actual search range is extended to 5 hours from 10:00 to 15:00 on October 21, 2024.

      • Query within 2 hours: Data is retrieved every 5 minutes, with 5 minutes added before and after the query time range.

        For example, if you search for 30 minutes from 11:00 to 11:30 on October 21, 2024, the actual search range is extended to 40 minutes from 10:55 to 11:35 on October 21, 2024.

    • If you hover your mouse over a column header in the table, the detailed information about the column is provided in a tooltip format. For more information about column entries, see the following.

      Tooltip

Info
  • Data collection restrictions

    • The list of up to 5,000 page URL paths are generated every 5 minutes and it is sent to the server.

    • If the number of unique URL paths exceeds 5,000 for 5 minutes, additional data is ignored.

  • Data accuracy

    Navigation Timing API may collect some detailed time information as 0. This may cause some performance metrics not to be displayed.

  • Charting interval

    The chart interval is determined by the time unit of the data being viewed.

    • If you query with 1-hour data, the chart interval is displayed as 1 hour.

    • If you query with 5-minute data, the chart interval is displayed as 5 minutes.

Filtering the searched results

You can filter the retrieved statistical data based on Page group or Performance metrics ({unit}) to focus on analyzing the desired content.

Page group filter

You can select a page related to a specific URL to view its performance data. Select a desired page group in the Page group option.

Page group

Note

The page groups can be selected up to 3 groups.

Performance metrics filters

Performance metrics include the page load time, redirection time, download time, and such. You can perform query by applying thresholds to various performance metrics. Select the desired metrics from the Performance metrics ({unit}) option, and then apply the thresholds and operator conditions.

Performance indicators

  • Operators: > (greater than), >= (greater than or equal to), < (less than), <= (less than or equal to), == (equal to)

  • You can enter a positive number, negative number, or 0 as the threshold, but whether to enter a negative number may differ depending on the selected performance metrics.

  • You can apply filters and search for a single performance metric.

Note

For more information about the performance metrics that can be selected, see the following.

Setting columns

You can hide table header columns or add desired items in Page group list. You can also change the column order. Select Column icon Column Settings.

Column Settings

Note

To sort the list on the left in ascending or descending order, select the Sort icon / Sort icon button.

Adding columns

  1. Select columns to add from the list on the left.

  2. Check that the selected columns are added to the list on the right.

  3. Once you have added all the desired columns, select Confirm.

Note
  • To select all columns, click Select all at the top of the list on the left.

  • For more information about column entries, see the following.

Deleting columns

  1. Select Delete icon on the right of the column to delete from the list on the right.

  2. Make sure the checkboxes for the deleted columns are unchecked in the list on the left.

  3. Once you have deleted all the desired columns, select Confirm.

Changing the column order

The following features allow you to change the order of columns or fix the desired items.

  • You can change the order of the columns by dragging items to change in the list on the right to the desired positions.

  • Select Pin Icon on the right of a column entry. The selected column is fixed on the top. The fixed columns are fixed to the utmost left in the table list.

After all settings are finished, selectConfirm.

Initializing the column settings

To cancel all changes and reset them, select Reset icon Initialized. Select Confirm to reflect the initialized settings.

Guide to the columns and terms

ColumnsUnitDescription
Backend timemillisecondThis represents the average time processed in the backend during page load, meaning the time taken from startTime to responseEnd.
Frontend timemillisecondThis represents the average processed time of the front-end area during page load, meaning the time taken from domInteractive to loadEventEnd.
Redirect timemillisecondThis displays the average time taken for the browser to load a web page and go through the redirection process, meaning the time taken from redirectStart to redirectEnd.
Caching timemillisecondThis represents the average time taken for the browser to retrieve cached resources while loading a web page, measured from fetchStart to domainLookupStart.
DNS timemillisecondThis represents the average time taken for a browser to view a website domain while loading web pages, measured from domainLookupStart to domainLookupEnd.
Connection timemillisecondThis represents the average time taken for the browser to establish a network connection with the server, measured from connectStart to connectEnd.
SSL timemillisecondThe average time taken by a browser during the TCP handshake process while loading web pages, measured from secureConnection Start to connectEnd.
FirstByte timemillisecondThis represents the average time taken for a browser to send a network request while loading a web page and receive the first byte from the server, measured from requestStart to responseStart.
Download timemillisecondThis represents the average time taken for a browser to download resources from the server while loading a web page, measured from responseStart to responseEnd.
DomContentLoaded timemillisecondThis represents the average time taken for a web page to render its initial content and become interactive, measured from domContentLoadedEventStart to domContentLoadedEventEnd.
Dom load timemillisecondIt represents the average time taken for a web page to load all resources and complete rendering until it is ready for user interaction. This indicates the time taken from loadEventStart to loadEventEnd.
Rendering timemillisecondThis represents the average time taken to render resources downloaded from the server on the screen and complete the page load event, meaning the time taken from domInteractive to domComplete.
onLoad event timemillisecondThis represents the average time taken for a load event to be completed as measured by a browser, meaning the time taken from the start to loadEventEnd.
Elapsed timemillisecondThis is the average time taken for a browser to fully load a web page, which is the time until an additional interaction is completed after loadEventEnd. It indicates the page load completion time measured by the browser agent.
CountCountNumber of page loads.
Page groupURL textIt is a group of statistics that provides URL paths normalized using regular expressions. For more information, see the following.
Page URL PathURL textIt is a URL path that has not been normalized using a regular expression.
BrowserTextIt is the type of browser used by the end user, such as Chrome, Edge, Safari, and the like.
OSTextIt is the type of OS that the end users are using on their device, such as macOS, Windows, or Linux.
DeviceTextIt is the type of device used by the end user, such as Desktop, Mobile, or Tablet.