diff --git a/hugo/content/en/api/v2/rum-insights/examples.json b/hugo/content/en/api/v2/rum-insights/examples.json index 284957030d5..e349db62888 100644 --- a/hugo/content/en/api/v2/rum-insights/examples.json +++ b/hugo/content/en/api/v2/rum-insights/examples.json @@ -451,13 +451,18 @@ "global_view_name_pct": 30, "http_method": "GET", "load_frequency_pct": 54, + "local_cache_count": 20, "max_duration_ms": 945.6, "median_duration_ms": 836.2, "min_duration_ms": 812.7, + "non_blocking_count": 23, "p75_duration_ms": 844.1, "p95_duration_ms": 861.8, + "render_blocking_count": 4, + "render_blocking_pct": 14.8, "resource_type": "fetch", "resource_url_path_group": "/api/gallery", + "server_validated_cache_count": 7, "timing_breakdown": { "avg_connect_ms": 20, "avg_dns_ms": 10, @@ -483,7 +488,7 @@ "type": "aggregated_waterfall" } }, - "html": "
data [required]
\nobject
Data envelope for an aggregated waterfall response.
attributes [required]
\nobject
Attributes of an aggregated waterfall response.
application_id [required]
\nstring
The RUM application ID that was analyzed.
criteria
\nobject
Performance criteria to filter view instances by a metric threshold.
max
\ndouble
Maximum threshold in seconds (inclusive).
metric [required]
\nenum
Performance metric used to filter view instances by threshold. \nAllowed enum values: loading_time,largest_contentful_paint,first_contentful_paint,interaction_to_next_paint
min
\ndouble
Minimum threshold in seconds (inclusive).
from [required]
\nint64
Start of the analyzed time range as a Unix timestamp in seconds.
resources [required]
\n[object]
Network resources in chronological waterfall order.
avg_duration_ms [required]
\ndouble
Average total duration in milliseconds.
avg_start_time_ms [required]
\ndouble
Average start time relative to view start in milliseconds.
cache_hit_rate_pct [required]
\ndouble
Cache hit rate as a percentage.
cached_count [required]
\nint32
Number of requests served from cache.
downloaded_count [required]
\nint32
Number of requests downloaded from the network.
global_p75_duration_ms
\ndouble
75th percentile duration across all view names in the application, present when include_global_appearance is true.
global_view_name_count
\nint32
Number of distinct view names in the application that load this resource, present when include_global_appearance is true.
global_view_name_pct
\ndouble
Percentage of distinct view names in the application that load this resource, present when include_global_appearance is true.
http_method [required]
\nstring
HTTP method for the resource request.
load_frequency_pct [required]
\ndouble
Percentage of sampled view instances that loaded this resource.
max_duration_ms [required]
\ndouble
Maximum duration in milliseconds.
median_duration_ms [required]
\ndouble
Median duration in milliseconds.
min_duration_ms [required]
\ndouble
Minimum duration in milliseconds.
p75_duration_ms [required]
\ndouble
75th percentile duration in milliseconds.
p95_duration_ms [required]
\ndouble
95th percentile duration in milliseconds.
resource_type [required]
\nstring
Resource type (JS, CSS, image, fetch, XHR, document, and so on).
resource_url_path_group [required]
\nstring
URL path group used to aggregate similar resources.
timing_breakdown [required]
\nobject
Average timing breakdown per network phase for a resource.
avg_connect_ms [required]
\ndouble
Average TCP connect duration in milliseconds.
avg_dns_ms [required]
\ndouble
Average DNS resolution duration in milliseconds.
avg_download_ms [required]
\ndouble
Average download phase duration in milliseconds.
avg_first_byte_ms [required]
\ndouble
Average time to first byte in milliseconds.
avg_redirect_ms [required]
\ndouble
Average redirect phase duration in milliseconds.
avg_ssl_ms [required]
\ndouble
Average SSL handshake duration in milliseconds.
total_requests [required]
\nint32
Total number of requests for this resource across all sampled views.
views_with_resource [required]
\nint32
Number of sampled view instances that loaded this resource.
sampled_view_ids [required]
\n[string]
List of RUM view IDs sampled for this aggregation, capped at 50.
to [required]
\nint64
End of the analyzed time range as a Unix timestamp in seconds.
total_cache_hit_rate_pct [required]
\ndouble
Overall cache hit rate across all sampled views.
view_count [required]
\nint32
Number of view instances included in the analysis.
view_name [required]
\nstring
The RUM view name that was analyzed.
id [required]
\nstring
Hash-based unique identifier for this aggregation.
type [required]
\nenum
The JSON:API type for aggregated waterfall requests. \nAllowed enum values: aggregated_waterfall
data [required]
\nobject
Data envelope for an aggregated waterfall response.
attributes [required]
\nobject
Attributes of an aggregated waterfall response.
application_id [required]
\nstring
The RUM application ID that was analyzed.
criteria [required]
\nobject
Performance criteria used to filter view instances by a metric threshold, or null when no criteria was applied.
max
\ndouble
Maximum threshold in seconds (inclusive).
metric [required]
\nenum
Performance metric used to filter view instances by threshold. \nAllowed enum values: loading_time,largest_contentful_paint,first_contentful_paint,interaction_to_next_paint
min
\ndouble
Minimum threshold in seconds (inclusive).
from [required]
\nint64
Start of the analyzed time range as a Unix timestamp in seconds.
resources [required]
\n[object]
Network resources in chronological waterfall order.
avg_duration_ms [required]
\ndouble
Average total duration in milliseconds.
avg_start_time_ms [required]
\ndouble
Average start time relative to view start in milliseconds.
cache_hit_rate_pct [required]
\ndouble
Cache hit rate as a percentage.
cached_count [required]
\nint32
Number of requests served from cache.
downloaded_count [required]
\nint32
Number of requests downloaded from the network.
global_p75_duration_ms
\ndouble
75th percentile duration across all view names in the application, present when include_global_appearance is true.
global_view_name_count
\nint32
Number of distinct view names in the application that load this resource, present when include_global_appearance is true.
global_view_name_pct
\ndouble
Percentage of distinct view names in the application that load this resource, present when include_global_appearance is true.
http_method [required]
\nstring
HTTP method for the resource request.
load_frequency_pct [required]
\ndouble
Percentage of sampled view instances that loaded this resource.
local_cache_count [required]
\nint32
Number of requests served from the local browser cache without a network round trip.
max_duration_ms [required]
\ndouble
Maximum duration in milliseconds.
median_duration_ms [required]
\ndouble
Median duration in milliseconds.
min_duration_ms [required]
\ndouble
Minimum duration in milliseconds.
non_blocking_count [required]
\nint32
Number of requests reported by the browser as non-render-blocking.
p75_duration_ms [required]
\ndouble
75th percentile duration in milliseconds.
p95_duration_ms [required]
\ndouble
95th percentile duration in milliseconds.
render_blocking_count [required]
\nint32
Number of requests reported by the browser as render-blocking.
render_blocking_pct [required]
\ndouble
Percentage of render-blocking requests among those reporting a render-blocking status.
resource_type [required]
\nstring
Resource type (JS, CSS, image, fetch, XHR, document, and so on).
resource_url_path_group [required]
\nstring
URL path group used to aggregate similar resources.
server_validated_cache_count [required]
\nint32
Number of cached requests revalidated by the server with a 304 response.
timing_breakdown [required]
\nobject
Average timing breakdown per network phase for a resource.
avg_connect_ms [required]
\ndouble
Average TCP connect duration in milliseconds.
avg_dns_ms [required]
\ndouble
Average DNS resolution duration in milliseconds.
avg_download_ms [required]
\ndouble
Average download phase duration in milliseconds.
avg_first_byte_ms [required]
\ndouble
Average time to first byte in milliseconds.
avg_redirect_ms [required]
\ndouble
Average redirect phase duration in milliseconds.
avg_ssl_ms [required]
\ndouble
Average SSL handshake duration in milliseconds.
total_requests [required]
\nint32
Total number of requests for this resource across all sampled views.
views_with_resource [required]
\nint32
Number of sampled view instances that loaded this resource.
sampled_view_ids [required]
\n[string]
List of RUM view IDs sampled for this aggregation, capped at 50.
to [required]
\nint64
End of the analyzed time range as a Unix timestamp in seconds.
total_cache_hit_rate_pct [required]
\ndouble
Overall cache hit rate across all sampled views.
view_count [required]
\nint32
Number of view instances included in the analysis.
view_name [required]
\nstring
The RUM view name that was analyzed.
id [required]
\nstring
Hash-based unique identifier for this aggregation.
type [required]
\nenum
The JSON:API type for aggregated waterfall requests. \nAllowed enum values: aggregated_waterfall