You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,65 +74,37 @@ That headline number is the first reminder that ecommerce is not just "a vertica
74
74
75
75
In general, the most popular sites are more likely to be professionally engineered, heavily optimized, and backed by larger budgets.
76
76
77
-
The following table shows how the share of sites that are ecommerce increases as we include less‑popular sites.
78
-
79
-
<figure>
80
-
<table>
81
-
<thead>
82
-
<tr>
83
-
<th>Rank tier</th>
84
-
<th>Desktop share</th>
85
-
<th>Mobile share</th>
86
-
</tr>
87
-
</thead>
88
-
<tbody>
89
-
<tr>
90
-
<td>Top 1,000</td>
91
-
<td class="numeric">0.9%</td>
92
-
<td class="numeric">0.6%</td>
93
-
</tr>
94
-
<tr>
95
-
<td>Top 10,000</td>
96
-
<td class="numeric">3.5%</td>
97
-
<td class="numeric">3.1%</td>
98
-
</tr>
99
-
<tr>
100
-
<td>Top 100,000</td>
101
-
<td class="numeric">8.0%</td>
102
-
<td class="numeric">7.1%</td>
103
-
</tr>
104
-
<tr>
105
-
<td>Top 1,000,000</td>
106
-
<td class="numeric">17.4%</td>
107
-
<td class="numeric">15.7%</td>
108
-
</tr>
109
-
<tr>
110
-
<td>Top 10,000,000</td>
111
-
<td class="numeric">21.7%</td>
112
-
<td class="numeric">21.0%</td>
113
-
</tr>
114
-
<tr>
115
-
<td>All sites</td>
116
-
<td class="numeric">19.9%</td>
117
-
<td class="numeric">19.2%</td>
118
-
</tr>
119
-
</tbody>
120
-
</table>
121
-
<figcaption>
122
-
{{ figure_link(
123
-
caption="Ecommerce adoption by rank",
124
-
sheets_gid="1784928999",
125
-
sql_file="counts.sql",
126
-
) }}
127
-
</figcaption>
128
-
</figure>
77
+
{{ figure_markup(
78
+
image="adoption-by-rank.png",
79
+
caption="Ecommerce adoption by rank.",
80
+
description="Bar chart showing how the adoption of ecommerce platforms varies significantly depending on a website's global traffic rank. Adoption is lowest among the top 1,000 most-visited sites at just 1% but as the rank expands to include less-trafficked sites, adoption rates climb steadily, peaking at 22% for desktop and 21% for mobile within the top 10 million sites. Across all rank groups, desktop adoption consistently remains 1–2 percentage points higher than mobile.",
- Share of sites that are ecommerce increases as we include less‑popular sites.
132
90
- At the very top of the web (top 1,000), ecommerce is present but rare.
133
91
- This grows over each rank.
134
92
- By the time you reach the top 10 million, roughly one in five sites is an online store.
135
93
94
+
### Adoption trend
95
+
96
+
{{ figure_markup(
97
+
image="adoption-by-year.png",
98
+
caption="Ecommerce adoption by year.",
99
+
description="Bar chart showing that overall ecommerce adoption over the years. Between 2024 and 2025, the percentage of desktop sites identified as ecommerce remained flat at 20%, while mobile adoption also held steady at 19%. This follows a period of gradual expansion from 2022, where both platforms started at 17% adoption.",
Looking at the trend over time we see a gradual increase year on year.
107
+
136
108
## Platform market share
137
109
138
110
Across both desktop and mobile, the platform landscape remains top-heavy: a small set of systems account for the majority of detected stores, while a long tail of niche and regional platforms fills the rest.
@@ -283,7 +255,7 @@ The following tables show the share of detected ecommerce sites within ecommerce
283
255
284
256
### Trends since 2024
285
257
286
-
If you zoom out to the last few years, the story is less about disruption and more about slow consolidation:
258
+
If you zoom out to the last few years, the story is less about disruption and more about slow consolidation
287
259
288
260
- WooCommerce remains the largest ecosystem, staying roughly flat (about 36% → 36% of ecommerce sites from 2024 to 2025).
289
261
- Shopify continues to gain share (about 20% → 21%).
@@ -479,22 +451,14 @@ We use Core Web Vitals (CWV) field metrics to summarize real‑user experience:
479
451
A site is considered "good" on CWV when it passes all three thresholds.
480
452
481
453
{{ figure_markup(
482
-
image="desktop-core-web-vitals-by-platform.png",
483
-
caption="Desktop Core Web Vitals pass rate by platform in 2025.",
454
+
image="top-ecommerce-passes-cwv-rates.png",
455
+
caption="Top ecommerce platform CWV pass rates.",
484
456
description="Bar chart showing the share of desktop ecommerce origins with good Core Web Vitals across leading platforms in 2025.",
@@ -714,16 +678,6 @@ A few patterns show up repeatedly:
714
678
- LCP is the biggest differentiator-platforms that ship fast themes and tightly controlled app ecosystems tend to score better.
715
679
- WooCommerce has scale, but not automatic speed: its CWV pass rates lag behind SaaS-heavy ecosystems, which is consistent with its infinite customization nature.
716
680
717
-
### Year-over-year movement
718
-
719
-
Looking at the largest platforms from 2024 → 2025, most ecosystems improved their "good" Core Web Vitals share, but the magnitude differs:
720
-
721
-
- Wix eCommerce sees the biggest jump (≈ 16% on mobile and 19% on desktop).
722
-
- Shopify also improves materially (≈ 8% mobile; 6% desktop).
723
-
- WooCommerce improves more modestly (≈ 5% mobile; 4% desktop).
724
-
725
-
This is the tradeoff you should expect: platforms that centralize more of the stack can deliver performance improvements to millions of stores at once. Platforms that decentralize responsibility (themes, plugins, hosting, agencies) tend to improve more slowly because the bottleneck is coordination.
726
-
727
681
## Lighthouse
728
682
729
683
Lighthouse is the HTTP Archive's lab-based audit. Unlike Core Web Vitals (field data), it runs in a controlled environment (simulated device, throttled network/CPU) and produces scores for Performance, Accessibility, SEO, and Best Practices:
@@ -958,159 +912,14 @@ Payments are where ecommerce becomes real. They also represent a major dependenc
958
912
{{ figure_markup(
959
913
image="payment-provider-distribution.png",
960
914
caption="Payment provider distribution on ecommerce sites in 2025.",
961
-
description="Bar chart showing the distribution of payment providers detected on ecommerce sites in 2025, led by PayPal, Apple Pay, Shop Pay, Visa, and Mastercard.",
description="Bar chart which identifies PayPal as the dominant payment provider, appearing on 2.2% of desktop sites and over 2.0% of mobile sites. Other major digital wallets like Apple Pay (1.5%) and Shop Pay (1.4%) follow closely, reflecting a broader 2025 trend where digital wallets are projected to drive 65% of ecommerce growth. Interestingly, traditional card networks like Visa and Mastercard show lower direct site integration at 1.2%, as consumers increasingly prefer to use these cards through more secure, \"one-click\" digital wallet interfaces. Specialist services like Venmo (0.3%) and Klarna Checkout (0.2%) maintain smaller but significant niches, particularly as Buy Now, Pay Later (BNPL) options continue to boost conversion rates for specific retail verticals.",
The following tables show the most commonly detected payment providers in 2025.
969
-
970
-
<figure>
971
-
<table>
972
-
<thead>
973
-
<tr>
974
-
<th>Payment provider</th>
975
-
<th>Share of payment detections</th>
976
-
<th>Share of all sites</th>
977
-
</tr>
978
-
</thead>
979
-
<tbody>
980
-
<tr>
981
-
<td>PayPal</td>
982
-
<td class="numeric">19.1%</td>
983
-
<td class="numeric">4.1%</td>
984
-
</tr>
985
-
<tr>
986
-
<td>Apple Pay</td>
987
-
<td class="numeric">13.1%</td>
988
-
<td class="numeric">2.8%</td>
989
-
</tr>
990
-
<tr>
991
-
<td>Shop Pay</td>
992
-
<td class="numeric">11.8%</td>
993
-
<td class="numeric">2.5%</td>
994
-
</tr>
995
-
<tr>
996
-
<td>Stripe</td>
997
-
<td class="numeric">9.8%</td>
998
-
<td class="numeric">2.1%</td>
999
-
</tr>
1000
-
<tr>
1001
-
<td>Visa</td>
1002
-
<td class="numeric">9.6%</td>
1003
-
<td class="numeric">2.1%</td>
1004
-
</tr>
1005
-
<tr>
1006
-
<td>Mastercard</td>
1007
-
<td class="numeric">9.6%</td>
1008
-
<td class="numeric">2.1%</td>
1009
-
</tr>
1010
-
<tr>
1011
-
<td>American Express</td>
1012
-
<td class="numeric">8.7%</td>
1013
-
<td class="numeric">1.9%</td>
1014
-
</tr>
1015
-
<tr>
1016
-
<td>Google Pay</td>
1017
-
<td class="numeric">8.0%</td>
1018
-
<td class="numeric">1.7%</td>
1019
-
</tr>
1020
-
<tr>
1021
-
<td>Venmo</td>
1022
-
<td class="numeric">2.6%</td>
1023
-
<td class="numeric">0.6%</td>
1024
-
</tr>
1025
-
<tr>
1026
-
<td>Klarna Checkout</td>
1027
-
<td class="numeric">1.6%</td>
1028
-
<td class="numeric">0.4%</td>
1029
-
</tr>
1030
-
</tbody>
1031
-
</table>
1032
-
<figcaption>
1033
-
{{ figure_link(
1034
-
caption="Top payment providers (desktop)).",
1035
-
sheets_gid="2028626432",
1036
-
sql_file="top_payment_providers.sql",
1037
-
) }}
1038
-
</figcaption>
1039
-
</figure>
1040
-
1041
-
<figure>
1042
-
<table>
1043
-
<thead>
1044
-
<tr>
1045
-
<th>Payment provider</th>
1046
-
<th>Share of payment detections</th>
1047
-
<th>Share of all sites</th>
1048
-
<th>Detected sites</th>
1049
-
</tr>
1050
-
</thead>
1051
-
<tbody>
1052
-
<tr>
1053
-
<td>PayPal</td>
1054
-
<td class="numeric">19.2%</td>
1055
-
<td class="numeric">3.1%</td>
1056
-
</tr>
1057
-
<tr>
1058
-
<td>Apple Pay</td>
1059
-
<td class="numeric">12.9%</td>
1060
-
<td class="numeric">2.1%</td>
1061
-
</tr>
1062
-
<tr>
1063
-
<td>Shop Pay</td>
1064
-
<td class="numeric">11.5%</td>
1065
-
<td class="numeric">1.9%</td>
1066
-
</tr>
1067
-
<tr>
1068
-
<td>Visa</td>
1069
-
<td class="numeric">10.1%</td>
1070
-
<td class="numeric">1.7%</td>
1071
-
</tr>
1072
-
<tr>
1073
-
<td>Mastercard</td>
1074
-
<td class="numeric">10.1%</td>
1075
-
<td class="numeric">1.7%</td>
1076
-
</tr>
1077
-
<tr>
1078
-
<td>Stripe</td>
1079
-
<td class="numeric">9.3%</td>
1080
-
<td class="numeric">1.5%</td>
1081
-
</tr>
1082
-
<tr>
1083
-
<td>Google Pay</td>
1084
-
<td class="numeric">9.0%</td>
1085
-
<td class="numeric">1.5%</td>
1086
-
</tr>
1087
-
<tr>
1088
-
<td>American Express</td>
1089
-
<td class="numeric">9.0%</td>
1090
-
<td class="numeric">1.5%</td>
1091
-
</tr>
1092
-
<tr>
1093
-
<td>Venmo</td>
1094
-
<td class="numeric">2.2%</td>
1095
-
<td class="numeric">0.4%</td>
1096
-
</tr>
1097
-
<tr>
1098
-
<td>Klarna Checkout</td>
1099
-
<td class="numeric">1.6%</td>
1100
-
<td class="numeric">0.3%</td>
1101
-
</tr>
1102
-
</tbody>
1103
-
</table>
1104
-
<figcaption>
1105
-
{{ figure_link(
1106
-
caption="Top payment providers (mobile)).",
1107
-
sheets_gid="2028626432",
1108
-
sql_file="top_payment_providers.sql",
1109
-
) }}
1110
-
</figcaption>
1111
-
</figure>
1112
-
1113
-
The top 10 payment technologies account for the bulk of payment detections on both devices-another reminder that payments consolidate quickly.
922
+
The top 10 payment technologies account for the bulk of payment detections on both devices-another reminder that payments consolidate quickly. However it's worth noting that no single provider or two stands out as overall dominant.
0 commit comments