Gitnux/Report 2026

Website Load Time Statistics

Field data from CrUX still shows many sites missing Core Web Vitals targets, including how TTFB-to-LCP pipeline delays consume 37% of mobile load time after the initial request. You will learn how each measurement layer, from Largest Contentful Paint and Navigation Timing Level 2 to QUIC, TLS 1.3, WebP, and PageSpeed Insights guidance, changes what users actually experience and what to fix first.
25Statistics
25Sources
4Sections
1Visuals
5mRead
5 days agoUpdated
Website Load Time Statistics
Verified via a 4-step process
01Source

Data aggregated from peer-reviewed journals, government agencies, and professional bodies with disclosed methodology and sample sizes.

02Verify

Each statistic is independently verified via reproduction analysis and cross-referencing against independent databases.

03Grade

Figures are graded by cross-model consensus. Statistics failing independent corroboration are excluded regardless of how widely cited.

04Cite

Every figure carries a primary source. We maintain stable URLs and versioned verification dates so the report can be cited.

Read our full methodology →

Statistics that fail independent corroboration are excluded.

Next review Jan 2027
Mobile pages spend 37 percent of load time after the initial request reaches the server. Field data from CrUX and HTTP Archive show that many sites still miss Core Web Vitals targets for LCP, INP, and CLS. Navigation and resource timing APIs identify the specific delays in the TTFB to LCP pipeline and how protocol choices affect concurrency.

Key Takeaways

  • HTTP Archive reports that many sites still exceed recommended performance targets in field data (Core Web Vitals/Speed metrics discussion in State of the Web)
  • Google Chrome will prioritize 'Core Web Vitals' reporting in user experience measurement (CrUX adoption trend statement)
  • Google's PageSpeed Insights is used to evaluate page performance and provides optimization suggestions (tool capability, used widely in industry)
  • Chrome User Experience Report (CrUX) uses real-user 'Core Web Vitals' collected from actual browser users
  • The Largest Contentful Paint element is defined as the largest element by rendered area within the viewport at render time (web.dev LCP definition)
  • 37% of the total page load time on mobile is attributable to delays after the initial request (TTFB-to-LCP pipeline effects)
  • HTTP/1.1 and HTTP/2 request multiplexing affect concurrency; HTTP/2 allows multiple concurrent streams over one TCP connection
  • HTTP/3 uses QUIC over UDP to reduce head-of-line blocking issues compared with TCP-based transport
  • TLS 1.3 reduces the number of round trips required for handshake in common cases (0-RTT / 1-RTT behavior)
  • W3C Navigation Timing Level 2 defines navigation timing attributes to measure page load phases
  • W3C Resource Timing Level 2 enables high-resolution timing for resource fetches to analyze load time bottlenecks
  • A 2019 study found that performance improvements can increase revenue by 4.0% per 1 second improvement in load time (study of e-commerce)

Core Web Vitals from real users show HTTP and transport choices and network delays strongly shape perceived load time.

02 · Category

Measurement Benchmarks11 stats

01
Chrome User Experience Report (CrUX) uses real-user 'Core Web Vitals' collected from actual browser users
02
The Largest Contentful Paint element is defined as the largest element by rendered area within the viewport at render time (web.dev LCP definition)
03
37% of the total page load time on mobile is attributable to delays after the initial request (TTFB-to-LCP pipeline effects)
04
Core Web Vitals target for INP is 200 ms or faster
05
Core Web Vitals target for CLS is 0.1 or less
06
The PerformanceObserver API can observe Core Web Vitals (LCP, CLS, INP) by subscribing to entry types
07
The Performance Timing API marks 'loadEventEnd' at the end of the load event (use for load timing calculations)
08
The Resource Timing API provides 'transferSize' and 'encodedBodySize' for estimating download cost impacting load time
09
The Time To First Byte (TTFB) is measured as response start time minus request start time using timing APIs
10
The Navigation Timing API 'domContentLoadedEventEnd' is an end timestamp for DOMContentLoaded, often used to approximate interactivity timing
11
The 'Paint Timing' API can measure first paint (FP) and first contentful paint (FCP) using performance entries
Interpretation

Measurement Benchmarks Interpretation

Measurement Benchmarks are pointing to a clear mobile performance trend where 37% of total page load time is lost to delays after the initial request, so improving the Core Web Vitals targets of LCP, INP 200 ms or faster, and CLS 0.1 or less is essential for real-world user experience.

03 · Category

Performance Enablers8 stats

01
HTTP/1.1 and HTTP/2 request multiplexing affect concurrency; HTTP/2 allows multiple concurrent streams over one TCP connection
02
HTTP/3 uses QUIC over UDP to reduce head-of-line blocking issues compared with TCP-based transport
03
TLS 1.3 reduces the number of round trips required for handshake in common cases (0-RTT / 1-RTT behavior)
04
WebP provides smaller image sizes than JPEG and PNG; Google reports significant size reduction for web images
05
Chrome's Network Information API exposes effective connection type and downlink estimates to help adapt loading behavior
06
COOP and COEP headers can impact cross-origin isolation, enabling certain performance features (e.g., SharedArrayBuffer usage) for apps
07
QUIC supports stream multiplexing without TCP head-of-line blocking at the transport layer
08
Modern browsers support preload to initiate fetches earlier than when JS requests them (spec: HTML preload)
Interpretation

Performance Enablers Interpretation

Across the main performance enablers, moving from TCP to HTTP/3 with QUIC and from older TLS setups to TLS 1.3 cuts transport delays by reducing head-of-line blocking and handshake round trips, while smarter browser and content choices like Chrome’s Network Information API, WebP’s smaller images, and cross-origin isolation via COOP and COEP help unlock faster, more adaptive loading behavior.

04 · Category

Performance Impact3 stats

01
W3C Navigation Timing Level 2 defines navigation timing attributes to measure page load phases
02
W3C Resource Timing Level 2 enables high-resolution timing for resource fetches to analyze load time bottlenecks
03
A 2019 study found that performance improvements can increase revenue by 4.0% per 1 second improvement in load time (study of e-commerce)
Interpretation

Performance Impact Interpretation

For the Performance Impact category, faster website loading can directly translate to business gains, with a 2019 e-commerce study finding revenue rises by 4.0% for every 1 second improvement in load time.
report visual · Comparison

Where the Time Goes in Mobile Page Loads

A large share of mobile load time comes after the initial request—highlighting the importance of the request-to-render pipeline.

Core Web Vitals target for INP is 200 ms or faster200
37% of the total page load time on mobile is attributable to delays after the initial request (TTFB-to-LCP pipeline effe
37%
Core Web Vitals target for CLS is 0.1 or less
0.1
source-verifiedweb.dev
Reference

Cite This Report

This report is designed to be cited. We maintain stable URLs and versioned verification dates. Copy the format appropriate for your publication below.

APA
Catherine Wu. (2026, February 13). Website Load Time Statistics. Gitnux. https://gitnux.org/website-load-time-statistics
MLA
Catherine Wu. "Website Load Time Statistics." Gitnux, 13 Feb 2026, https://gitnux.org/website-load-time-statistics.
Chicago
Catherine Wu. 2026. "Website Load Time Statistics." Gitnux. https://gitnux.org/website-load-time-statistics.

Sources & references

25 datasets cited across this report · attribution is report-level

+16 additional datasets cited (not shown individually)