@nuxt/scripts 1.0.0-beta.23 → 1.0.0-beta.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist/client/200.html +1 -1
  2. package/dist/client/404.html +1 -1
  3. package/dist/client/_nuxt/{Bh9fd9qr.js → C-7nRtzO.js} +1 -1
  4. package/dist/client/_nuxt/{UTi7FhVv.js → D5k4eN9O.js} +1 -1
  5. package/dist/client/_nuxt/DjhmCJlE.js +162 -0
  6. package/dist/client/_nuxt/{B7aPLMNo.js → TJ5JFHov.js} +1 -1
  7. package/dist/client/_nuxt/builds/latest.json +1 -1
  8. package/dist/client/_nuxt/builds/meta/2ec0342e-5e00-4781-82aa-c3c0f9154516.json +1 -0
  9. package/dist/client/_nuxt/entry.C5SUNdim.css +1 -0
  10. package/dist/client/_nuxt/error-404.C_3_IG5y.css +1 -0
  11. package/dist/client/_nuxt/error-500.DSv6YikH.css +1 -0
  12. package/dist/client/index.html +1 -1
  13. package/dist/module.d.mts +6 -20
  14. package/dist/module.d.ts +6 -20
  15. package/dist/module.json +1 -1
  16. package/dist/module.mjs +331 -280
  17. package/dist/registry.mjs +121 -71
  18. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue +5 -1
  19. package/dist/runtime/composables/useScriptTriggerConsent.d.ts +10 -0
  20. package/dist/runtime/composables/useScriptTriggerConsent.js +32 -19
  21. package/dist/runtime/registry/bing-uet.d.ts +20 -0
  22. package/dist/runtime/registry/bing-uet.js +29 -0
  23. package/dist/runtime/registry/bluesky-embed.d.ts +1 -1
  24. package/dist/runtime/registry/crisp.d.ts +1 -1
  25. package/dist/runtime/registry/fathom-analytics.d.ts +1 -1
  26. package/dist/runtime/registry/google-adsense.d.ts +1 -1
  27. package/dist/runtime/registry/hotjar.d.ts +1 -1
  28. package/dist/runtime/registry/instagram-embed.d.ts +1 -1
  29. package/dist/runtime/registry/intercom.d.ts +1 -1
  30. package/dist/runtime/registry/matomo-analytics.d.ts +1 -1
  31. package/dist/runtime/registry/meta-pixel.d.ts +1 -1
  32. package/dist/runtime/registry/mixpanel-analytics.d.ts +22 -0
  33. package/dist/runtime/registry/mixpanel-analytics.js +46 -0
  34. package/dist/runtime/registry/npm.d.ts +1 -1
  35. package/dist/runtime/registry/reddit-pixel.d.ts +1 -1
  36. package/dist/runtime/registry/schemas.d.ts +19 -0
  37. package/dist/runtime/registry/schemas.js +19 -0
  38. package/dist/runtime/registry/snapchat-pixel.d.ts +1 -1
  39. package/dist/runtime/registry/tiktok-pixel.d.ts +1 -1
  40. package/dist/runtime/registry/vercel-analytics.d.ts +1 -1
  41. package/dist/runtime/registry/x-embed.d.ts +1 -1
  42. package/dist/runtime/registry/x-pixel.d.ts +1 -1
  43. package/dist/runtime/server/proxy-handler.js +36 -23
  44. package/dist/runtime/server/utils/privacy.d.ts +1 -2
  45. package/dist/runtime/server/utils/privacy.js +9 -11
  46. package/dist/runtime/types.d.ts +30 -18
  47. package/dist/runtime/utils/pure.d.ts +1 -1
  48. package/dist/runtime/utils.js +1 -1
  49. package/dist/shared/scripts.ViOoYQXH.mjs +381 -0
  50. package/dist/stats.d.mts +78 -3
  51. package/dist/stats.d.ts +78 -3
  52. package/dist/stats.mjs +2261 -162
  53. package/dist/types-source.mjs +47 -0
  54. package/package.json +13 -13
  55. package/dist/client/_nuxt/BNNMZFwZ.js +0 -162
  56. package/dist/client/_nuxt/builds/meta/39ee5395-65bb-4a46-82e0-e68853f94418.json +0 -1
  57. package/dist/client/_nuxt/entry.CACgbLJl.css +0 -1
  58. package/dist/client/_nuxt/error-404.DMdWw4vT.css +0 -1
  59. package/dist/client/_nuxt/error-500.CROTF27X.css +0 -1
  60. package/dist/shared/scripts.Crpn87WB.mjs +0 -318
package/dist/stats.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { g as getAllProxyConfigs } from './shared/scripts.Crpn87WB.mjs';
1
+ import { g as getAllProxyConfigs } from './shared/scripts.ViOoYQXH.mjs';
2
2
 
