Image source mix

Where images come from: same origin, third party, or inline data URIs.

Field data PhoneDesktopAll Scope All sites Q2 2026 edition · Phone field outcomes
Metric LCP INP CLS
1

At a glance the headline numbers for Image source mix

Where images come from: same origin, third party, or inline data URIs.

3
Categories
In the distribution
60.1%
Fleet share
Top: self
Sites with any
Of self

31.2% of images come from third-party domains.

The State of Web Vitals · Q2 2026 · 189,915 sites · phone field datacorewebvitals.io/state-of-cwv
2

The image source mix mix who uses what, and how fast each group loads

VariantShare of requestsMedian
Self
60%
Third party
31%
Inline
9%

Image source mix. On the fleet: 60.1% self, 31.2% third party, 8.7% inline.

Self leads by count (60.1%) and by bytes (80.0%). computed

The State of Web Vitals · Q2 2026 · 189,915 sites · phone field datacorewebvitals.io/state-of-cwv
3

Passing INP per bucket every category and count level at once - color is the pass rate

1
2
3
4
5
6
7
8
9
10
11
12
Self 60.1%
87
93
94
95
95
94
92
93
93
92
93
91
Third party 31.2%
94
93
93
92
89
90
91
89
90
89
91
86
Inline 8.7%
94
95
92
93
92
91
91
92
89
94
93
85
← few of this category on the pagemany →
60%95%+ of sites passing INP Faded cells: under 100 sites

Each row is a category, each column its own count bucket (few on the left, many on the right); the cell is the share of those sites passing INP.

Inline swings the hardest: 94% of sites pass INP with few, 85% with many. computed

The State of Web Vitals · Q2 2026 · 189,915 sites · phone field datacorewebvitals.io/state-of-cwv
4

Few vs many - does quantity cost INP? the pass rate with few vs many of each category

60%70%80%90%100% few → many
Third party 31.2% 94%86%
Inline 8.7% 94%85%
Self 60.1% 87%91%
% of sites passing INP · hollow ring = pages with few, solid dot = pages with many

Per category: the pass rate among pages with FEW of it (hollow ring) against pages with MANY (solid dot), worst trend first. Thin buckets are excluded from the endpoints.

More Third party costs the most: the INP pass rate falls from 94% with few to 86% with many. computed

The State of Web Vitals · Q2 2026 · 189,915 sites · phone field datacorewebvitals.io/state-of-cwv
5

Why this matters for the Core Web Vitals, and where to start fixing it

Third-party images pay the connection tax: DNS, TCP and TLS before the first byte, on a domain your page has not warmed up. Data URIs are the opposite trap. The image bytes hide inside the HTML or CSS, bloat the document everything else waits for, and cannot be cached on their own.

Keep important images on a domain the browser has already connected to. Inline only icons too small to be worth a request. For everything else, a real URL on a warm connection wins.

Related signals Bytes by resource type → Images per page → DOM size → Iframes per page → Chrome field data from 189,915 sites, representing millions of real page loads · How we measured