3
3
  const scriptMeta = {
4
4
  // Analytics
@@ -10,7 +10,7 @@ const scriptMeta = {
10
10
  urls: ["https://static.cloudflareinsights.com/beacon.min.js"],
11
11
  trackedData: ["page-views"]
12
12
  },
13
- postHog: {
13
+ posthog: {
14
14
  urls: [],
15
15
  // NPM-only, no CDN script
16
16
  trackedData: ["page-views", "events", "conversions", "user-identity", "session-replay", "heatmaps", "ab-testing"]
@@ -31,6 +31,10 @@ const scriptMeta = {
31
31
  urls: ["https://cdn.databuddy.cc/databuddy.js"],
32
32
  trackedData: ["page-views", "events"]
33
33
  },
34
+ mixpanelAnalytics: {
35
+ urls: ["https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js"],
36
+ trackedData: ["page-views", "events", "conversions", "user-identity"]
37
+ },
34
38
  segment: {
35
39
  urls: ["https://cdn.segment.com/analytics.js/v1/KBXOGxgqMFjm2mxtJDJg0iDn5AnGYb9C/analytics.min.js"],
36
40
  trackedData: ["page-views", "events", "conversions", "user-identity"]
@@ -43,26 +47,40 @@ const scriptMeta = {
43
47
  urls: ["https://cloud.umami.is/script.js"],
44
48
  trackedData: ["page-views", "events"]
45
49
  },
50
+ vercelAnalytics: {
51
+ urls: ["https://va.vercel-scripts.com/v1/script.js"],
52
+ trackedData: ["page-views", "events"]
53
+ },
46
54
  // Ads / Pixels
55
+ bingUet: {
56
+ urls: ["https://bat.bing.com/bat.js"],
57
+ trackedData: ["page-views", "conversions", "retargeting", "audiences"],
58
+ testId: "247021147"
59
+ },
47
60
  metaPixel: {
48
61
  urls: ["https://connect.facebook.net/en_US/fbevents.js"],
49
- trackedData: ["page-views", "conversions", "retargeting", "audiences"]
62
+ trackedData: ["page-views", "conversions", "retargeting", "audiences"],
63
+ testId: "3925006"
50
64
  },
51
65
  xPixel: {
52
66
  urls: ["https://static.ads-twitter.com/uwt.js"],
53
- trackedData: ["page-views", "conversions", "retargeting", "audiences"]
67
+ trackedData: ["page-views", "conversions", "retargeting", "audiences"],
68
+ testId: "ol7lz"
54
69
  },
55
- tikTokPixel: {
70
+ tiktokPixel: {
56
71
  urls: ["https://analytics.tiktok.com/i18n/pixel/events.js"],
57
- trackedData: ["page-views", "conversions", "retargeting", "audiences"]
72
+ trackedData: ["page-views", "conversions", "retargeting", "audiences"],
73
+ testId: "C5ABC1234F5678"
58
74
  },
59
75
  snapchatPixel: {
60
76
  urls: ["https://sc-static.net/scevent.min.js"],
61
- trackedData: ["page-views", "conversions", "retargeting", "audiences"]
77
+ trackedData: ["page-views", "conversions", "retargeting", "audiences"],
78
+ testId: "2295cbcc-cb3f-4727-8c09-1133b742722c"
62
79
  },
63
80
  redditPixel: {
64
81
  urls: ["https://www.redditstatic.com/ads/pixel.js"],
65
- trackedData: ["page-views", "conversions", "retargeting", "audiences"]
82
+ trackedData: ["page-views", "conversions", "retargeting", "audiences"],
83
+ testId: "a2_ilz4u0kbdr3v"
66
84
  },
67
85
  googleAdsense: {
68
86
  urls: ["https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"],
@@ -75,11 +93,13 @@ const scriptMeta = {
75
93
  // Session replay / Heatmaps
76
94
  hotjar: {
77
95
  urls: ["https://static.hotjar.com/c/hotjar-3925006.js?sv=6"],
78
- trackedData: ["page-views", "session-replay", "heatmaps", "clicks", "scrolls", "form-submissions"]
96
+ trackedData: ["page-views", "session-replay", "heatmaps", "clicks", "scrolls", "form-submissions"],
97
+ testId: 3925006
79
98
  },
80
99
  clarity: {
81
100
  urls: ["https://www.clarity.ms/tag/mqk2m9dr2v"],
82
- trackedData: ["page-views", "session-replay", "heatmaps", "clicks", "scrolls"]
101
+ trackedData: ["page-views", "session-replay", "heatmaps", "clicks", "scrolls"],
102
+ testId: "mqk2m9dr2v"
83
103
  },
84
104
  // Tag Manager
85
105
  googleTagManager: {
@@ -89,11 +109,13 @@ const scriptMeta = {
89
109
  // Support
90
110
  intercom: {
91
111
  urls: ["https://widget.intercom.io/widget/akg5rmxb"],
92
- trackedData: ["user-identity", "events"]
112
+ trackedData: ["user-identity", "events"],
113
+ testId: "akg5rmxb"
93
114
  },
94
115
  crisp: {
95
116
  urls: ["https://client.crisp.chat/l.js"],
96
- trackedData: ["user-identity", "events"]
117
+ trackedData: ["user-identity", "events"],
118
+ testId: "b1021910-7ace-425a-9ef5-07f49e5ce417"
97
119
  },
98
120
  // Payments
99
121
  stripe: {
@@ -104,7 +126,7 @@ const scriptMeta = {
104
126
  urls: ["https://assets.lemonsqueezy.com/lemon.js"],
105
127
  trackedData: ["transactions"]
106
128
  },
107
- payPal: {
129
+ paypal: {
108
130
  urls: ["https://www.paypal.com/web-sdk/v6/core"],
109
131
  trackedData: ["transactions"]
110
132
  },
@@ -113,7 +135,7 @@ const scriptMeta = {
113
135
  urls: ["https://player.vimeo.com/api/player.js"],
114
136
  trackedData: ["video-engagement"]
115
137
  },
116
- youTubePlayer: {
138
+ youtubePlayer: {
117
139
  urls: ["https://www.youtube.com/iframe_api"],
118
140
  trackedData: ["video-engagement"]
119
141
  },
@@ -137,20 +159,78 @@ const scriptMeta = {
137
159
  googleSignIn: {
138
160
  urls: ["https://accounts.google.com/gsi/client"],
139
161
  trackedData: ["user-identity"]
162
+ },
163
+ // Embeds
164
+ blueskyEmbed: {
165
+ urls: [],
166
+ trackedData: []
167
+ },
168
+ instagramEmbed: {
169
+ urls: ["https://www.instagram.com/embed.js"],
170
+ trackedData: []
171
+ },
172
+ xEmbed: {
173
+ urls: ["https://platform.twitter.com/widgets.js"],
174
+ trackedData: []
175
+ },
176
+ // Identity
177
+ gravatar: {
178
+ urls: [],
179
+ trackedData: []
140
180
  }
141
181
  };
142
182
 
143
183
  const plausibleAnalytics = {
144
184
  totalTransferKb: 1.9,
145
185
  totalDecodedKb: 2.9,
146
- loadTimeMs: 79,
186
+ loadTimeMs: 70,
187
+ collectsWebVitals: false,
188
+ apis: {
189
+ cookies: false,
190
+ localStorage: true,
191
+ sessionStorage: false,
192
+ indexedDB: false,
193
+ canvas: false,
194
+ webgl: false,
195
+ audioContext: false,
196
+ userAgent: false,
197
+ hardwareConcurrency: false,
198
+ deviceMemory: false,
199
+ plugins: false,
200
+ languages: false,
201
+ screen: false,
202
+ sendBeacon: false,
203
+ fetch: true,
204
+ xhr: false,
205
+ websocket: false,
206
+ mutationObserver: false,
207
+ performanceObserver: false,
208
+ intersectionObserver: false
209
+ },
210
+ cookies: [
211
+ ],
212
+ network: {
213
+ requestCount: 1,
214
+ domains: [
215
+ "plausible.io"
216
+ ],
217
+ outboundBytes: 0,
218
+ inboundBytes: 1954,
219
+ injectedElements: [
220
+ ]
221
+ },
222
+ performance: {
223
+ taskDurationMs: 6,
224
+ scriptDurationMs: 1,
225
+ heapDeltaKb: 698
226
+ },
147
227
  scripts: [
148
228
  {
149
229
  url: "https://plausible.io/js/script.js",
150
230
  transferKb: 1.9,
151
231
  decodedKb: 2.9,
152
232
  encoding: "zstd",
153
- durationMs: 79,
233
+ durationMs: 70,
154
234
  initiatorType: "script",
155
235
  protocol: "unknown"
156
236
  }
@@ -159,46 +239,165 @@ const plausibleAnalytics = {
159
239
  const cloudflareWebAnalytics = {
160
240
  totalTransferKb: 10.8,
161
241
  totalDecodedKb: 30.4,
162
- loadTimeMs: 100,
242
+ loadTimeMs: 82,
243
+ collectsWebVitals: true,
244
+ apis: {
245
+ cookies: false,
246
+ localStorage: false,
247
+ sessionStorage: false,
248
+ indexedDB: false,
249
+ canvas: false,
250
+ webgl: false,
251
+ audioContext: false,
252
+ userAgent: true,
253
+ hardwareConcurrency: false,
254
+ deviceMemory: false,
255
+ plugins: false,
256
+ languages: false,
257
+ screen: false,
258
+ sendBeacon: true,
259
+ fetch: false,
260
+ xhr: true,
261
+ websocket: false,
262
+ mutationObserver: false,
263
+ performanceObserver: true,
264
+ intersectionObserver: false
265
+ },
266
+ cookies: [
267
+ ],
268
+ network: {
269
+ requestCount: 1,
270
+ domains: [
271
+ "static.cloudflareinsights.com"
272
+ ],
273
+ outboundBytes: 0,
274
+ inboundBytes: 11089,
275
+ injectedElements: [
276
+ ]
277
+ },
278
+ performance: {
279
+ taskDurationMs: 7,
280
+ scriptDurationMs: 1,
281
+ heapDeltaKb: 736
282
+ },
163
283
  scripts: [
164
284
  {
165
285
  url: "https://static.cloudflareinsights.com/beacon.min.js",
166
286
  transferKb: 10.8,
167
287
  decodedKb: 30.4,
168
288
  encoding: "gzip",
169
- durationMs: 100,
289
+ durationMs: 82,
170
290
  initiatorType: "script",
171
291
  protocol: "unknown"
172
292
  }
173
293
  ]
174
294
  };
175
- const postHog = {
295
+ const posthog = {
176
296
  totalTransferKb: 0,
177
297
  totalDecodedKb: 0,
178
298
  loadTimeMs: 0,
299
+ collectsWebVitals: false,
300
+ apis: {
301
+ cookies: false,
302
+ localStorage: false,
303
+ sessionStorage: false,
304
+ indexedDB: false,
305
+ canvas: false,
306
+ webgl: false,
307
+ audioContext: false,
308
+ userAgent: false,
309
+ hardwareConcurrency: false,
310
+ deviceMemory: false,
311
+ plugins: false,
312
+ languages: false,
313
+ screen: false,
314
+ sendBeacon: false,
315
+ fetch: false,
316
+ xhr: false,
317
+ websocket: false,
318
+ mutationObserver: false,
319
+ performanceObserver: false,
320
+ intersectionObserver: false
321
+ },
322
+ cookies: [
323
+ ],
324
+ network: {
325
+ requestCount: 0,
326
+ domains: [
327
+ ],
328
+ outboundBytes: 0,
329
+ inboundBytes: 0,
330
+ injectedElements: [
331
+ ]
332
+ },
333
+ performance: {
334
+ taskDurationMs: 0,
335
+ scriptDurationMs: 0,
336
+ heapDeltaKb: 0
337
+ },
179
338
  scripts: [
180
339
  ]
181
340
  };
182
341
  const fathomAnalytics = {
183
342
  totalTransferKb: 3,
184
343
  totalDecodedKb: 6.7,
185
- loadTimeMs: 340,
344
+ loadTimeMs: 301,
345
+ collectsWebVitals: false,
346
+ apis: {
347
+ cookies: false,
348
+ localStorage: true,
349
+ sessionStorage: false,
350
+ indexedDB: false,
351
+ canvas: false,
352
+ webgl: false,
353
+ audioContext: false,
354
+ userAgent: false,
355
+ hardwareConcurrency: false,
356
+ deviceMemory: false,
357
+ plugins: false,
358
+ languages: false,
359
+ screen: false,
360
+ sendBeacon: true,
361
+ fetch: false,
362
+ xhr: false,
363
+ websocket: false,
364
+ mutationObserver: false,
365
+ performanceObserver: false,
366
+ intersectionObserver: false
367
+ },
368
+ cookies: [
369
+ ],
370
+ network: {
371
+ requestCount: 2,
372
+ domains: [
373
+ "cdn.usefathom.com"
374
+ ],
375
+ outboundBytes: 0,
376
+ inboundBytes: 3078,
377
+ injectedElements: [
378
+ ]
379
+ },
380
+ performance: {
381
+ taskDurationMs: 9,
382
+ scriptDurationMs: 1,
383
+ heapDeltaKb: 721
384
+ },
186
385
  scripts: [
187
386
  {
188
387
  url: "https://cdn.usefathom.com/script.js",
189
388
  transferKb: 2.7,
190
389
  decodedKb: 6.7,
191
390
  encoding: "zstd",
192
- durationMs: 340,
391
+ durationMs: 68,
193
392
  initiatorType: "script",
194
393
  protocol: "unknown"
195
394
  },
196
395
  {
197
- url: "https://cdn.usefathom.com/?h=http%3A%2F%2F127.0.0.1&p=%2FfathomAnalytics&r=&sid=null&qs=%7B%7D&cid=22238330",
396
+ url: "https://cdn.usefathom.com/?h=http%3A%2F%2F127.0.0.1&p=%2FfathomAnalytics&r=&sid=null&qs=%7B%7D&cid=92023130",
198
397
  transferKb: 0.3,
199
398
  decodedKb: 0,
200
399
  encoding: "none",
201
- durationMs: 304,
400
+ durationMs: 301,
202
401
  initiatorType: "img",
203
402
  protocol: "unknown"
204
403
  }
@@ -207,14 +406,54 @@ const fathomAnalytics = {
207
406
  const matomoAnalytics = {
208
407
  totalTransferKb: 60.4,
209
408
  totalDecodedKb: 218.6,
210
- loadTimeMs: 101,
409
+ loadTimeMs: 94,
410
+ collectsWebVitals: false,
411
+ apis: {
412
+ cookies: true,
413
+ localStorage: true,
414
+ sessionStorage: false,
415
+ indexedDB: false,
416
+ canvas: false,
417
+ webgl: false,
418
+ audioContext: false,
419
+ userAgent: true,
420
+ hardwareConcurrency: false,
421
+ deviceMemory: false,
422
+ plugins: false,
423
+ languages: false,
424
+ screen: true,
425
+ sendBeacon: true,
426
+ fetch: true,
427
+ xhr: true,
428
+ websocket: false,
429
+ mutationObserver: true,
430
+ performanceObserver: false,
431
+ intersectionObserver: false
432
+ },
433
+ cookies: [
434
+ ],
435
+ network: {
436
+ requestCount: 1,
437
+ domains: [
438
+ "cdn.matomo.cloud"
439
+ ],
440
+ outboundBytes: 0,
441
+ inboundBytes: 61866,
442
+ injectedElements: [
443
+ ]
444
+ },
445
+ performance: {
446
+ taskDurationMs: 16,
447
+ scriptDurationMs: 5,
448
+ heapDeltaKb: 1343
449
+ },
211
450
  scripts: [
212
451
  {
213
452
  url: "https://cdn.matomo.cloud/demo.matomo.cloud/matomo.js",
214
453
  transferKb: 60.4,
215
454
  decodedKb: 218.6,
216
455
  encoding: "br",
217
- durationMs: 101,
456
+ durationMs: 94,
218
457
  initiatorType: "script",
219
458
  protocol: "unknown"
220
459
  }
@@ -223,14 +462,54 @@ const matomoAnalytics = {
223
462
  const rybbitAnalytics = {
224
463
  totalTransferKb: 9,
225
464
  totalDecodedKb: 25.3,
226
- loadTimeMs: 1127,
465
+ loadTimeMs: 1159,
466
+ collectsWebVitals: true,
467
+ apis: {
468
+ cookies: false,
469
+ localStorage: true,
470
+ sessionStorage: true,
471
+ indexedDB: false,
472
+ canvas: false,
473
+ webgl: false,
474
+ audioContext: false,
475
+ userAgent: false,
476
+ hardwareConcurrency: false,
477
+ deviceMemory: false,
478
+ plugins: false,
479
+ languages: true,
480
+ screen: true,
481
+ sendBeacon: false,
482
+ fetch: true,
483
+ xhr: false,
484
+ websocket: false,
485
+ mutationObserver: false,
486
+ performanceObserver: true,
487
+ intersectionObserver: false
488
+ },
489
+ cookies: [
490
+ ],
491
+ network: {
492
+ requestCount: 1,
493
+ domains: [
494
+ "app.rybbit.io"
495
+ ],
496
+ outboundBytes: 0,
497
+ inboundBytes: 9174,
498
+ injectedElements: [
499
+ ]
500
+ },
501
+ performance: {
502
+ taskDurationMs: 7,
503
+ scriptDurationMs: 2,
504
+ heapDeltaKb: 706
505
+ },
227
506
  scripts: [
228
507
  {
229
508
  url: "https://app.rybbit.io/api/script.js",
230
509
  transferKb: 9,
231
510
  decodedKb: 25.3,
232
511
  encoding: "zstd",
233
- durationMs: 1127,
512
+ durationMs: 1159,
234
513
  initiatorType: "script",
235
514
  protocol: "unknown"
236
515
  }
@@ -239,30 +518,167 @@ const rybbitAnalytics = {
239
518
  const databuddyAnalytics = {
240
519
  totalTransferKb: 10.6,
241
520
  totalDecodedKb: 29.2,
242
- loadTimeMs: 83,
521
+ loadTimeMs: 89,
522
+ collectsWebVitals: true,
523
+ apis: {
524
+ cookies: false,
525
+ localStorage: true,
526
+ sessionStorage: true,
527
+ indexedDB: false,
528
+ canvas: false,
529
+ webgl: false,
530
+ audioContext: false,
531
+ userAgent: true,
532
+ hardwareConcurrency: false,
533
+ deviceMemory: false,
534
+ plugins: false,
535
+ languages: true,
536
+ screen: false,
537
+ sendBeacon: true,
538
+ fetch: true,
539
+ xhr: false,
540
+ websocket: false,
541
+ mutationObserver: false,
542
+ performanceObserver: true,
543
+ intersectionObserver: false
544
+ },
545
+ cookies: [
546
+ ],
547
+ network: {
548
+ requestCount: 1,
549
+ domains: [
550
+ "cdn.databuddy.cc"
551
+ ],
552
+ outboundBytes: 0,
553
+ inboundBytes: 10865,
554
+ injectedElements: [
555
+ ]
556
+ },
557
+ performance: {
558
+ taskDurationMs: 7,
559
+ scriptDurationMs: 1,
560
+ heapDeltaKb: 754
561
+ },
243
562
  scripts: [
244
563
  {
245
564
  url: "https://cdn.databuddy.cc/databuddy.js",
246
565
  transferKb: 10.6,
247
566
  decodedKb: 29.2,
248
567
  encoding: "zstd",
249
- durationMs: 83,
568
+ durationMs: 89,
569
+ initiatorType: "script",
570
+ protocol: "unknown"
571
+ }
572
+ ]
573
+ };
574
+ const mixpanelAnalytics = {
575
+ totalTransferKb: 31,
576
+ totalDecodedKb: 93.9,
577
+ loadTimeMs: 78,
578
+ collectsWebVitals: false,
579
+ apis: {
580
+ cookies: true,
581
+ localStorage: true,
582
+ sessionStorage: true,
583
+ indexedDB: true,
584
+ canvas: false,
585
+ webgl: false,
586
+ audioContext: false,
587
+ userAgent: true,
588
+ hardwareConcurrency: false,
589
+ deviceMemory: false,
590
+ plugins: false,
591
+ languages: false,
592
+ screen: false,
593
+ sendBeacon: true,
594
+ fetch: true,
595
+ xhr: true,
596
+ websocket: false,
597
+ mutationObserver: true,
598
+ performanceObserver: false,
599
+ intersectionObserver: false
600
+ },
601
+ cookies: [
602
+ ],
603
+ network: {
604
+ requestCount: 1,
605
+ domains: [
606
+ "cdn.mxpnl.com"
607
+ ],
608
+ outboundBytes: 0,
609
+ inboundBytes: 31789,
610
+ injectedElements: [
611
+ ]
612
+ },
613
+ performance: {
614
+ taskDurationMs: 15,
615
+ scriptDurationMs: 8,
616
+ heapDeltaKb: 1118
617
+ },
618
+ scripts: [
619
+ {
620
+ url: "https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js",
621
+ transferKb: 31,
622
+ decodedKb: 93.9,
623
+ encoding: "gzip",
624
+ durationMs: 78,
250
625
  initiatorType: "script",
251
626
  protocol: "unknown"
252
627
  }
253
628
  ]
254
629
  };
255
630
  const segment = {
256
- totalTransferKb: 29.4,
631
+ totalTransferKb: 29.6,
257
632
  totalDecodedKb: 107,
258
- loadTimeMs: 597,
633
+ loadTimeMs: 823,
634
+ collectsWebVitals: false,
635
+ apis: {
636
+ cookies: true,
637
+ localStorage: true,
638
+ sessionStorage: false,
639
+ indexedDB: false,
640
+ canvas: false,
641
+ webgl: false,
642
+ audioContext: false,
643
+ userAgent: true,
644
+ hardwareConcurrency: false,
645
+ deviceMemory: false,
646
+ plugins: false,
647
+ languages: true,
648
+ screen: false,
649
+ sendBeacon: false,
650
+ fetch: true,
651
+ xhr: true,
652
+ websocket: false,
653
+ mutationObserver: false,
654
+ performanceObserver: false,
655
+ intersectionObserver: false
656
+ },
657
+ cookies: [
658
+ ],
659
+ network: {
660
+ requestCount: 3,
661
+ domains: [
662
+ "api.segment.io",
663
+ "cdn.segment.com"
664
+ ],
665
+ outboundBytes: 1006,
666
+ inboundBytes: 30281,
667
+ injectedElements: [
668
+ ]
669
+ },
670
+ performance: {
671
+ taskDurationMs: 18,
672
+ scriptDurationMs: 4,
673
+ heapDeltaKb: 1278
674
+ },
259
675
  scripts: [
260
676
  {
261
677
  url: "https://cdn.segment.com/analytics.js/v1/KBXOGxgqMFjm2mxtJDJg0iDn5AnGYb9C/analytics.min.js",
262
678
  transferKb: 28.2,
263
679
  decodedKb: 106.4,
264
680
  encoding: "br",
265
- durationMs: 597,
681
+ durationMs: 545,
266
682
  initiatorType: "script",
267
683
  protocol: "unknown"
268
684
  },
@@ -271,23 +687,72 @@ const segment = {
271
687
  transferKb: 1.2,
272
688
  decodedKb: 0.6,
273
689
  encoding: "none",
274
- durationMs: 83,
690
+ durationMs: 46,
691
+ initiatorType: "fetch",
692
+ protocol: "unknown"
693
+ },
694
+ {
695
+ url: "https://api.segment.io/v1/p",
696
+ transferKb: 0.2,
697
+ decodedKb: 0,
698
+ encoding: "none",
699
+ durationMs: 823,
275
700
  initiatorType: "fetch",
276
701
  protocol: "unknown"
277
702
  }
278
703
  ]
279
704
  };
280
705
  const googleAnalytics = {
281
- totalTransferKb: 151.5,
282
- totalDecodedKb: 446,
283
- loadTimeMs: 537,
706
+ totalTransferKb: 153.9,
707
+ totalDecodedKb: 452.9,
708
+ loadTimeMs: 477,
709
+ collectsWebVitals: false,
710
+ apis: {
711
+ cookies: true,
712
+ localStorage: true,
713
+ sessionStorage: false,
714
+ indexedDB: false,
715
+ canvas: false,
716
+ webgl: false,
717
+ audioContext: false,
718
+ userAgent: true,
719
+ hardwareConcurrency: false,
720
+ deviceMemory: false,
721
+ plugins: false,
722
+ languages: false,
723
+ screen: false,
724
+ sendBeacon: true,
725
+ fetch: true,
726
+ xhr: true,
727
+ websocket: false,
728
+ mutationObserver: true,
729
+ performanceObserver: false,
730
+ intersectionObserver: true
731
+ },
732
+ cookies: [
733
+ ],
734
+ network: {
735
+ requestCount: 1,
736
+ domains: [
737
+ "www.googletagmanager.com"
738
+ ],
739
+ outboundBytes: 0,
740
+ inboundBytes: 157566,
741
+ injectedElements: [
742
+ ]
743
+ },
744
+ performance: {
745
+ taskDurationMs: 26,
746
+ scriptDurationMs: 13,
747
+ heapDeltaKb: 2533
748
+ },
284
749
  scripts: [
285
750
  {
286
751
  url: "https://www.googletagmanager.com/gtag/js?id=G-TR58L0EF8P",
287
- transferKb: 151.5,
288
- decodedKb: 446,
752
+ transferKb: 153.9,
753
+ decodedKb: 452.9,
289
754
  encoding: "zstd",
290
- durationMs: 537,
755
+ durationMs: 477,
291
756
  initiatorType: "script",
292
757
  protocol: "unknown"
293
758
  }
@@ -297,6 +762,46 @@ const umamiAnalytics = {
297
762
  totalTransferKb: 2.4,
298
763
  totalDecodedKb: 2.6,
299
764
  loadTimeMs: 99,
765
+ collectsWebVitals: false,
766
+ apis: {
767
+ cookies: false,
768
+ localStorage: true,
769
+ sessionStorage: false,
770
+ indexedDB: false,
771
+ canvas: false,
772
+ webgl: false,
773
+ audioContext: false,
774
+ userAgent: false,
775
+ hardwareConcurrency: false,
776
+ deviceMemory: false,
777
+ plugins: false,
778
+ languages: false,
779
+ screen: true,
780
+ sendBeacon: false,
781
+ fetch: true,
782
+ xhr: false,
783
+ websocket: false,
784
+ mutationObserver: false,
785
+ performanceObserver: false,
786
+ intersectionObserver: false
787
+ },
788
+ cookies: [
789
+ ],
790
+ network: {
791
+ requestCount: 1,
792
+ domains: [
793
+ "cloud.umami.is"
794
+ ],
795
+ outboundBytes: 0,
796
+ inboundBytes: 2467,
797
+ injectedElements: [
798
+ ]
799
+ },
800
+ performance: {
801
+ taskDurationMs: 5,
802
+ scriptDurationMs: 0,
803
+ heapDeltaKb: 676
804
+ },
300
805
  scripts: [
301
806
  {
302
807
  url: "https://cloud.umami.is/script.js",
@@ -309,161 +814,992 @@ const umamiAnalytics = {
309
814
  }
310
815
  ]
311
816
  };
817
+ const vercelAnalytics = {
818
+ totalTransferKb: 1.6,
819
+ totalDecodedKb: 2.4,
820
+ loadTimeMs: 86,
821
+ collectsWebVitals: false,
822
+ apis: {
823
+ cookies: false,
824
+ localStorage: false,
825
+ sessionStorage: false,
826
+ indexedDB: false,
827
+ canvas: false,
828
+ webgl: false,
829
+ audioContext: false,
830
+ userAgent: true,
831
+ hardwareConcurrency: false,
832
+ deviceMemory: false,
833
+ plugins: false,
834
+ languages: false,
835
+ screen: false,
836
+ sendBeacon: false,
837
+ fetch: true,
838
+ xhr: false,
839
+ websocket: false,
840
+ mutationObserver: false,
841
+ performanceObserver: false,
842
+ intersectionObserver: false
843
+ },
844
+ cookies: [
845
+ ],
846
+ network: {
847
+ requestCount: 1,
848
+ domains: [
849
+ "va.vercel-scripts.com"
850
+ ],
851
+ outboundBytes: 0,
852
+ inboundBytes: 1607,
853
+ injectedElements: [
854
+ ]
855
+ },
856
+ performance: {
857
+ taskDurationMs: 5,
858
+ scriptDurationMs: 0,
859
+ heapDeltaKb: 667
860
+ },
861
+ scripts: [
862
+ {
863
+ url: "https://va.vercel-scripts.com/v1/script.js",
864
+ transferKb: 1.6,
865
+ decodedKb: 2.4,
866
+ encoding: "br",
867
+ durationMs: 86,
868
+ initiatorType: "script",
869
+ protocol: "unknown"
870
+ }
871
+ ]
872
+ };
873
+ const bingUet = {
874
+ totalTransferKb: 16.2,
875
+ totalDecodedKb: 54,
876
+ loadTimeMs: 194,
877
+ collectsWebVitals: false,
878
+ apis: {
879
+ cookies: true,
880
+ localStorage: true,
881
+ sessionStorage: false,
882
+ indexedDB: false,
883
+ canvas: false,
884
+ webgl: false,
885
+ audioContext: false,
886
+ userAgent: true,
887
+ hardwareConcurrency: false,
888
+ deviceMemory: false,
889
+ plugins: true,
890
+ languages: true,
891
+ screen: true,
892
+ sendBeacon: true,
893
+ fetch: false,
894
+ xhr: true,
895
+ websocket: false,
896
+ mutationObserver: false,
897
+ performanceObserver: false,
898
+ intersectionObserver: false
899
+ },
900
+ cookies: [
901
+ {
902
+ name: "MUID",
903
+ domain: ".bing.com",
904
+ path: "/",
905
+ httpOnly: false,
906
+ secure: true,
907
+ sameSite: "None",
908
+ session: false,
909
+ lifetimeDays: 390,
910
+ firstParty: false
911
+ },
912
+ {
913
+ name: "MR",
914
+ domain: ".bat.bing.com",
915
+ path: "/",
916
+ httpOnly: false,
917
+ secure: true,
918
+ sameSite: "None",
919
+ session: false,
920
+ lifetimeDays: 7,
921
+ firstParty: false
922
+ }
923
+ ],
924
+ network: {
925
+ requestCount: 3,
926
+ domains: [
927
+ "bat.bing.com"
928
+ ],
929
+ outboundBytes: 0,
930
+ inboundBytes: 16546,
931
+ injectedElements: [
932
+ {
933
+ tag: "script",
934
+ src: "https://bat.bing.com/p/action/247021147.js"
935
+ },
936
+ {
937
+ tag: "img",
938
+ src: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=0f57c308-34a2-4bd1-b934-9da234f00f53&bo=1&sid=d813900022e011f1a3faf95d832c811b&vid=d813bdd022e011f1a4808d65ea4df5a2&vids=1&msclkid=N&pi=0&lg=en-GB&sw=1280&sh=720&sc=24&nwd=1&p=http%3A%2F%2F127.0.0.1%3A43655%2FbingUet&r=&lt=201&evt=pageLoad&sv=2&cdb=AQAQ&rn=745630"
939
+ }
940
+ ]
941
+ },
942
+ performance: {
943
+ taskDurationMs: 11,
944
+ scriptDurationMs: 4,
945
+ heapDeltaKb: 880
946
+ },
947
+ scripts: [
948
+ {
949
+ url: "https://bat.bing.com/bat.js",
950
+ transferKb: 15.4,
951
+ decodedKb: 53.6,
952
+ encoding: "gzip",
953
+ durationMs: 194,
954
+ initiatorType: "script",
955
+ protocol: "unknown"
956
+ },
957
+ {
958
+ url: "https://bat.bing.com/p/action/247021147.js",
959
+ transferKb: 0.4,
960
+ decodedKb: 0.4,
961
+ encoding: "br",
962
+ durationMs: 141,
963
+ initiatorType: "script",
964
+ protocol: "unknown"
965
+ },
966
+ {
967
+ url: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=0f57c308-34a2-4bd1-b934-9da234f00f53&bo=1&sid=d813900022e011f1a3faf95d832c811b&vid=d813bdd022e011f1a4808d65ea4df5a2&vids=1&msclkid=N&pi=0&lg=en-GB&sw=1280&sh=720&sc=24&nwd=1&p=http%3A%2F%2F127.0.0.1%3A43655%2FbingUet&r=&lt=201&evt=pageLoad&sv=2&cdb=AQAQ&rn=745630",
968
+ transferKb: 0.4,
969
+ decodedKb: 0,
970
+ encoding: "none",
971
+ durationMs: 148,
972
+ initiatorType: "img",
973
+ protocol: "unknown"
974
+ }
975
+ ]
976
+ };
312
977
  const metaPixel = {
313
- totalTransferKb: 93.9,
314
- totalDecodedKb: 353.3,
315
- loadTimeMs: 123,
978
+ totalTransferKb: 97.1,
979
+ totalDecodedKb: 364.7,
980
+ loadTimeMs: 249,
981
+ collectsWebVitals: false,
982
+ apis: {
983
+ cookies: true,
984
+ localStorage: true,
985
+ sessionStorage: true,
986
+ indexedDB: false,
987
+ canvas: false,
988
+ webgl: false,
989
+ audioContext: false,
990
+ userAgent: true,
991
+ hardwareConcurrency: false,
992
+ deviceMemory: false,
993
+ plugins: false,
994
+ languages: false,
995
+ screen: true,
996
+ sendBeacon: true,
997
+ fetch: true,
998
+ xhr: false,
999
+ websocket: false,
1000
+ mutationObserver: false,
1001
+ performanceObserver: false,
1002
+ intersectionObserver: false
1003
+ },
1004
+ cookies: [
1005
+ ],
1006
+ network: {
1007
+ requestCount: 3,
1008
+ domains: [
1009
+ "connect.facebook.net",
1010
+ "www.facebook.com"
1011
+ ],
1012
+ outboundBytes: 0,
1013
+ inboundBytes: 102407,
1014
+ injectedElements: [
1015
+ {
1016
+ tag: "script",
1017
+ src: "https://connect.facebook.net/signals/config/3925006?v=2.9.280&r=stable&domain=127.0.0.1&hme=b758cff5989f970d61536a685dcccfaabd7a9508da12548b3811a55c83b2e4ae&ex_m=101%2C194%2C143%2C22%2C69%2C70%2C136%2C65%2C64%2C11%2C151%2C87%2C16%2C130%2C123%2C72%2C75%2C129%2C148%2C153%2C8%2C4%2C5%2C7%2C6%2C3%2C88%2C98%2C154%2C159%2C208%2C59%2C175%2C176%2C52%2C264%2C30%2C71%2C220%2C219%2C218%2C23%2C32%2C100%2C58%2C10%2C60%2C94%2C95%2C96%2C102%2C126%2C31%2C29%2C128%2C125%2C124%2C144%2C73%2C147%2C145%2C146%2C47%2C57%2C119%2C15%2C150%2C42%2C251%2C252%2C250%2C26%2C27%2C28%2C45%2C137%2C74%2C109%2C18%2C20%2C41%2C37%2C39%2C38%2C80%2C89%2C93%2C107%2C135%2C138%2C43%2C108%2C24%2C21%2C115%2C66%2C35%2C140%2C139%2C141%2C132%2C131%2C25%2C34%2C56%2C106%2C149%2C67%2C17%2C142%2C111%2C78%2C63%2C19%2C82%2C83%2C112%2C81%2C33%2C280%2C201%2C190%2C191%2C189%2C283%2C275%2C49%2C202%2C104%2C127%2C77%2C117%2C51%2C44%2C46%2C110%2C116%2C122%2C55%2C61%2C50%2C53%2C97%2C152%2C1%2C120%2C14%2C118%2C12%2C2%2C54%2C90%2C62%2C114%2C86%2C85%2C155%2C156%2C91%2C92%2C9%2C121%2C99%2C48%2C133%2C84%2C76%2C68%2C113%2C103%2C40%2C134%2C0%2C79%2C36%2C105%2C13%2C157"
1018
+ }
1019
+ ]
1020
+ },
1021
+ performance: {
1022
+ taskDurationMs: 33,
1023
+ scriptDurationMs: 18,
1024
+ heapDeltaKb: 1916
1025
+ },
316
1026
  scripts: [
317
1027
  {
318
1028
  url: "https://connect.facebook.net/en_US/fbevents.js",
319
- transferKb: 93.9,
320
- decodedKb: 353.3,
1029
+ transferKb: 94.7,
1030
+ decodedKb: 356.5,
321
1031
  encoding: "gzip",
322
- durationMs: 123,
1032
+ durationMs: 106,
323
1033
  initiatorType: "script",
324
1034
  protocol: "h2"
1035
+ },
1036
+ {
1037
+ url: "https://connect.facebook.net/signals/config/3925006?v=2.9.280&r=stable&domain=127.0.0.1&hme=b758cff5989f970d61536a685dcccfaabd7a9508da12548b3811a55c83b2e4ae&ex_m=101%2C194%2C143%2C22%2C69%2C70%2C136%2C65%2C64%2C11%2C151%2C87%2C16%2C130%2C123%2C72%2C75%2C129%2C148%2C153%2C8%2C4%2C5%2C7%2C6%2C3%2C88%2C98%2C154%2C159%2C208%2C59%2C175%2C176%2C52%2C264%2C30%2C71%2C220%2C219%2C218%2C23%2C32%2C100%2C58%2C10%2C60%2C94%2C95%2C96%2C102%2C126%2C31%2C29%2C128%2C125%2C124%2C144%2C73%2C147%2C145%2C146%2C47%2C57%2C119%2C15%2C150%2C42%2C251%2C252%2C250%2C26%2C27%2C28%2C45%2C137%2C74%2C109%2C18%2C20%2C41%2C37%2C39%2C38%2C80%2C89%2C93%2C107%2C135%2C138%2C43%2C108%2C24%2C21%2C115%2C66%2C35%2C140%2C139%2C141%2C132%2C131%2C25%2C34%2C56%2C106%2C149%2C67%2C17%2C142%2C111%2C78%2C63%2C19%2C82%2C83%2C112%2C81%2C33%2C280%2C201%2C190%2C191%2C189%2C283%2C275%2C49%2C202%2C104%2C127%2C77%2C117%2C51%2C44%2C46%2C110%2C116%2C122%2C55%2C61%2C50%2C53%2C97%2C152%2C1%2C120%2C14%2C118%2C12%2C2%2C54%2C90%2C62%2C114%2C86%2C85%2C155%2C156%2C91%2C92%2C9%2C121%2C99%2C48%2C133%2C84%2C76%2C68%2C113%2C103%2C40%2C134%2C0%2C79%2C36%2C105%2C13%2C157",
1038
+ transferKb: 2.1,
1039
+ decodedKb: 8.2,
1040
+ encoding: "gzip",
1041
+ durationMs: 249,
1042
+ initiatorType: "script",
1043
+ protocol: "h2"
1044
+ },
1045
+ {
1046
+ url: "https://www.facebook.com/tr/?id=3925006&ev=PageView&dl=http%3A%2F%2F127.0.0.1%3A43655%2FmetaPixel&rl=&if=false&ts=1773848453588&sw=1280&sh=720&v=2.9.280&r=stable&ec=0&o=156&it=1773848453336&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct0&expv2[6]=hf1&rqm=GET",
1047
+ transferKb: 0.3,
1048
+ decodedKb: 0,
1049
+ encoding: "none",
1050
+ durationMs: 75,
1051
+ initiatorType: "img",
1052
+ protocol: "unknown"
325
1053
  }
326
1054
  ]
327
1055
  };
328
1056
  const xPixel = {
329
- totalTransferKb: 9.5,
330
- totalDecodedKb: 32.3,
331
- loadTimeMs: 72,
1057
+ totalTransferKb: 15.1,
1058
+ totalDecodedKb: 47.1,
1059
+ loadTimeMs: 234,
1060
+ collectsWebVitals: false,
1061
+ apis: {
1062
+ cookies: true,
1063
+ localStorage: false,
1064
+ sessionStorage: false,
1065
+ indexedDB: false,
1066
+ canvas: false,
1067
+ webgl: false,
1068
+ audioContext: false,
1069
+ userAgent: true,
1070
+ hardwareConcurrency: true,
1071
+ deviceMemory: false,
1072
+ plugins: false,
1073
+ languages: true,
1074
+ screen: true,
1075
+ sendBeacon: true,
1076
+ fetch: false,
1077
+ xhr: true,
1078
+ websocket: false,
1079
+ mutationObserver: false,
1080
+ performanceObserver: false,
1081
+ intersectionObserver: false
1082
+ },
1083
+ cookies: [
1084
+ {
1085
+ name: "guest_id_marketing",
1086
+ domain: ".twitter.com",
1087
+ path: "/",
1088
+ httpOnly: false,
1089
+ secure: true,
1090
+ sameSite: "None",
1091
+ session: false,
1092
+ lifetimeDays: 400,
1093
+ firstParty: false
1094
+ },
1095
+ {
1096
+ name: "guest_id_ads",
1097
+ domain: ".twitter.com",
1098
+ path: "/",
1099
+ httpOnly: false,
1100
+ secure: true,
1101
+ sameSite: "None",
1102
+ session: false,
1103
+ lifetimeDays: 400,
1104
+ firstParty: false
1105
+ },
1106
+ {
1107
+ name: "personalization_id",
1108
+ domain: ".twitter.com",
1109
+ path: "/",
1110
+ httpOnly: false,
1111
+ secure: true,
1112
+ sameSite: "None",
1113
+ session: false,
1114
+ lifetimeDays: 400,
1115
+ firstParty: false
1116
+ },
1117
+ {
1118
+ name: "guest_id",
1119
+ domain: ".twitter.com",
1120
+ path: "/",
1121
+ httpOnly: false,
1122
+ secure: true,
1123
+ sameSite: "None",
1124
+ session: false,
1125
+ lifetimeDays: 400,
1126
+ firstParty: false
1127
+ },
1128
+ {
1129
+ name: "muc_ads",
1130
+ domain: ".t.co",
1131
+ path: "/",
1132
+ httpOnly: false,
1133
+ secure: true,
1134
+ sameSite: "None",
1135
+ session: false,
1136
+ lifetimeDays: 400,
1137
+ firstParty: false
1138
+ }
1139
+ ],
1140
+ network: {
1141
+ requestCount: 3,
1142
+ domains: [
1143
+ "analytics.twitter.com",
1144
+ "static.ads-twitter.com",
1145
+ "t.co"
1146
+ ],
1147
+ outboundBytes: 0,
1148
+ inboundBytes: 15452,
1149
+ injectedElements: [
1150
+ {
1151
+ tag: "img",
1152
+ src: "https://t.co/1/i/adsct?bci=4&dv=Australia%2FMelbourne%26en-GB%26Google%20Inc.%26Linux%20x86_64%26255%261280%26720%2624%2624%261280%26720%260%26na&eci=3&event=%7B%7D&event_id=88888f98-e73c-4cb6-bb30-2786c4be47e6&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=0dd9adec-dd52-4e54-877a-96b755ab4e53&tw_document_href=http%3A%2F%2F127.0.0.1%3A43655%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1773848454967.715569947460803969&txn_id=ol7lz&type=javascript&version=2.3.50"
1153
+ },
1154
+ {
1155
+ tag: "img",
1156
+ src: "https://analytics.twitter.com/1/i/adsct?bci=4&dv=Australia%2FMelbourne%26en-GB%26Google%20Inc.%26Linux%20x86_64%26255%261280%26720%2624%2624%261280%26720%260%26na&eci=3&event=%7B%7D&event_id=88888f98-e73c-4cb6-bb30-2786c4be47e6&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=0dd9adec-dd52-4e54-877a-96b755ab4e53&tw_document_href=http%3A%2F%2F127.0.0.1%3A43655%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1773848454967.715569947460803969&txn_id=ol7lz&type=javascript&version=2.3.50"
1157
+ }
1158
+ ]
1159
+ },
1160
+ performance: {
1161
+ taskDurationMs: 17,
1162
+ scriptDurationMs: 2,
1163
+ heapDeltaKb: 1001
1164
+ },
332
1165
  scripts: [
333
1166
  {
334
1167
  url: "https://static.ads-twitter.com/uwt.js",
335
- transferKb: 9.5,
336
- decodedKb: 32.3,
1168
+ transferKb: 13.5,
1169
+ decodedKb: 47.1,
337
1170
  encoding: "gzip",
338
- durationMs: 72,
1171
+ durationMs: 67,
339
1172
  initiatorType: "script",
340
1173
  protocol: "unknown"
1174
+ },
1175
+ {
1176
+ url: "https://analytics.twitter.com/1/i/adsct?bci=4&dv=Australia%2FMelbourne%26en-GB%26Google%20Inc.%26Linux%20x86_64%26255%261280%26720%2624%2624%261280%26720%260%26na&eci=3&event=%7B%7D&event_id=88888f98-e73c-4cb6-bb30-2786c4be47e6&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=0dd9adec-dd52-4e54-877a-96b755ab4e53&tw_document_href=http%3A%2F%2F127.0.0.1%3A43655%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1773848454967.715569947460803969&txn_id=ol7lz&type=javascript&version=2.3.50",
1177
+ transferKb: 1,
1178
+ decodedKb: 0,
1179
+ encoding: "none",
1180
+ durationMs: 210,
1181
+ initiatorType: "img",
1182
+ protocol: "unknown"
1183
+ },
1184
+ {
1185
+ url: "https://t.co/1/i/adsct?bci=4&dv=Australia%2FMelbourne%26en-GB%26Google%20Inc.%26Linux%20x86_64%26255%261280%26720%2624%2624%261280%26720%260%26na&eci=3&event=%7B%7D&event_id=88888f98-e73c-4cb6-bb30-2786c4be47e6&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=0dd9adec-dd52-4e54-877a-96b755ab4e53&tw_document_href=http%3A%2F%2F127.0.0.1%3A43655%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1773848454967.715569947460803969&txn_id=ol7lz&type=javascript&version=2.3.50",
1186
+ transferKb: 0.6,
1187
+ decodedKb: 0,
1188
+ encoding: "none",
1189
+ durationMs: 234,
1190
+ initiatorType: "img",
1191
+ protocol: "unknown"
341
1192
  }
342
1193
  ]
343
1194
  };
344
- const tikTokPixel = {
345
- totalTransferKb: 2.7,
346
- totalDecodedKb: 7.6,
347
- loadTimeMs: 473,
1195
+ const tiktokPixel = {
1196
+ totalTransferKb: 148,
1197
+ totalDecodedKb: 623,
1198
+ loadTimeMs: 281,
1199
+ collectsWebVitals: true,
1200
+ apis: {
1201
+ cookies: true,
1202
+ localStorage: false,
1203
+ sessionStorage: true,
1204
+ indexedDB: false,
1205
+ canvas: false,
1206
+ webgl: false,
1207
+ audioContext: false,
1208
+ userAgent: true,
1209
+ hardwareConcurrency: false,
1210
+ deviceMemory: false,
1211
+ plugins: false,
1212
+ languages: false,
1213
+ screen: false,
1214
+ sendBeacon: true,
1215
+ fetch: false,
1216
+ xhr: false,
1217
+ websocket: false,
1218
+ mutationObserver: true,
1219
+ performanceObserver: true,
1220
+ intersectionObserver: false
1221
+ },
1222
+ cookies: [
1223
+ {
1224
+ name: "_ttp",
1225
+ domain: ".tiktok.com",
1226
+ path: "/",
1227
+ httpOnly: false,
1228
+ secure: true,
1229
+ sameSite: "None",
1230
+ session: false,
1231
+ lifetimeDays: 390,
1232
+ firstParty: false
1233
+ }
1234
+ ],
1235
+ network: {
1236
+ requestCount: 3,
1237
+ domains: [
1238
+ "analytics.tiktok.com"
1239
+ ],
1240
+ outboundBytes: 0,
1241
+ inboundBytes: 151595,
1242
+ injectedElements: [
1243
+ {
1244
+ tag: "script",
1245
+ src: "https://analytics.tiktok.com/i18n/pixel/static/identify_31760074.js"
1246
+ },
1247
+ {
1248
+ tag: "script",
1249
+ src: "https://analytics.tiktok.com/i18n/pixel/static/main.MTEwMjY2ZTExMA.js"
1250
+ }
1251
+ ]
1252
+ },
1253
+ performance: {
1254
+ taskDurationMs: 57,
1255
+ scriptDurationMs: 29,
1256
+ heapDeltaKb: 2249
1257
+ },
348
1258
  scripts: [
349
1259
  {
350
1260
  url: "https://analytics.tiktok.com/i18n/pixel/events.js",
351
1261
  transferKb: 2.7,
352
1262
  decodedKb: 7.6,
353
1263
  encoding: "gzip",
354
- durationMs: 473,
1264
+ durationMs: 281,
1265
+ initiatorType: "script",
1266
+ protocol: "unknown"
1267
+ },
1268
+ {
1269
+ url: "https://analytics.tiktok.com/i18n/pixel/static/main.MTEwMjY2ZTExMA.js",
1270
+ transferKb: 105.8,
1271
+ decodedKb: 463.4,
1272
+ encoding: "gzip",
1273
+ durationMs: 48,
1274
+ initiatorType: "script",
1275
+ protocol: "unknown"
1276
+ },
1277
+ {
1278
+ url: "https://analytics.tiktok.com/i18n/pixel/static/identify_31760074.js",
1279
+ transferKb: 39.5,
1280
+ decodedKb: 152,
1281
+ encoding: "gzip",
1282
+ durationMs: 20,
355
1283
  initiatorType: "script",
356
1284
  protocol: "unknown"
357
1285
  }
358
1286
  ]
359
1287
  };
360
1288
  const snapchatPixel = {
361
- totalTransferKb: 24.7,
362
- totalDecodedKb: 57.4,
363
- loadTimeMs: 569,
1289
+ totalTransferKb: 1.3,
1290
+ totalDecodedKb: 58.2,
1291
+ loadTimeMs: 583,
1292
+ collectsWebVitals: false,
1293
+ apis: {
1294
+ cookies: true,
1295
+ localStorage: true,
1296
+ sessionStorage: true,
1297
+ indexedDB: false,
1298
+ canvas: false,
1299
+ webgl: false,
1300
+ audioContext: false,
1301
+ userAgent: true,
1302
+ hardwareConcurrency: false,
1303
+ deviceMemory: false,
1304
+ plugins: false,
1305
+ languages: false,
1306
+ screen: true,
1307
+ sendBeacon: true,
1308
+ fetch: true,
1309
+ xhr: true,
1310
+ websocket: false,
1311
+ mutationObserver: true,
1312
+ performanceObserver: true,
1313
+ intersectionObserver: false
1314
+ },
1315
+ cookies: [
1316
+ {
1317
+ name: "X-AB",
1318
+ domain: "sc-static.net",
1319
+ path: "/scevent.min.js",
1320
+ httpOnly: false,
1321
+ secure: true,
1322
+ sameSite: "None",
1323
+ session: false,
1324
+ lifetimeDays: 1,
1325
+ firstParty: false
1326
+ },
1327
+ {
1328
+ name: "TapAd_TS",
1329
+ domain: ".tapad.com",
1330
+ path: "/",
1331
+ httpOnly: false,
1332
+ secure: true,
1333
+ sameSite: "None",
1334
+ session: false,
1335
+ lifetimeDays: 60,
1336
+ firstParty: false
1337
+ },
1338
+ {
1339
+ name: "TapAd_DID",
1340
+ domain: ".tapad.com",
1341
+ path: "/",
1342
+ httpOnly: false,
1343
+ secure: true,
1344
+ sameSite: "None",
1345
+ session: false,
1346
+ lifetimeDays: 60,
1347
+ firstParty: false
1348
+ },
1349
+ {
1350
+ name: "TapAd_3WAY_SYNCS",
1351
+ domain: ".tapad.com",
1352
+ path: "/",
1353
+ httpOnly: false,
1354
+ secure: true,
1355
+ sameSite: "None",
1356
+ session: false,
1357
+ lifetimeDays: 60,
1358
+ firstParty: false
1359
+ },
1360
+ {
1361
+ name: "sc_at",
1362
+ domain: ".snapchat.com",
1363
+ path: "/",
1364
+ httpOnly: false,
1365
+ secure: true,
1366
+ sameSite: "None",
1367
+ session: false,
1368
+ lifetimeDays: 390,
1369
+ firstParty: false
1370
+ }
1371
+ ],
1372
+ network: {
1373
+ requestCount: 9,
1374
+ domains: [
1375
+ "pixel.tapad.com",
1376
+ "sc-static.net",
1377
+ "tr.snapchat.com"
1378
+ ],
1379
+ outboundBytes: 1712,
1380
+ inboundBytes: 26698,
1381
+ injectedElements: [
1382
+ ]
1383
+ },
1384
+ performance: {
1385
+ taskDurationMs: 39,
1386
+ scriptDurationMs: 24,
1387
+ heapDeltaKb: 2283
1388
+ },
364
1389
  scripts: [
365
1390
  {
366
1391
  url: "https://sc-static.net/scevent.min.js",
367
- transferKb: 24.7,
1392
+ transferKb: 0,
368
1393
  decodedKb: 57.4,
369
1394
  encoding: "gzip",
370
- durationMs: 569,
1395
+ durationMs: 583,
371
1396
  initiatorType: "script",
372
1397
  protocol: "unknown"
1398
+ },
1399
+ {
1400
+ url: "https://tr.snapchat.com/config/1/2295cbcc-cb3f-4727-8c09-1133b742722c.json?v=3.54.3-2603171656",
1401
+ transferKb: 0.3,
1402
+ decodedKb: 0.1,
1403
+ encoding: "none",
1404
+ durationMs: 398,
1405
+ initiatorType: "fetch",
1406
+ protocol: "unknown"
1407
+ },
1408
+ {
1409
+ url: "https://tr.snapchat.com/cm/i?pid=2295cbcc-cb3f-4727-8c09-1133b742722c&u_scsid=3f21c2e7-929d-437f-890a-3717403e6882&u_sclid=88607956-1fce-4738-aa31-6b7b27d03b87",
1410
+ transferKb: 1,
1411
+ decodedKb: 0.7,
1412
+ encoding: "none",
1413
+ durationMs: 185,
1414
+ initiatorType: "iframe",
1415
+ protocol: "unknown"
1416
+ },
1417
+ {
1418
+ url: "https://tr.snapchat.com/p",
1419
+ transferKb: 0,
1420
+ decodedKb: 0,
1421
+ encoding: "none",
1422
+ durationMs: 114,
1423
+ initiatorType: "beacon",
1424
+ protocol: "unknown"
373
1425
  }
374
1426
  ]
375
1427
  };
376
1428
  const redditPixel = {
377
- totalTransferKb: 20,
378
- totalDecodedKb: 79.6,
379
- loadTimeMs: 122,
1429
+ totalTransferKb: 19.5,
1430
+ totalDecodedKb: 65.3,
1431
+ loadTimeMs: 323,
1432
+ collectsWebVitals: false,
1433
+ apis: {
1434
+ cookies: true,
1435
+ localStorage: true,
1436
+ sessionStorage: false,
1437
+ indexedDB: false,
1438
+ canvas: false,
1439
+ webgl: false,
1440
+ audioContext: false,
1441
+ userAgent: false,
1442
+ hardwareConcurrency: false,
1443
+ deviceMemory: false,
1444
+ plugins: false,
1445
+ languages: false,
1446
+ screen: true,
1447
+ sendBeacon: false,
1448
+ fetch: true,
1449
+ xhr: true,
1450
+ websocket: false,
1451
+ mutationObserver: false,
1452
+ performanceObserver: false,
1453
+ intersectionObserver: false
1454
+ },
1455
+ cookies: [
1456
+ ],
1457
+ network: {
1458
+ requestCount: 3,
1459
+ domains: [
1460
+ "alb.reddit.com",
1461
+ "pixel-config.reddit.com",
1462
+ "www.redditstatic.com"
1463
+ ],
1464
+ outboundBytes: 0,
1465
+ inboundBytes: 20077,
1466
+ injectedElements: [
1467
+ ]
1468
+ },
1469
+ performance: {
1470
+ taskDurationMs: 14,
1471
+ scriptDurationMs: 7,
1472
+ heapDeltaKb: 932
1473
+ },
380
1474
  scripts: [
381
1475
  {
382
1476
  url: "https://www.redditstatic.com/ads/pixel.js",
383
- transferKb: 20,
384
- decodedKb: 79.6,
1477
+ transferKb: 18.8,
1478
+ decodedKb: 65.3,
385
1479
  encoding: "gzip",
386
- durationMs: 122,
1480
+ durationMs: 111,
387
1481
  initiatorType: "script",
388
1482
  protocol: "unknown"
1483
+ },
1484
+ {
1485
+ url: "https://pixel-config.reddit.com/pixels/a2_ilz4u0kbdr3v/config",
1486
+ transferKb: 0.1,
1487
+ decodedKb: 0,
1488
+ encoding: "gzip",
1489
+ durationMs: 105,
1490
+ initiatorType: "xmlhttprequest",
1491
+ protocol: "unknown"
1492
+ },
1493
+ {
1494
+ url: "https://alb.reddit.com/rp.gif?ts=1773848460704&id=a2_ilz4u0kbdr3v&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=d529e815-3bce-40fc-8157-a4464a8128b2&aaid=&em=&pn=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=1280&sw=720&v=rdt_79aa2193&dpm=&dpcc=&dprc=",
1495
+ transferKb: 0.6,
1496
+ decodedKb: 0,
1497
+ encoding: "none",
1498
+ durationMs: 323,
1499
+ initiatorType: "img",
1500
+ protocol: "unknown"
389
1501
  }
390
1502
  ]
391
1503
  };
392
1504
  const googleAdsense = {
393
- totalTransferKb: 63.4,
394
- totalDecodedKb: 193.1,
395
- loadTimeMs: 401,
1505
+ totalTransferKb: 63,
1506
+ totalDecodedKb: 191.4,
1507
+ loadTimeMs: 329,
1508
+ collectsWebVitals: true,
1509
+ apis: {
1510
+ cookies: true,
1511
+ localStorage: true,
1512
+ sessionStorage: true,
1513
+ indexedDB: false,
1514
+ canvas: false,
1515
+ webgl: false,
1516
+ audioContext: false,
1517
+ userAgent: true,
1518
+ hardwareConcurrency: false,
1519
+ deviceMemory: false,
1520
+ plugins: false,
1521
+ languages: false,
1522
+ screen: false,
1523
+ sendBeacon: false,
1524
+ fetch: true,
1525
+ xhr: true,
1526
+ websocket: false,
1527
+ mutationObserver: true,
1528
+ performanceObserver: true,
1529
+ intersectionObserver: false
1530
+ },
1531
+ cookies: [
1532
+ ],
1533
+ network: {
1534
+ requestCount: 1,
1535
+ domains: [
1536
+ "pagead2.googlesyndication.com"
1537
+ ],
1538
+ outboundBytes: 0,
1539
+ inboundBytes: 64758,
1540
+ injectedElements: [
1541
+ ]
1542
+ },
1543
+ performance: {
1544
+ taskDurationMs: 14,
1545
+ scriptDurationMs: 6,
1546
+ heapDeltaKb: 1777
1547
+ },
396
1548
  scripts: [
397
1549
  {
398
1550
  url: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",
399
- transferKb: 63.4,
400
- decodedKb: 193.1,
1551
+ transferKb: 63,
1552
+ decodedKb: 191.4,
401
1553
  encoding: "br",
402
- durationMs: 401,
1554
+ durationMs: 329,
403
1555
  initiatorType: "script",
404
1556
  protocol: "h2"
405
1557
  }
406
1558
  ]
407
1559
  };
408
1560
  const carbonAds = {
409
- totalTransferKb: 10.8,
410
- totalDecodedKb: 37.1,
411
- loadTimeMs: 55,
1561
+ totalTransferKb: 10.4,
1562
+ totalDecodedKb: 34.5,
1563
+ loadTimeMs: 81,
1564
+ collectsWebVitals: false,
1565
+ apis: {
1566
+ cookies: true,
1567
+ localStorage: false,
1568
+ sessionStorage: false,
1569
+ indexedDB: false,
1570
+ canvas: false,
1571
+ webgl: false,
1572
+ audioContext: false,
1573
+ userAgent: false,
1574
+ hardwareConcurrency: false,
1575
+ deviceMemory: false,
1576
+ plugins: false,
1577
+ languages: false,
1578
+ screen: false,
1579
+ sendBeacon: false,
1580
+ fetch: true,
1581
+ xhr: false,
1582
+ websocket: false,
1583
+ mutationObserver: false,
1584
+ performanceObserver: false,
1585
+ intersectionObserver: true
1586
+ },
1587
+ cookies: [
1588
+ ],
1589
+ network: {
1590
+ requestCount: 1,
1591
+ domains: [
1592
+ "cdn.carbonads.com"
1593
+ ],
1594
+ outboundBytes: 0,
1595
+ inboundBytes: 10653,
1596
+ injectedElements: [
1597
+ ]
1598
+ },
1599
+ performance: {
1600
+ taskDurationMs: 5,
1601
+ scriptDurationMs: 1,
1602
+ heapDeltaKb: 681
1603
+ },
412
1604
  scripts: [
413
1605
  {
414
1606
  url: "https://cdn.carbonads.com/carbon.js?serve=CW7DTKJL&placement=unlighthousedev&format=cover",
415
- transferKb: 10.8,
416
- decodedKb: 37.1,
1607
+ transferKb: 10.4,
1608
+ decodedKb: 34.5,
417
1609
  encoding: "gzip",
418
- durationMs: 55,
1610
+ durationMs: 81,
419
1611
  initiatorType: "script",
420
1612
  protocol: "unknown"
421
1613
  }
422
1614
  ]
423
1615
  };
424
1616
  const hotjar = {
425
- totalTransferKb: 6.1,
426
- totalDecodedKb: 14.7,
427
- loadTimeMs: 346,
1617
+ totalTransferKb: 6.2,
1618
+ totalDecodedKb: 15,
1619
+ loadTimeMs: 348,
1620
+ collectsWebVitals: false,
1621
+ apis: {
1622
+ cookies: true,
1623
+ localStorage: true,
1624
+ sessionStorage: true,
1625
+ indexedDB: false,
1626
+ canvas: false,
1627
+ webgl: false,
1628
+ audioContext: false,
1629
+ userAgent: true,
1630
+ hardwareConcurrency: false,
1631
+ deviceMemory: false,
1632
+ plugins: false,
1633
+ languages: true,
1634
+ screen: true,
1635
+ sendBeacon: true,
1636
+ fetch: false,
1637
+ xhr: true,
1638
+ websocket: true,
1639
+ mutationObserver: true,
1640
+ performanceObserver: false,
1641
+ intersectionObserver: false
1642
+ },
1643
+ cookies: [
1644
+ ],
1645
+ network: {
1646
+ requestCount: 1,
1647
+ domains: [
1648
+ "static.hotjar.com"
1649
+ ],
1650
+ outboundBytes: 0,
1651
+ inboundBytes: 6335,
1652
+ injectedElements: [
1653
+ ]
1654
+ },
1655
+ performance: {
1656
+ taskDurationMs: 7,
1657
+ scriptDurationMs: 1,
1658
+ heapDeltaKb: 705
1659
+ },
428
1660
  scripts: [
429
1661
  {
430
1662
  url: "https://static.hotjar.com/c/hotjar-3925006.js?sv=6",
431
- transferKb: 6.1,
432
- decodedKb: 14.7,
1663
+ transferKb: 6.2,
1664
+ decodedKb: 15,
433
1665
  encoding: "br",
434
- durationMs: 346,
1666
+ durationMs: 348,
435
1667
  initiatorType: "script",
436
1668
  protocol: "unknown"
437
1669
  }
438
1670
  ]
439
1671
  };
440
1672
  const clarity = {
441
- totalTransferKb: 0.8,
442
- totalDecodedKb: 0.6,
443
- loadTimeMs: 365,
1673
+ totalTransferKb: 27.2,
1674
+ totalDecodedKb: 80.2,
1675
+ loadTimeMs: 636,
1676
+ collectsWebVitals: true,
1677
+ apis: {
1678
+ cookies: true,
1679
+ localStorage: false,
1680
+ sessionStorage: true,
1681
+ indexedDB: false,
1682
+ canvas: false,
1683
+ webgl: false,
1684
+ audioContext: false,
1685
+ userAgent: true,
1686
+ hardwareConcurrency: true,
1687
+ deviceMemory: true,
1688
+ plugins: false,
1689
+ languages: true,
1690
+ screen: true,
1691
+ sendBeacon: true,
1692
+ fetch: false,
1693
+ xhr: true,
1694
+ websocket: false,
1695
+ mutationObserver: true,
1696
+ performanceObserver: true,
1697
+ intersectionObserver: true
1698
+ },
1699
+ cookies: [
1700
+ ],
1701
+ network: {
1702
+ requestCount: 3,
1703
+ domains: [
1704
+ "k.clarity.ms",
1705
+ "scripts.clarity.ms",
1706
+ "www.clarity.ms"
1707
+ ],
1708
+ outboundBytes: 736,
1709
+ inboundBytes: 27823,
1710
+ injectedElements: [
1711
+ {
1712
+ tag: "script",
1713
+ src: "https://scripts.clarity.ms/0.8.57/clarity.js"
1714
+ }
1715
+ ]
1716
+ },
1717
+ performance: {
1718
+ taskDurationMs: 22,
1719
+ scriptDurationMs: 12,
1720
+ heapDeltaKb: 1150
1721
+ },
444
1722
  scripts: [
445
1723
  {
446
1724
  url: "https://www.clarity.ms/tag/mqk2m9dr2v",
447
1725
  transferKb: 0.8,
448
1726
  decodedKb: 0.6,
449
1727
  encoding: "none",
450
- durationMs: 365,
1728
+ durationMs: 345,
451
1729
  initiatorType: "script",
452
1730
  protocol: "unknown"
1731
+ },
1732
+ {
1733
+ url: "https://scripts.clarity.ms/0.8.57/clarity.js",
1734
+ transferKb: 26.1,
1735
+ decodedKb: 79.6,
1736
+ encoding: "br",
1737
+ durationMs: 170,
1738
+ initiatorType: "script",
1739
+ protocol: "unknown"
1740
+ },
1741
+ {
1742
+ url: "https://k.clarity.ms/collect",
1743
+ transferKb: 0.3,
1744
+ decodedKb: 0,
1745
+ encoding: "none",
1746
+ durationMs: 636,
1747
+ initiatorType: "xmlhttprequest",
1748
+ protocol: "unknown"
453
1749
  }
454
1750
  ]
455
1751
  };
456
1752
  const googleTagManager = {
457
- totalTransferKb: 106.4,
458
- totalDecodedKb: 295.9,
459
- loadTimeMs: 483,
1753
+ totalTransferKb: 108.4,
1754
+ totalDecodedKb: 301.7,
1755
+ loadTimeMs: 474,
1756
+ collectsWebVitals: false,
1757
+ apis: {
1758
+ cookies: true,
1759
+ localStorage: true,
1760
+ sessionStorage: false,
1761
+ indexedDB: false,
1762
+ canvas: false,
1763
+ webgl: false,
1764
+ audioContext: false,
1765
+ userAgent: true,
1766
+ hardwareConcurrency: false,
1767
+ deviceMemory: false,
1768
+ plugins: false,
1769
+ languages: false,
1770
+ screen: false,
1771
+ sendBeacon: true,
1772
+ fetch: true,
1773
+ xhr: true,
1774
+ websocket: false,
1775
+ mutationObserver: false,
1776
+ performanceObserver: false,
1777
+ intersectionObserver: false
1778
+ },
1779
+ cookies: [
1780
+ ],
1781
+ network: {
1782
+ requestCount: 1,
1783
+ domains: [
1784
+ "www.googletagmanager.com"
1785
+ ],
1786
+ outboundBytes: 0,
1787
+ inboundBytes: 110986,
1788
+ injectedElements: [
1789
+ ]
1790
+ },
1791
+ performance: {
1792
+ taskDurationMs: 17,
1793
+ scriptDurationMs: 7,
1794
+ heapDeltaKb: 1757
1795
+ },
460
1796
  scripts: [
461
1797
  {
462
1798
  url: "https://www.googletagmanager.com/gtm.js?id=GTM-MWW974PF",
463
- transferKb: 106.4,
464
- decodedKb: 295.9,
1799
+ transferKb: 108.4,
1800
+ decodedKb: 301.7,
465
1801
  encoding: "zstd",
466
- durationMs: 483,
1802
+ durationMs: 474,
467
1803
  initiatorType: "script",
468
1804
  protocol: "unknown"
469
1805
  }
@@ -472,14 +1808,54 @@ const googleTagManager = {
472
1808
  const intercom = {
473
1809
  totalTransferKb: 3.6,
474
1810
  totalDecodedKb: 7.4,
475
- loadTimeMs: 735,
1811
+ loadTimeMs: 695,
1812
+ collectsWebVitals: false,
1813
+ apis: {
1814
+ cookies: true,
1815
+ localStorage: true,
1816
+ sessionStorage: true,
1817
+ indexedDB: false,
1818
+ canvas: true,
1819
+ webgl: false,
1820
+ audioContext: false,
1821
+ userAgent: true,
1822
+ hardwareConcurrency: false,
1823
+ deviceMemory: false,
1824
+ plugins: false,
1825
+ languages: false,
1826
+ screen: false,
1827
+ sendBeacon: false,
1828
+ fetch: true,
1829
+ xhr: true,
1830
+ websocket: false,
1831
+ mutationObserver: true,
1832
+ performanceObserver: false,
1833
+ intersectionObserver: false
1834
+ },
1835
+ cookies: [
1836
+ ],
1837
+ network: {
1838
+ requestCount: 1,
1839
+ domains: [
1840
+ "widget.intercom.io"
1841
+ ],
1842
+ outboundBytes: 0,
1843
+ inboundBytes: 3711,
1844
+ injectedElements: [
1845
+ ]
1846
+ },
1847
+ performance: {
1848
+ taskDurationMs: 6,
1849
+ scriptDurationMs: 0,
1850
+ heapDeltaKb: 675
1851
+ },
476
1852
  scripts: [
477
1853
  {
478
1854
  url: "https://widget.intercom.io/widget/akg5rmxb",
479
1855
  transferKb: 3.6,
480
1856
  decodedKb: 7.4,
481
1857
  encoding: "gzip",
482
- durationMs: 735,
1858
+ durationMs: 695,
483
1859
  initiatorType: "script",
484
1860
  protocol: "unknown"
485
1861
  }
@@ -487,31 +1863,111 @@ const intercom = {
487
1863
  };
488
1864
  const crisp = {
489
1865
  totalTransferKb: 3.3,
490
- totalDecodedKb: 7.6,
491
- loadTimeMs: 92,
1866
+ totalDecodedKb: 7.5,
1867
+ loadTimeMs: 93,
1868
+ collectsWebVitals: false,
1869
+ apis: {
1870
+ cookies: true,
1871
+ localStorage: true,
1872
+ sessionStorage: true,
1873
+ indexedDB: false,
1874
+ canvas: false,
1875
+ webgl: false,
1876
+ audioContext: true,
1877
+ userAgent: true,
1878
+ hardwareConcurrency: false,
1879
+ deviceMemory: false,
1880
+ plugins: false,
1881
+ languages: true,
1882
+ screen: false,
1883
+ sendBeacon: false,
1884
+ fetch: true,
1885
+ xhr: true,
1886
+ websocket: true,
1887
+ mutationObserver: true,
1888
+ performanceObserver: false,
1889
+ intersectionObserver: false
1890
+ },
1891
+ cookies: [
1892
+ ],
1893
+ network: {
1894
+ requestCount: 1,
1895
+ domains: [
1896
+ "client.crisp.chat"
1897
+ ],
1898
+ outboundBytes: 0,
1899
+ inboundBytes: 3383,
1900
+ injectedElements: [
1901
+ ]
1902
+ },
1903
+ performance: {
1904
+ taskDurationMs: 6,
1905
+ scriptDurationMs: 1,
1906
+ heapDeltaKb: 705
1907
+ },
492
1908
  scripts: [
493
1909
  {
494
1910
  url: "https://client.crisp.chat/l.js",
495
1911
  transferKb: 3.3,
496
- decodedKb: 7.6,
1912
+ decodedKb: 7.5,
497
1913
  encoding: "br",
498
- durationMs: 92,
1914
+ durationMs: 93,
499
1915
  initiatorType: "script",
500
1916
  protocol: "unknown"
501
1917
  }
502
1918
  ]
503
1919
  };
504
1920
  const stripe = {
505
- totalTransferKb: 212.4,
506
- totalDecodedKb: 916.7,
507
- loadTimeMs: 170,
1921
+ totalTransferKb: 213.3,
1922
+ totalDecodedKb: 922.7,
1923
+ loadTimeMs: 190,
1924
+ collectsWebVitals: false,
1925
+ apis: {
1926
+ cookies: true,
1927
+ localStorage: false,
1928
+ sessionStorage: false,
1929
+ indexedDB: false,
1930
+ canvas: false,
1931
+ webgl: false,
1932
+ audioContext: false,
1933
+ userAgent: true,
1934
+ hardwareConcurrency: false,
1935
+ deviceMemory: false,
1936
+ plugins: false,
1937
+ languages: true,
1938
+ screen: false,
1939
+ sendBeacon: false,
1940
+ fetch: true,
1941
+ xhr: true,
1942
+ websocket: false,
1943
+ mutationObserver: true,
1944
+ performanceObserver: true,
1945
+ intersectionObserver: true
1946
+ },
1947
+ cookies: [
1948
+ ],
1949
+ network: {
1950
+ requestCount: 1,
1951
+ domains: [
1952
+ "js.stripe.com"
1953
+ ],
1954
+ outboundBytes: 0,
1955
+ inboundBytes: 218669,
1956
+ injectedElements: [
1957
+ ]
1958
+ },
1959
+ performance: {
1960
+ taskDurationMs: 43,
1961
+ scriptDurationMs: 11,
1962
+ heapDeltaKb: 2305
1963
+ },
508
1964
  scripts: [
509
1965
  {
510
1966
  url: "https://js.stripe.com/v3/",
511
- transferKb: 212.4,
512
- decodedKb: 916.7,
1967
+ transferKb: 213.3,
1968
+ decodedKb: 922.7,
513
1969
  encoding: "br",
514
- durationMs: 170,
1970
+ durationMs: 190,
515
1971
  initiatorType: "script",
516
1972
  protocol: "h2"
517
1973
  }
@@ -520,30 +1976,110 @@ const stripe = {
520
1976
  const lemonSqueezy = {
521
1977
  totalTransferKb: 1.8,
522
1978
  totalDecodedKb: 3.8,
523
- loadTimeMs: 84,
1979
+ loadTimeMs: 86,
1980
+ collectsWebVitals: false,
1981
+ apis: {
1982
+ cookies: true,
1983
+ localStorage: false,
1984
+ sessionStorage: false,
1985
+ indexedDB: false,
1986
+ canvas: false,
1987
+ webgl: false,
1988
+ audioContext: false,
1989
+ userAgent: false,
1990
+ hardwareConcurrency: false,
1991
+ deviceMemory: false,
1992
+ plugins: false,
1993
+ languages: false,
1994
+ screen: false,
1995
+ sendBeacon: false,
1996
+ fetch: false,
1997
+ xhr: false,
1998
+ websocket: false,
1999
+ mutationObserver: false,
2000
+ performanceObserver: false,
2001
+ intersectionObserver: false
2002
+ },
2003
+ cookies: [
2004
+ ],
2005
+ network: {
2006
+ requestCount: 1,
2007
+ domains: [
2008
+ "assets.lemonsqueezy.com"
2009
+ ],
2010
+ outboundBytes: 0,
2011
+ inboundBytes: 1831,
2012
+ injectedElements: [
2013
+ ]
2014
+ },
2015
+ performance: {
2016
+ taskDurationMs: 5,
2017
+ scriptDurationMs: 0,
2018
+ heapDeltaKb: 671
2019
+ },
524
2020
  scripts: [
525
2021
  {
526
2022
  url: "https://assets.lemonsqueezy.com/lemon.js",
527
2023
  transferKb: 1.8,
528
2024
  decodedKb: 3.8,
529
2025
  encoding: "br",
530
- durationMs: 84,
2026
+ durationMs: 86,
531
2027
  initiatorType: "script",
532
2028
  protocol: "unknown"
533
2029
  }
534
2030
  ]
535
2031
  };
536
- const payPal = {
537
- totalTransferKb: 49.6,
538
- totalDecodedKb: 150.9,
539
- loadTimeMs: 182,
2032
+ const paypal = {
2033
+ totalTransferKb: 48.8,
2034
+ totalDecodedKb: 148,
2035
+ loadTimeMs: 147,
2036
+ collectsWebVitals: false,
2037
+ apis: {
2038
+ cookies: false,
2039
+ localStorage: false,
2040
+ sessionStorage: false,
2041
+ indexedDB: false,
2042
+ canvas: false,
2043
+ webgl: false,
2044
+ audioContext: false,
2045
+ userAgent: true,
2046
+ hardwareConcurrency: false,
2047
+ deviceMemory: false,
2048
+ plugins: false,
2049
+ languages: true,
2050
+ screen: false,
2051
+ sendBeacon: true,
2052
+ fetch: true,
2053
+ xhr: false,
2054
+ websocket: false,
2055
+ mutationObserver: false,
2056
+ performanceObserver: false,
2057
+ intersectionObserver: true
2058
+ },
2059
+ cookies: [
2060
+ ],
2061
+ network: {
2062
+ requestCount: 1,
2063
+ domains: [
2064
+ "www.paypal.com"
2065
+ ],
2066
+ outboundBytes: 0,
2067
+ inboundBytes: 49996,
2068
+ injectedElements: [
2069
+ ]
2070
+ },
2071
+ performance: {
2072
+ taskDurationMs: 25,
2073
+ scriptDurationMs: 14,
2074
+ heapDeltaKb: 1633
2075
+ },
540
2076
  scripts: [
541
2077
  {
542
2078
  url: "https://www.paypal.com/web-sdk/v6/core",
543
- transferKb: 49.6,
544
- decodedKb: 150.9,
2079
+ transferKb: 48.8,
2080
+ decodedKb: 148,
545
2081
  encoding: "gzip",
546
- durationMs: 182,
2082
+ durationMs: 147,
547
2083
  initiatorType: "script",
548
2084
  protocol: "unknown"
549
2085
  }
@@ -552,35 +2088,185 @@ const payPal = {
552
2088
  const vimeoPlayer = {
553
2089
  totalTransferKb: 8.9,
554
2090
  totalDecodedKb: 23.8,
555
- loadTimeMs: 107,
2091
+ loadTimeMs: 83,
2092
+ collectsWebVitals: false,
2093
+ apis: {
2094
+ cookies: false,
2095
+ localStorage: false,
2096
+ sessionStorage: false,
2097
+ indexedDB: false,
2098
+ canvas: false,
2099
+ webgl: false,
2100
+ audioContext: false,
2101
+ userAgent: true,
2102
+ hardwareConcurrency: false,
2103
+ deviceMemory: false,
2104
+ plugins: false,
2105
+ languages: false,
2106
+ screen: false,
2107
+ sendBeacon: false,
2108
+ fetch: false,
2109
+ xhr: true,
2110
+ websocket: true,
2111
+ mutationObserver: false,
2112
+ performanceObserver: false,
2113
+ intersectionObserver: false
2114
+ },
2115
+ cookies: [
2116
+ {
2117
+ name: "__cf_bm",
2118
+ domain: ".vimeo.com",
2119
+ path: "/",
2120
+ httpOnly: true,
2121
+ secure: true,
2122
+ sameSite: "None",
2123
+ session: false,
2124
+ lifetimeDays: 0,
2125
+ firstParty: false
2126
+ },
2127
+ {
2128
+ name: "_cfuvid",
2129
+ domain: ".vimeo.com",
2130
+ path: "/",
2131
+ httpOnly: true,
2132
+ secure: true,
2133
+ sameSite: "None",
2134
+ session: true,
2135
+ lifetimeDays: -1,
2136
+ firstParty: false
2137
+ }
2138
+ ],
2139
+ network: {
2140
+ requestCount: 1,
2141
+ domains: [
2142
+ "player.vimeo.com"
2143
+ ],
2144
+ outboundBytes: 0,
2145
+ inboundBytes: 9084,
2146
+ injectedElements: [
2147
+ ]
2148
+ },
2149
+ performance: {
2150
+ taskDurationMs: 7,
2151
+ scriptDurationMs: 1,
2152
+ heapDeltaKb: 693
2153
+ },
556
2154
  scripts: [
557
2155
  {
558
2156
  url: "https://player.vimeo.com/api/player.js",
559
2157
  transferKb: 8.9,
560
2158
  decodedKb: 23.8,
561
2159
  encoding: "gzip",
562
- durationMs: 107,
2160
+ durationMs: 83,
563
2161
  initiatorType: "script",
564
2162
  protocol: "unknown"
565
2163
  }
566
2164
  ]
567
2165
  };
568
- const youTubePlayer = {
569
- totalTransferKb: 14,
2166
+ const youtubePlayer = {
2167
+ totalTransferKb: 13.6,
570
2168
  totalDecodedKb: 32.4,
571
- loadTimeMs: 293,
2169
+ loadTimeMs: 276,
2170
+ collectsWebVitals: false,
2171
+ apis: {
2172
+ cookies: false,
2173
+ localStorage: false,
2174
+ sessionStorage: false,
2175
+ indexedDB: false,
2176
+ canvas: false,
2177
+ webgl: false,
2178
+ audioContext: false,
2179
+ userAgent: true,
2180
+ hardwareConcurrency: false,
2181
+ deviceMemory: false,
2182
+ plugins: false,
2183
+ languages: false,
2184
+ screen: false,
2185
+ sendBeacon: false,
2186
+ fetch: false,
2187
+ xhr: false,
2188
+ websocket: false,
2189
+ mutationObserver: false,
2190
+ performanceObserver: false,
2191
+ intersectionObserver: false
2192
+ },
2193
+ cookies: [
2194
+ {
2195
+ name: "YSC",
2196
+ domain: ".youtube.com",
2197
+ path: "/",
2198
+ httpOnly: true,
2199
+ secure: true,
2200
+ sameSite: "None",
2201
+ session: true,
2202
+ lifetimeDays: -1,
2203
+ firstParty: false
2204
+ },
2205
+ {
2206
+ name: "__Secure-ROLLOUT_TOKEN",
2207
+ domain: ".youtube.com",
2208
+ path: "/",
2209
+ httpOnly: true,
2210
+ secure: true,
2211
+ sameSite: "None",
2212
+ session: false,
2213
+ lifetimeDays: 180,
2214
+ firstParty: false
2215
+ },
2216
+ {
2217
+ name: "VISITOR_INFO1_LIVE",
2218
+ domain: ".youtube.com",
2219
+ path: "/",
2220
+ httpOnly: true,
2221
+ secure: true,
2222
+ sameSite: "None",
2223
+ session: false,
2224
+ lifetimeDays: 180,
2225
+ firstParty: false
2226
+ },
2227
+ {
2228
+ name: "VISITOR_PRIVACY_METADATA",
2229
+ domain: ".youtube.com",
2230
+ path: "/",
2231
+ httpOnly: true,
2232
+ secure: true,
2233
+ sameSite: "None",
2234
+ session: false,
2235
+ lifetimeDays: 180,
2236
+ firstParty: false
2237
+ }
2238
+ ],
2239
+ network: {
2240
+ requestCount: 2,
2241
+ domains: [
2242
+ "www.youtube.com"
2243
+ ],
2244
+ outboundBytes: 0,
2245
+ inboundBytes: 13881,
2246
+ injectedElements: [
2247
+ {
2248
+ tag: "script",
2249
+ src: "https://www.youtube.com/s/player/21cd2156/www-widgetapi.vflset/www-widgetapi.js"
2250
+ }
2251
+ ]
2252
+ },
2253
+ performance: {
2254
+ taskDurationMs: 8,
2255
+ scriptDurationMs: 2,
2256
+ heapDeltaKb: 763
2257
+ },
572
2258
  scripts: [
573
2259
  {
574
2260
  url: "https://www.youtube.com/iframe_api",
575
- transferKb: 3.4,
2261
+ transferKb: 3,
576
2262
  decodedKb: 1,
577
2263
  encoding: "br",
578
- durationMs: 293,
2264
+ durationMs: 276,
579
2265
  initiatorType: "script",
580
2266
  protocol: "unknown"
581
2267
  },
582
2268
  {
583
- url: "https://www.youtube.com/s/player/99f55c01/www-widgetapi.vflset/www-widgetapi.js",
2269
+ url: "https://www.youtube.com/s/player/21cd2156/www-widgetapi.vflset/www-widgetapi.js",
584
2270
  transferKb: 10.6,
585
2271
  decodedKb: 31.4,
586
2272
  encoding: "br",
@@ -594,6 +2280,45 @@ const googleMaps = {
594
2280
  totalTransferKb: 0,
595
2281
  totalDecodedKb: 0,
596
2282
  loadTimeMs: 0,
2283
+ collectsWebVitals: false,
2284
+ apis: {
2285
+ cookies: false,
2286
+ localStorage: false,
2287
+ sessionStorage: false,
2288
+ indexedDB: false,
2289
+ canvas: false,
2290
+ webgl: false,
2291
+ audioContext: false,
2292
+ userAgent: false,
2293
+ hardwareConcurrency: false,
2294
+ deviceMemory: false,
2295
+ plugins: false,
2296
+ languages: false,
2297
+ screen: false,
2298
+ sendBeacon: false,
2299
+ fetch: false,
2300
+ xhr: false,
2301
+ websocket: false,
2302
+ mutationObserver: false,
2303
+ performanceObserver: false,
2304
+ intersectionObserver: false
2305
+ },
2306
+ cookies: [
2307
+ ],
2308
+ network: {
2309
+ requestCount: 0,
2310
+ domains: [
2311
+ ],
2312
+ outboundBytes: 0,
2313
+ inboundBytes: 0,
2314
+ injectedElements: [
2315
+ ]
2316
+ },
2317
+ performance: {
2318
+ taskDurationMs: 0,
2319
+ scriptDurationMs: 0,
2320
+ heapDeltaKb: 0
2321
+ },
597
2322
  scripts: [
598
2323
  ]
599
2324
  };
@@ -601,27 +2326,111 @@ const npm = {
601
2326
  totalTransferKb: 0,
602
2327
  totalDecodedKb: 0,
603
2328
  loadTimeMs: 0,
2329
+ collectsWebVitals: false,
2330
+ apis: {
2331
+ cookies: false,
2332
+ localStorage: false,
2333
+ sessionStorage: false,
2334
+ indexedDB: false,
2335
+ canvas: false,
2336
+ webgl: false,
2337
+ audioContext: false,
2338
+ userAgent: false,
2339
+ hardwareConcurrency: false,
2340
+ deviceMemory: false,
2341
+ plugins: false,
2342
+ languages: false,
2343
+ screen: false,
2344
+ sendBeacon: false,
2345
+ fetch: false,
2346
+ xhr: false,
2347
+ websocket: false,
2348
+ mutationObserver: false,
2349
+ performanceObserver: false,
2350
+ intersectionObserver: false
2351
+ },
2352
+ cookies: [
2353
+ ],
2354
+ network: {
2355
+ requestCount: 0,
2356
+ domains: [
2357
+ ],
2358
+ outboundBytes: 0,
2359
+ inboundBytes: 0,
2360
+ injectedElements: [
2361
+ ]
2362
+ },
2363
+ performance: {
2364
+ taskDurationMs: 0,
2365
+ scriptDurationMs: 0,
2366
+ heapDeltaKb: 0
2367
+ },
604
2368
  scripts: [
605
2369
  ]
606
2370
  };
607
2371
  const googleRecaptcha = {
608
- totalTransferKb: 360.6,
609
- totalDecodedKb: 844.4,
610
- loadTimeMs: 252,
2372
+ totalTransferKb: 363.9,
2373
+ totalDecodedKb: 852,
2374
+ loadTimeMs: 243,
2375
+ collectsWebVitals: false,
2376
+ apis: {
2377
+ cookies: true,
2378
+ localStorage: true,
2379
+ sessionStorage: true,
2380
+ indexedDB: false,
2381
+ canvas: false,
2382
+ webgl: false,
2383
+ audioContext: false,
2384
+ userAgent: true,
2385
+ hardwareConcurrency: false,
2386
+ deviceMemory: true,
2387
+ plugins: false,
2388
+ languages: false,
2389
+ screen: true,
2390
+ sendBeacon: true,
2391
+ fetch: true,
2392
+ xhr: true,
2393
+ websocket: false,
2394
+ mutationObserver: true,
2395
+ performanceObserver: true,
2396
+ intersectionObserver: false
2397
+ },
2398
+ cookies: [
2399
+ ],
2400
+ network: {
2401
+ requestCount: 2,
2402
+ domains: [
2403
+ "www.google.com",
2404
+ "www.gstatic.com"
2405
+ ],
2406
+ outboundBytes: 0,
2407
+ inboundBytes: 373011,
2408
+ injectedElements: [
2409
+ {
2410
+ tag: "script",
2411
+ src: "https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/recaptcha__en.js"
2412
+ }
2413
+ ]
2414
+ },
2415
+ performance: {
2416
+ taskDurationMs: 86,
2417
+ scriptDurationMs: 49,
2418
+ heapDeltaKb: 2943
2419
+ },
611
2420
  scripts: [
612
2421
  {
613
2422
  url: "https://www.google.com/recaptcha/api.js",
614
2423
  transferKb: 1.5,
615
- decodedKb: 1.6,
2424
+ decodedKb: 1.5,
616
2425
  encoding: "gzip",
617
- durationMs: 252,
2426
+ durationMs: 243,
618
2427
  initiatorType: "script",
619
2428
  protocol: "unknown"
620
2429
  },
621
2430
  {
622
- url: "https://www.gstatic.com/recaptcha/releases/QvLuXwupqtKMva7GIh5eGl3U/recaptcha__en.js",
623
- transferKb: 359.1,
624
- decodedKb: 842.8,
2431
+ url: "https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/recaptcha__en.js",
2432
+ transferKb: 362.4,
2433
+ decodedKb: 850.5,
625
2434
  encoding: "gzip",
626
2435
  durationMs: 227,
627
2436
  initiatorType: "script",
@@ -630,51 +2439,296 @@ const googleRecaptcha = {
630
2439
  ]
631
2440
  };
632
2441
  const googleSignIn = {
633
- totalTransferKb: 91.8,
634
- totalDecodedKb: 246.7,
635
- loadTimeMs: 916,
2442
+ totalTransferKb: 92.1,
2443
+ totalDecodedKb: 247.5,
2444
+ loadTimeMs: 577,
2445
+ collectsWebVitals: false,
2446
+ apis: {
2447
+ cookies: true,
2448
+ localStorage: false,
2449
+ sessionStorage: true,
2450
+ indexedDB: false,
2451
+ canvas: false,
2452
+ webgl: false,
2453
+ audioContext: false,
2454
+ userAgent: true,
2455
+ hardwareConcurrency: false,
2456
+ deviceMemory: false,
2457
+ plugins: false,
2458
+ languages: false,
2459
+ screen: true,
2460
+ sendBeacon: false,
2461
+ fetch: false,
2462
+ xhr: true,
2463
+ websocket: false,
2464
+ mutationObserver: false,
2465
+ performanceObserver: false,
2466
+ intersectionObserver: false
2467
+ },
2468
+ cookies: [
2469
+ ],
2470
+ network: {
2471
+ requestCount: 1,
2472
+ domains: [
2473
+ "accounts.google.com"
2474
+ ],
2475
+ outboundBytes: 0,
2476
+ inboundBytes: 94312,
2477
+ injectedElements: [
2478
+ ]
2479
+ },
2480
+ performance: {
2481
+ taskDurationMs: 13,
2482
+ scriptDurationMs: 3,
2483
+ heapDeltaKb: 1158
2484
+ },
636
2485
  scripts: [
637
2486
  {
638
2487
  url: "https://accounts.google.com/gsi/client",
639
- transferKb: 91.8,
640
- decodedKb: 246.7,
2488
+ transferKb: 92.1,
2489
+ decodedKb: 247.5,
641
2490
  encoding: "gzip",
642
- durationMs: 916,
2491
+ durationMs: 577,
643
2492
  initiatorType: "script",
644
2493
  protocol: "unknown"
645
2494
  }
646
2495
  ]
647
2496
  };
648
- const vercelAnalytics = {
649
- totalTransferKb: 1.5,
650
- totalDecodedKb: 3.8,
651
- loadTimeMs: 80,
2497
+ const blueskyEmbed = {
2498
+ totalTransferKb: 0,
2499
+ totalDecodedKb: 0,
2500
+ loadTimeMs: 0,
2501
+ collectsWebVitals: false,
2502
+ apis: {
2503
+ cookies: false,
2504
+ localStorage: false,
2505
+ sessionStorage: false,
2506
+ indexedDB: false,
2507
+ canvas: false,
2508
+ webgl: false,
2509
+ audioContext: false,
2510
+ userAgent: false,
2511
+ hardwareConcurrency: false,
2512
+ deviceMemory: false,
2513
+ plugins: false,
2514
+ languages: false,
2515
+ screen: false,
2516
+ sendBeacon: false,
2517
+ fetch: false,
2518
+ xhr: false,
2519
+ websocket: false,
2520
+ mutationObserver: false,
2521
+ performanceObserver: false,
2522
+ intersectionObserver: false
2523
+ },
2524
+ cookies: [
2525
+ ],
2526
+ network: {
2527
+ requestCount: 0,
2528
+ domains: [
2529
+ ],
2530
+ outboundBytes: 0,
2531
+ inboundBytes: 0,
2532
+ injectedElements: [
2533
+ ]
2534
+ },
2535
+ performance: {
2536
+ taskDurationMs: 0,
2537
+ scriptDurationMs: 0,
2538
+ heapDeltaKb: 0
2539
+ },
2540
+ scripts: [
2541
+ ]
2542
+ };
2543
+ const instagramEmbed = {
2544
+ totalTransferKb: 33.9,
2545
+ totalDecodedKb: 102.2,
2546
+ loadTimeMs: 382,
2547
+ collectsWebVitals: false,
2548
+ apis: {
2549
+ cookies: false,
2550
+ localStorage: false,
2551
+ sessionStorage: false,
2552
+ indexedDB: false,
2553
+ canvas: false,
2554
+ webgl: false,
2555
+ audioContext: false,
2556
+ userAgent: true,
2557
+ hardwareConcurrency: false,
2558
+ deviceMemory: false,
2559
+ plugins: false,
2560
+ languages: false,
2561
+ screen: false,
2562
+ sendBeacon: false,
2563
+ fetch: false,
2564
+ xhr: false,
2565
+ websocket: false,
2566
+ mutationObserver: false,
2567
+ performanceObserver: false,
2568
+ intersectionObserver: false
2569
+ },
2570
+ cookies: [
2571
+ ],
2572
+ network: {
2573
+ requestCount: 1,
2574
+ domains: [
2575
+ "www.instagram.com"
2576
+ ],
2577
+ outboundBytes: 0,
2578
+ inboundBytes: 36792,
2579
+ injectedElements: [
2580
+ ]
2581
+ },
2582
+ performance: {
2583
+ taskDurationMs: 13,
2584
+ scriptDurationMs: 6,
2585
+ heapDeltaKb: 838
2586
+ },
652
2587
  scripts: [
653
2588
  {
654
- url: "https://va.vercel-scripts.com/v1/script.js",
655
- transferKb: 1.5,
656
- decodedKb: 3.8,
657
- encoding: "gzip",
658
- durationMs: 80,
2589
+ url: "https://www.instagram.com/embed.js",
2590
+ transferKb: 33.9,
2591
+ decodedKb: 102.2,
2592
+ encoding: "zstd",
2593
+ durationMs: 382,
659
2594
  initiatorType: "script",
660
2595
  protocol: "h2"
661
2596
  }
662
2597
  ]
663
2598
  };
2599
+ const xEmbed = {
2600
+ totalTransferKb: 130.5,
2601
+ totalDecodedKb: 410.4,
2602
+ loadTimeMs: 76,
2603
+ collectsWebVitals: false,
2604
+ apis: {
2605
+ cookies: false,
2606
+ localStorage: true,
2607
+ sessionStorage: false,
2608
+ indexedDB: false,
2609
+ canvas: false,
2610
+ webgl: false,
2611
+ audioContext: false,
2612
+ userAgent: true,
2613
+ hardwareConcurrency: false,
2614
+ deviceMemory: false,
2615
+ plugins: false,
2616
+ languages: false,
2617
+ screen: false,
2618
+ sendBeacon: false,
2619
+ fetch: false,
2620
+ xhr: true,
2621
+ websocket: false,
2622
+ mutationObserver: true,
2623
+ performanceObserver: false,
2624
+ intersectionObserver: true
2625
+ },
2626
+ cookies: [
2627
+ ],
2628
+ network: {
2629
+ requestCount: 3,
2630
+ domains: [
2631
+ "platform.twitter.com",
2632
+ "syndication.twitter.com"
2633
+ ],
2634
+ outboundBytes: 0,
2635
+ inboundBytes: 134601,
2636
+ injectedElements: [
2637
+ {
2638
+ tag: "iframe",
2639
+ src: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%3A43655"
2640
+ }
2641
+ ]
2642
+ },
2643
+ performance: {
2644
+ taskDurationMs: 48,
2645
+ scriptDurationMs: 16,
2646
+ heapDeltaKb: 2387
2647
+ },
2648
+ scripts: [
2649
+ {
2650
+ url: "https://platform.twitter.com/widgets.js",
2651
+ transferKb: 27.3,
2652
+ decodedKb: 90.9,
2653
+ encoding: "gzip",
2654
+ durationMs: 76,
2655
+ initiatorType: "script",
2656
+ protocol: "unknown"
2657
+ },
2658
+ {
2659
+ url: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%3A43655",
2660
+ transferKb: 103.2,
2661
+ decodedKb: 319.5,
2662
+ encoding: "gzip",
2663
+ durationMs: 52,
2664
+ initiatorType: "iframe",
2665
+ protocol: "unknown"
2666
+ }
2667
+ ]
2668
+ };
2669
+ const gravatar = {
2670
+ totalTransferKb: 0,
2671
+ totalDecodedKb: 0,
2672
+ loadTimeMs: 0,
2673
+ collectsWebVitals: false,
2674
+ apis: {
2675
+ cookies: false,
2676
+ localStorage: false,
2677
+ sessionStorage: false,
2678
+ indexedDB: false,
2679
+ canvas: false,
2680
+ webgl: false,
2681
+ audioContext: false,
2682
+ userAgent: false,
2683
+ hardwareConcurrency: false,
2684
+ deviceMemory: false,
2685
+ plugins: false,
2686
+ languages: false,
2687
+ screen: false,
2688
+ sendBeacon: false,
2689
+ fetch: false,
2690
+ xhr: false,
2691
+ websocket: false,
2692
+ mutationObserver: false,
2693
+ performanceObserver: false,
2694
+ intersectionObserver: false
2695
+ },
2696
+ cookies: [
2697
+ ],
2698
+ network: {
2699
+ requestCount: 0,
2700
+ domains: [
2701
+ ],
2702
+ outboundBytes: 0,
2703
+ inboundBytes: 0,
2704
+ injectedElements: [
2705
+ ]
2706
+ },
2707
+ performance: {
2708
+ taskDurationMs: 0,
2709
+ scriptDurationMs: 0,
2710
+ heapDeltaKb: 0
2711
+ },
2712
+ scripts: [
2713
+ ]
2714
+ };
664
2715
  const scriptSizes = {
665
2716
  plausibleAnalytics: plausibleAnalytics,
666
2717
  cloudflareWebAnalytics: cloudflareWebAnalytics,
667
- postHog: postHog,
2718
+ posthog: posthog,
668
2719
  fathomAnalytics: fathomAnalytics,
669
2720
  matomoAnalytics: matomoAnalytics,
670
2721
  rybbitAnalytics: rybbitAnalytics,
671
2722
  databuddyAnalytics: databuddyAnalytics,
2723
+ mixpanelAnalytics: mixpanelAnalytics,
672
2724
  segment: segment,
673
2725
  googleAnalytics: googleAnalytics,
674
2726
  umamiAnalytics: umamiAnalytics,
2727
+ vercelAnalytics: vercelAnalytics,
2728
+ bingUet: bingUet,
675
2729
  metaPixel: metaPixel,
676
2730
  xPixel: xPixel,
677
- tikTokPixel: tikTokPixel,
2731
+ tiktokPixel: tiktokPixel,
678
2732
  snapchatPixel: snapchatPixel,
679
2733
  redditPixel: redditPixel,
680
2734
  googleAdsense: googleAdsense,
@@ -686,16 +2740,49 @@ const scriptSizes = {
686
2740
  crisp: crisp,
687
2741
  stripe: stripe,
688
2742
  lemonSqueezy: lemonSqueezy,
689
- payPal: payPal,
2743
+ paypal: paypal,
690
2744
  vimeoPlayer: vimeoPlayer,
691
- youTubePlayer: youTubePlayer,
2745
+ youtubePlayer: youtubePlayer,
692
2746
  googleMaps: googleMaps,
693
2747
  npm: npm,
694
2748
  googleRecaptcha: googleRecaptcha,
695
2749
  googleSignIn: googleSignIn,
696
- vercelAnalytics: vercelAnalytics
2750
+ blueskyEmbed: blueskyEmbed,
2751
+ instagramEmbed: instagramEmbed,
2752
+ xEmbed: xEmbed,
2753
+ gravatar: gravatar
697
2754
  };
698
2755
 
2756
+ const PERSISTENCE_APIS = ["cookies", "localStorage", "sessionStorage", "indexedDB"];
2757
+ const FINGERPRINTING_APIS = ["canvas", "webgl", "audioContext", "deviceMemory", "hardwareConcurrency", "plugins", "screen", "userAgent", "languages"];
2758
+ const MONITORING_APIS = ["mutationObserver", "intersectionObserver"];
2759
+ const PERSISTENCE_WEIGHT = 10;
2760
+ const FINGERPRINTING_WEIGHT = 6;
2761
+ const MONITORING_WEIGHT = 4;
2762
+ const MAX_SCORE = PERSISTENCE_APIS.length * PERSISTENCE_WEIGHT + FINGERPRINTING_APIS.length * FINGERPRINTING_WEIGHT + MONITORING_APIS.length * MONITORING_WEIGHT;
2763
+ function computeApiPrivacyScore(apis) {
2764
+ const count = (keys) => keys.filter((k) => apis[k]).length;
2765
+ const persistence = count(PERSISTENCE_APIS);
2766
+ const fingerprinting = count(FINGERPRINTING_APIS);
2767
+ const monitoring = count(MONITORING_APIS);
2768
+ const raw = persistence * PERSISTENCE_WEIGHT + fingerprinting * FINGERPRINTING_WEIGHT + monitoring * MONITORING_WEIGHT;
2769
+ return {
2770
+ score: Math.round(raw / MAX_SCORE * 100),
2771
+ persistence,
2772
+ fingerprinting,
2773
+ monitoring
2774
+ };
2775
+ }
2776
+ const CLS_RISK_TAGS = /* @__PURE__ */ new Set(["iframe", "img", "div", "video"]);
2777
+ function computeCwvEstimate(perf, network, apis) {
2778
+ const lcpImpactMs = perf.scriptDurationMs;
2779
+ const clsElements = network.injectedElements.filter((e) => CLS_RISK_TAGS.has(e.tag)).length;
2780
+ const clsRisk = clsElements > 0;
2781
+ const heavyScript = perf.scriptDurationMs > 15;
2782
+ const domObserver = apis.mutationObserver;
2783
+ const inpRiskLevel = heavyScript && domObserver ? "high" : heavyScript || domObserver ? "medium" : "low";
2784
+ return { lcpImpactMs, clsRisk, clsElements, inpRiskLevel };
2785
+ }
699
2786
  const DOMAIN_RE = /^https?:\/\/([^/]+)/;
700
2787
  const USE_SCRIPT_RE = /^useScript/;
701
2788
  const WORD_SPLIT_RE = /[\s-]+/;
@@ -734,13 +2821,14 @@ function deriveMetaKey(importName, label) {
734
2821
  async function getScriptStats() {
735
2822
  const { registry } = await import('./registry.mjs');
736
2823
  const entries = await registry();
737
- const proxyConfigs = getAllProxyConfigs("/_scripts/assets");
2824
+ const proxyConfigs = getAllProxyConfigs("/_scripts/p");
738
2825
  const sizes = scriptSizes;
739
2826
  return entries.map((entry) => {
740
- const metaKey = deriveMetaKey(entry.import?.name, entry.label);
741
- const meta = scriptMeta[metaKey];
742
- const size = sizes[metaKey];
743
- const proxyConfig = entry.proxy ? proxyConfigs[entry.proxy] : void 0;
2827
+ const id = entry.registryKey || deriveMetaKey(entry.import?.name, entry.label);
2828
+ const meta = id && id in scriptMeta ? scriptMeta[id] : void 0;
2829
+ const size = sizes[id || ""];
2830
+ const proxyConfigKey = entry.proxy === false ? void 0 : entry.proxy || entry.registryKey;
2831
+ const proxyConfig = proxyConfigKey ? proxyConfigs[proxyConfigKey] : void 0;
744
2832
  let loadingMethod = "cdn";
745
2833
  if (entry.src === false)
746
2834
  loadingMethod = "npm";
@@ -751,17 +2839,28 @@ async function getScriptStats() {
751
2839
  const domains = extractDomains(routes);
752
2840
  const endpoints = Object.keys(routes).length;
753
2841
  return {
754
- id: metaKey,
755
- label: entry.label || metaKey,
2842
+ id,
2843
+ label: entry.label || id || "",
756
2844
  category: entry.category || "unknown",
757
2845
  scripts: size?.scripts ?? [],
758
2846
  totalTransferKb: size?.totalTransferKb ?? 0,
759
2847
  totalDecodedKb: size?.totalDecodedKb ?? 0,
760
2848
  trackedData: meta?.trackedData ?? [],
2849
+ collectsWebVitals: size?.collectsWebVitals ?? false,
2850
+ apis: size?.apis ?? {},
2851
+ apiPrivacyScore: computeApiPrivacyScore(size?.apis ?? {}),
2852
+ cookies: size?.cookies ?? [],
2853
+ network: size?.network ?? { requestCount: 0, domains: [], outboundBytes: 0, inboundBytes: 0, injectedElements: [] },
2854
+ performance: size?.performance ?? { taskDurationMs: 0, scriptDurationMs: 0, heapDeltaKb: 0 },
2855
+ cwvEstimate: computeCwvEstimate(
2856
+ size?.performance ?? { scriptDurationMs: 0},
2857
+ size?.network ?? { injectedElements: [] },
2858
+ size?.apis ?? {}
2859
+ ),
761
2860
  hasBundling: entry.scriptBundling !== false && entry.scriptBundling !== void 0,
762
- hasProxy: !!entry.proxy,
763
- domains,
764
- endpoints,
2861
+ hasProxy: !!proxyConfig,
2862
+ proxyDomains: domains,
2863
+ proxyEndpoints: endpoints,
765
2864
  privacy,
766
2865
  privacyLevel: computePrivacyLevel(privacy),
767
2866
  loadingMethod