@nuxt/scripts 1.0.0-beta.24 → 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 +303 -277
  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 -1
  45. package/dist/runtime/server/utils/privacy.js +3 -3
  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 +2255 -164
  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/78647cef-f45a-4560-82b4-b9364815198a.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,44 +31,56 @@ 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"]
37
41
  },
38
42
  googleAnalytics: {
39
43
  urls: ["https://www.googletagmanager.com/gtag/js?id=G-TR58L0EF8P"],
40
- trackedData: ["page-views", "events", "conversions", "user-identity", "audiences"],
41
- canvasFingerprinting: true
44
+ trackedData: ["page-views", "events", "conversions", "user-identity", "audiences"]
42
45
  },
43
46
  umamiAnalytics: {
44
47
  urls: ["https://cloud.umami.is/script.js"],
45
48
  trackedData: ["page-views", "events"]
46
49
  },
50
+ vercelAnalytics: {
51
+ urls: ["https://va.vercel-scripts.com/v1/script.js"],
52
+ trackedData: ["page-views", "events"]
53
+ },
47
54
  // Ads / Pixels
55
+ bingUet: {
56
+ urls: ["https://bat.bing.com/bat.js"],
57
+ trackedData: ["page-views", "conversions", "retargeting", "audiences"],
58
+ testId: "247021147"
59
+ },
48
60
  metaPixel: {
49
61
  urls: ["https://connect.facebook.net/en_US/fbevents.js"],
50
62
  trackedData: ["page-views", "conversions", "retargeting", "audiences"],
51
- canvasFingerprinting: true
63
+ testId: "3925006"
52
64
  },
53
65
  xPixel: {
54
66
  urls: ["https://static.ads-twitter.com/uwt.js"],
55
67
  trackedData: ["page-views", "conversions", "retargeting", "audiences"],
56
- canvasFingerprinting: true
68
+ testId: "ol7lz"
57
69
  },
58
- tikTokPixel: {
70
+ tiktokPixel: {
59
71
  urls: ["https://analytics.tiktok.com/i18n/pixel/events.js"],
60
72
  trackedData: ["page-views", "conversions", "retargeting", "audiences"],
61
- canvasFingerprinting: true
73
+ testId: "C5ABC1234F5678"
62
74
  },
63
75
  snapchatPixel: {
64
76
  urls: ["https://sc-static.net/scevent.min.js"],
65
77
  trackedData: ["page-views", "conversions", "retargeting", "audiences"],
66
- canvasFingerprinting: true
78
+ testId: "2295cbcc-cb3f-4727-8c09-1133b742722c"
67
79
  },
68
80
  redditPixel: {
69
81
  urls: ["https://www.redditstatic.com/ads/pixel.js"],
70
82
  trackedData: ["page-views", "conversions", "retargeting", "audiences"],
71
- canvasFingerprinting: true
83
+ testId: "a2_ilz4u0kbdr3v"
72
84
  },
73
85
  googleAdsense: {
74
86
  urls: ["https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"],
@@ -82,12 +94,12 @@ const scriptMeta = {
82
94
  hotjar: {
83
95
  urls: ["https://static.hotjar.com/c/hotjar-3925006.js?sv=6"],
84
96
  trackedData: ["page-views", "session-replay", "heatmaps", "clicks", "scrolls", "form-submissions"],
85
- canvasFingerprinting: true
97
+ testId: 3925006
86
98
  },
87
99
  clarity: {
88
100
  urls: ["https://www.clarity.ms/tag/mqk2m9dr2v"],
89
101
  trackedData: ["page-views", "session-replay", "heatmaps", "clicks", "scrolls"],
90
- canvasFingerprinting: true
102
+ testId: "mqk2m9dr2v"
91
103
  },
92
104
  // Tag Manager
93
105
  googleTagManager: {
@@ -97,11 +109,13 @@ const scriptMeta = {
97
109
  // Support
98
110
  intercom: {
99
111
  urls: ["https://widget.intercom.io/widget/akg5rmxb"],
100
- trackedData: ["user-identity", "events"]
112
+ trackedData: ["user-identity", "events"],
113
+ testId: "akg5rmxb"
101
114
  },
102
115
  crisp: {
103
116
  urls: ["https://client.crisp.chat/l.js"],
104
- trackedData: ["user-identity", "events"]
117
+ trackedData: ["user-identity", "events"],
118
+ testId: "b1021910-7ace-425a-9ef5-07f49e5ce417"
105
119
  },
106
120
  // Payments
107
121
  stripe: {
@@ -112,7 +126,7 @@ const scriptMeta = {
112
126
  urls: ["https://assets.lemonsqueezy.com/lemon.js"],
113
127
  trackedData: ["transactions"]
114
128
  },
115
- payPal: {
129
+ paypal: {
116
130
  urls: ["https://www.paypal.com/web-sdk/v6/core"],
117
131
  trackedData: ["transactions"]
118
132
  },
@@ -121,7 +135,7 @@ const scriptMeta = {
121
135
  urls: ["https://player.vimeo.com/api/player.js"],
122
136
  trackedData: ["video-engagement"]
123
137
  },
124
- youTubePlayer: {
138
+ youtubePlayer: {
125
139
  urls: ["https://www.youtube.com/iframe_api"],
126
140
  trackedData: ["video-engagement"]
127
141
  },
@@ -145,20 +159,78 @@ const scriptMeta = {
145
159
  googleSignIn: {
146
160
  urls: ["https://accounts.google.com/gsi/client"],
147
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: []
148
180
  }
149
181
  };
150
182
 
151
183
  const plausibleAnalytics = {
152
184
  totalTransferKb: 1.9,
153
185
  totalDecodedKb: 2.9,
154
- 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
+ },
155
227
  scripts: [
156
228
  {
157
229
  url: "https://plausible.io/js/script.js",
158
230
  transferKb: 1.9,
159
231
  decodedKb: 2.9,
160
232
  encoding: "zstd",
161
- durationMs: 79,
233
+ durationMs: 70,
162
234
  initiatorType: "script",
163
235
  protocol: "unknown"
164
236
  }
@@ -167,46 +239,165 @@ const plausibleAnalytics = {
167
239
  const cloudflareWebAnalytics = {
168
240
  totalTransferKb: 10.8,
169
241
  totalDecodedKb: 30.4,
170
- 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
+ },
171
283
  scripts: [
172
284
  {
173
285
  url: "https://static.cloudflareinsights.com/beacon.min.js",
174
286
  transferKb: 10.8,
175
287
  decodedKb: 30.4,
176
288
  encoding: "gzip",
177
- durationMs: 100,
289
+ durationMs: 82,
178
290
  initiatorType: "script",
179
291
  protocol: "unknown"
180
292
  }
181
293
  ]
182
294
  };
183
- const postHog = {
295
+ const posthog = {
184
296
  totalTransferKb: 0,
185
297
  totalDecodedKb: 0,
186
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
+ },
187
338
  scripts: [
188
339
  ]
189
340
  };
190
341
  const fathomAnalytics = {
191
342
  totalTransferKb: 3,
192
343
  totalDecodedKb: 6.7,
193
- 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
+ },
194
385
  scripts: [
195
386
  {
196
387
  url: "https://cdn.usefathom.com/script.js",
197
388
  transferKb: 2.7,
198
389
  decodedKb: 6.7,
199
390
  encoding: "zstd",
200
- durationMs: 340,
391
+ durationMs: 68,
201
392
  initiatorType: "script",
202
393
  protocol: "unknown"
203
394
  },
204
395
  {
205
- 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",
206
397
  transferKb: 0.3,
207
398
  decodedKb: 0,
208
399
  encoding: "none",
209
- durationMs: 304,
400
+ durationMs: 301,
210
401
  initiatorType: "img",
211
402
  protocol: "unknown"
212
403
  }
@@ -215,14 +406,54 @@ const fathomAnalytics = {
215
406
  const matomoAnalytics = {
216
407
  totalTransferKb: 60.4,
217
408
  totalDecodedKb: 218.6,
218
- 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
+ },
219
450
  scripts: [
220
451
  {
221
452
  url: "https://cdn.matomo.cloud/demo.matomo.cloud/matomo.js",
222
453
  transferKb: 60.4,
223
454
  decodedKb: 218.6,
224
455
  encoding: "br",
225
- durationMs: 101,
456
+ durationMs: 94,
226
457
  initiatorType: "script",
227
458
  protocol: "unknown"
228
459
  }
@@ -231,14 +462,54 @@ const matomoAnalytics = {
231
462
  const rybbitAnalytics = {
232
463
  totalTransferKb: 9,
233
464
  totalDecodedKb: 25.3,
234
- 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
+ },
235
506
  scripts: [
236
507
  {
237
508
  url: "https://app.rybbit.io/api/script.js",
238
509
  transferKb: 9,
239
510
  decodedKb: 25.3,
240
511
  encoding: "zstd",
241
- durationMs: 1127,
512
+ durationMs: 1159,
242
513
  initiatorType: "script",
243
514
  protocol: "unknown"
244
515
  }
@@ -247,30 +518,167 @@ const rybbitAnalytics = {
247
518
  const databuddyAnalytics = {
248
519
  totalTransferKb: 10.6,
249
520
  totalDecodedKb: 29.2,
250
- 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
+ },
251
562
  scripts: [
252
563
  {
253
564
  url: "https://cdn.databuddy.cc/databuddy.js",
254
565
  transferKb: 10.6,
255
566
  decodedKb: 29.2,
256
567
  encoding: "zstd",
257
- 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,
258
625
  initiatorType: "script",
259
626
  protocol: "unknown"
260
627
  }
261
628
  ]
262
629
  };
263
630
  const segment = {
264
- totalTransferKb: 29.4,
631
+ totalTransferKb: 29.6,
265
632
  totalDecodedKb: 107,
266
- 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
+ },
267
675
  scripts: [
268
676
  {
269
677
  url: "https://cdn.segment.com/analytics.js/v1/KBXOGxgqMFjm2mxtJDJg0iDn5AnGYb9C/analytics.min.js",
270
678
  transferKb: 28.2,
271
679
  decodedKb: 106.4,
272
680
  encoding: "br",
273
- durationMs: 597,
681
+ durationMs: 545,
274
682
  initiatorType: "script",
275
683
  protocol: "unknown"
276
684
  },
@@ -279,23 +687,72 @@ const segment = {
279
687
  transferKb: 1.2,
280
688
  decodedKb: 0.6,
281
689
  encoding: "none",
282
- 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,
283
700
  initiatorType: "fetch",
284
701
  protocol: "unknown"
285
702
  }
286
703
  ]
287
704
  };
288
705
  const googleAnalytics = {
289
- totalTransferKb: 151.5,
290
- totalDecodedKb: 446,
291
- 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
+ },
292
749
  scripts: [
293
750
  {
294
751
  url: "https://www.googletagmanager.com/gtag/js?id=G-TR58L0EF8P",
295
- transferKb: 151.5,
296
- decodedKb: 446,
752
+ transferKb: 153.9,
753
+ decodedKb: 452.9,
297
754
  encoding: "zstd",
298
- durationMs: 537,
755
+ durationMs: 477,
299
756
  initiatorType: "script",
300
757
  protocol: "unknown"
301
758
  }
@@ -305,6 +762,46 @@ const umamiAnalytics = {
305
762
  totalTransferKb: 2.4,
306
763
  totalDecodedKb: 2.6,
307
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
+ },
308
805
  scripts: [
309
806
  {
310
807
  url: "https://cloud.umami.is/script.js",
@@ -317,161 +814,992 @@ const umamiAnalytics = {
317
814
  }
318
815
  ]
319
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
+ };
320
977
  const metaPixel = {
321
- totalTransferKb: 93.9,
322
- totalDecodedKb: 353.3,
323
- 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
+ },
324
1026
  scripts: [
325
1027
  {
326
1028
  url: "https://connect.facebook.net/en_US/fbevents.js",
327
- transferKb: 93.9,
328
- decodedKb: 353.3,
1029
+ transferKb: 94.7,
1030
+ decodedKb: 356.5,
329
1031
  encoding: "gzip",
330
- durationMs: 123,
1032
+ durationMs: 106,
331
1033
  initiatorType: "script",
332
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"
333
1053
  }
334
1054
  ]
335
1055
  };
336
1056
  const xPixel = {
337
- totalTransferKb: 9.5,
338
- totalDecodedKb: 32.3,
339
- 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
+ },
340
1165
  scripts: [
341
1166
  {
342
1167
  url: "https://static.ads-twitter.com/uwt.js",
343
- transferKb: 9.5,
344
- decodedKb: 32.3,
1168
+ transferKb: 13.5,
1169
+ decodedKb: 47.1,
345
1170
  encoding: "gzip",
346
- durationMs: 72,
1171
+ durationMs: 67,
347
1172
  initiatorType: "script",
348
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"
349
1192
  }
350
1193
  ]
351
1194
  };
352
- const tikTokPixel = {
353
- totalTransferKb: 2.7,
354
- totalDecodedKb: 7.6,
355
- 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
+ },
356
1258
  scripts: [
357
1259
  {
358
1260
  url: "https://analytics.tiktok.com/i18n/pixel/events.js",
359
1261
  transferKb: 2.7,
360
1262
  decodedKb: 7.6,
361
1263
  encoding: "gzip",
362
- 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,
363
1283
  initiatorType: "script",
364
1284
  protocol: "unknown"
365
1285
  }
366
1286
  ]
367
1287
  };
368
1288
  const snapchatPixel = {
369
- totalTransferKb: 24.7,
370
- totalDecodedKb: 57.4,
371
- 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
+ },
372
1389
  scripts: [
373
1390
  {
374
1391
  url: "https://sc-static.net/scevent.min.js",
375
- transferKb: 24.7,
1392
+ transferKb: 0,
376
1393
  decodedKb: 57.4,
377
1394
  encoding: "gzip",
378
- durationMs: 569,
1395
+ durationMs: 583,
379
1396
  initiatorType: "script",
380
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"
381
1425
  }
382
1426
  ]
383
1427
  };
384
1428
  const redditPixel = {
385
- totalTransferKb: 20,
386
- totalDecodedKb: 79.6,
387
- 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
+ },
388
1474
  scripts: [
389
1475
  {
390
1476
  url: "https://www.redditstatic.com/ads/pixel.js",
391
- transferKb: 20,
392
- decodedKb: 79.6,
1477
+ transferKb: 18.8,
1478
+ decodedKb: 65.3,
393
1479
  encoding: "gzip",
394
- durationMs: 122,
1480
+ durationMs: 111,
395
1481
  initiatorType: "script",
396
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"
397
1501
  }
398
1502
  ]
399
1503
  };
400
1504
  const googleAdsense = {
401
- totalTransferKb: 63.4,
402
- totalDecodedKb: 193.1,
403
- 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
+ },
404
1548
  scripts: [
405
1549
  {
406
1550
  url: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",
407
- transferKb: 63.4,
408
- decodedKb: 193.1,
1551
+ transferKb: 63,
1552
+ decodedKb: 191.4,
409
1553
  encoding: "br",
410
- durationMs: 401,
1554
+ durationMs: 329,
411
1555
  initiatorType: "script",
412
1556
  protocol: "h2"
413
1557
  }
414
1558
  ]
415
1559
  };
416
1560
  const carbonAds = {
417
- totalTransferKb: 10.8,
418
- totalDecodedKb: 37.1,
419
- 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
+ },
420
1604
  scripts: [
421
1605
  {
422
1606
  url: "https://cdn.carbonads.com/carbon.js?serve=CW7DTKJL&placement=unlighthousedev&format=cover",
423
- transferKb: 10.8,
424
- decodedKb: 37.1,
1607
+ transferKb: 10.4,
1608
+ decodedKb: 34.5,
425
1609
  encoding: "gzip",
426
- durationMs: 55,
1610
+ durationMs: 81,
427
1611
  initiatorType: "script",
428
1612
  protocol: "unknown"
429
1613
  }
430
1614
  ]
431
1615
  };
432
1616
  const hotjar = {
433
- totalTransferKb: 6.1,
434
- totalDecodedKb: 14.7,
435
- 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
+ },
436
1660
  scripts: [
437
1661
  {
438
1662
  url: "https://static.hotjar.com/c/hotjar-3925006.js?sv=6",
439
- transferKb: 6.1,
440
- decodedKb: 14.7,
1663
+ transferKb: 6.2,
1664
+ decodedKb: 15,
441
1665
  encoding: "br",
442
- durationMs: 346,
1666
+ durationMs: 348,
443
1667
  initiatorType: "script",
444
1668
  protocol: "unknown"
445
1669
  }
446
1670
  ]
447
1671
  };
448
1672
  const clarity = {
449
- totalTransferKb: 0.8,
450
- totalDecodedKb: 0.6,
451
- 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
+ },
452
1722
  scripts: [
453
1723
  {
454
1724
  url: "https://www.clarity.ms/tag/mqk2m9dr2v",
455
1725
  transferKb: 0.8,
456
1726
  decodedKb: 0.6,
457
1727
  encoding: "none",
458
- durationMs: 365,
1728
+ durationMs: 345,
459
1729
  initiatorType: "script",
460
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"
461
1749
  }
462
1750
  ]
463
1751
  };
464
1752
  const googleTagManager = {
465
- totalTransferKb: 106.4,
466
- totalDecodedKb: 295.9,
467
- 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
+ },
468
1796
  scripts: [
469
1797
  {
470
1798
  url: "https://www.googletagmanager.com/gtm.js?id=GTM-MWW974PF",
471
- transferKb: 106.4,
472
- decodedKb: 295.9,
1799
+ transferKb: 108.4,
1800
+ decodedKb: 301.7,
473
1801
  encoding: "zstd",
474
- durationMs: 483,
1802
+ durationMs: 474,
475
1803
  initiatorType: "script",
476
1804
  protocol: "unknown"
477
1805
  }
@@ -480,14 +1808,54 @@ const googleTagManager = {
480
1808
  const intercom = {
481
1809
  totalTransferKb: 3.6,
482
1810
  totalDecodedKb: 7.4,
483
- 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
+ },
484
1852
  scripts: [
485
1853
  {
486
1854
  url: "https://widget.intercom.io/widget/akg5rmxb",
487
1855
  transferKb: 3.6,
488
1856
  decodedKb: 7.4,
489
1857
  encoding: "gzip",
490
- durationMs: 735,
1858
+ durationMs: 695,
491
1859
  initiatorType: "script",
492
1860
  protocol: "unknown"
493
1861
  }
@@ -495,31 +1863,111 @@ const intercom = {
495
1863
  };
496
1864
  const crisp = {
497
1865
  totalTransferKb: 3.3,
498
- totalDecodedKb: 7.6,
499
- 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
+ },
500
1908
  scripts: [
501
1909
  {
502
1910
  url: "https://client.crisp.chat/l.js",
503
1911
  transferKb: 3.3,
504
- decodedKb: 7.6,
1912
+ decodedKb: 7.5,
505
1913
  encoding: "br",
506
- durationMs: 92,
1914
+ durationMs: 93,
507
1915
  initiatorType: "script",
508
1916
  protocol: "unknown"
509
1917
  }
510
1918
  ]
511
1919
  };
512
1920
  const stripe = {
513
- totalTransferKb: 212.4,
514
- totalDecodedKb: 916.7,
515
- 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
+ },
516
1964
  scripts: [
517
1965
  {
518
1966
  url: "https://js.stripe.com/v3/",
519
- transferKb: 212.4,
520
- decodedKb: 916.7,
1967
+ transferKb: 213.3,
1968
+ decodedKb: 922.7,
521
1969
  encoding: "br",
522
- durationMs: 170,
1970
+ durationMs: 190,
523
1971
  initiatorType: "script",
524
1972
  protocol: "h2"
525
1973
  }
@@ -528,30 +1976,110 @@ const stripe = {
528
1976
  const lemonSqueezy = {
529
1977
  totalTransferKb: 1.8,
530
1978
  totalDecodedKb: 3.8,
531
- 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
+ },
532
2020
  scripts: [
533
2021
  {
534
2022
  url: "https://assets.lemonsqueezy.com/lemon.js",
535
2023
  transferKb: 1.8,
536
2024
  decodedKb: 3.8,
537
2025
  encoding: "br",
538
- durationMs: 84,
2026
+ durationMs: 86,
539
2027
  initiatorType: "script",
540
2028
  protocol: "unknown"
541
2029
  }
542
2030
  ]
543
2031
  };
544
- const payPal = {
545
- totalTransferKb: 49.6,
546
- totalDecodedKb: 150.9,
547
- 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
+ },
548
2076
  scripts: [
549
2077
  {
550
2078
  url: "https://www.paypal.com/web-sdk/v6/core",
551
- transferKb: 49.6,
552
- decodedKb: 150.9,
2079
+ transferKb: 48.8,
2080
+ decodedKb: 148,
553
2081
  encoding: "gzip",
554
- durationMs: 182,
2082
+ durationMs: 147,
555
2083
  initiatorType: "script",
556
2084
  protocol: "unknown"
557
2085
  }
@@ -560,35 +2088,185 @@ const payPal = {
560
2088
  const vimeoPlayer = {
561
2089
  totalTransferKb: 8.9,
562
2090
  totalDecodedKb: 23.8,
563
- 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
+ },
564
2154
  scripts: [
565
2155
  {
566
2156
  url: "https://player.vimeo.com/api/player.js",
567
2157
  transferKb: 8.9,
568
2158
  decodedKb: 23.8,
569
2159
  encoding: "gzip",
570
- durationMs: 107,
2160
+ durationMs: 83,
571
2161
  initiatorType: "script",
572
2162
  protocol: "unknown"
573
2163
  }
574
2164
  ]
575
2165
  };
576
- const youTubePlayer = {
577
- totalTransferKb: 14,
2166
+ const youtubePlayer = {
2167
+ totalTransferKb: 13.6,
578
2168
  totalDecodedKb: 32.4,
579
- 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
+ },
580
2258
  scripts: [
581
2259
  {
582
2260
  url: "https://www.youtube.com/iframe_api",
583
- transferKb: 3.4,
2261
+ transferKb: 3,
584
2262
  decodedKb: 1,
585
2263
  encoding: "br",
586
- durationMs: 293,
2264
+ durationMs: 276,
587
2265
  initiatorType: "script",
588
2266
  protocol: "unknown"
589
2267
  },
590
2268
  {
591
- 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",
592
2270
  transferKb: 10.6,
593
2271
  decodedKb: 31.4,
594
2272
  encoding: "br",
@@ -602,6 +2280,45 @@ const googleMaps = {
602
2280
  totalTransferKb: 0,
603
2281
  totalDecodedKb: 0,
604
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
+ },
605
2322
  scripts: [
606
2323
  ]
607
2324
  };
@@ -609,27 +2326,111 @@ const npm = {
609
2326
  totalTransferKb: 0,
610
2327
  totalDecodedKb: 0,
611
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
+ },
612
2368
  scripts: [
613
2369
  ]
614
2370
  };
615
2371
  const googleRecaptcha = {
616
- totalTransferKb: 360.6,
617
- totalDecodedKb: 844.4,
618
- 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
+ },
619
2420
  scripts: [
620
2421
  {
621
2422
  url: "https://www.google.com/recaptcha/api.js",
622
2423
  transferKb: 1.5,
623
- decodedKb: 1.6,
2424
+ decodedKb: 1.5,
624
2425
  encoding: "gzip",
625
- durationMs: 252,
2426
+ durationMs: 243,
626
2427
  initiatorType: "script",
627
2428
  protocol: "unknown"
628
2429
  },
629
2430
  {
630
- url: "https://www.gstatic.com/recaptcha/releases/QvLuXwupqtKMva7GIh5eGl3U/recaptcha__en.js",
631
- transferKb: 359.1,
632
- decodedKb: 842.8,
2431
+ url: "https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/recaptcha__en.js",
2432
+ transferKb: 362.4,
2433
+ decodedKb: 850.5,
633
2434
  encoding: "gzip",
634
2435
  durationMs: 227,
635
2436
  initiatorType: "script",
@@ -638,51 +2439,296 @@ const googleRecaptcha = {
638
2439
  ]
639
2440
  };
640
2441
  const googleSignIn = {
641
- totalTransferKb: 91.8,
642
- totalDecodedKb: 246.7,
643
- 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
+ },
644
2485
  scripts: [
645
2486
  {
646
2487
  url: "https://accounts.google.com/gsi/client",
647
- transferKb: 91.8,
648
- decodedKb: 246.7,
2488
+ transferKb: 92.1,
2489
+ decodedKb: 247.5,
649
2490
  encoding: "gzip",
650
- durationMs: 916,
2491
+ durationMs: 577,
651
2492
  initiatorType: "script",
652
2493
  protocol: "unknown"
653
2494
  }
654
2495
  ]
655
2496
  };
656
- const vercelAnalytics = {
657
- totalTransferKb: 1.5,
658
- totalDecodedKb: 3.8,
659
- 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
+ },
660
2587
  scripts: [
661
2588
  {
662
- url: "https://va.vercel-scripts.com/v1/script.js",
663
- transferKb: 1.5,
664
- decodedKb: 3.8,
665
- encoding: "gzip",
666
- durationMs: 80,
2589
+ url: "https://www.instagram.com/embed.js",
2590
+ transferKb: 33.9,
2591
+ decodedKb: 102.2,
2592
+ encoding: "zstd",
2593
+ durationMs: 382,
667
2594
  initiatorType: "script",
668
2595
  protocol: "h2"
669
2596
  }
670
2597
  ]
671
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
+ };
672
2715
  const scriptSizes = {
673
2716
  plausibleAnalytics: plausibleAnalytics,
674
2717
  cloudflareWebAnalytics: cloudflareWebAnalytics,
675
- postHog: postHog,
2718
+ posthog: posthog,
676
2719
  fathomAnalytics: fathomAnalytics,
677
2720
  matomoAnalytics: matomoAnalytics,
678
2721
  rybbitAnalytics: rybbitAnalytics,
679
2722
  databuddyAnalytics: databuddyAnalytics,
2723
+ mixpanelAnalytics: mixpanelAnalytics,
680
2724
  segment: segment,
681
2725
  googleAnalytics: googleAnalytics,
682
2726
  umamiAnalytics: umamiAnalytics,
2727
+ vercelAnalytics: vercelAnalytics,
2728
+ bingUet: bingUet,
683
2729
  metaPixel: metaPixel,
684
2730
  xPixel: xPixel,
685
- tikTokPixel: tikTokPixel,
2731
+ tiktokPixel: tiktokPixel,
686
2732
  snapchatPixel: snapchatPixel,
687
2733
  redditPixel: redditPixel,
688
2734
  googleAdsense: googleAdsense,
@@ -694,16 +2740,49 @@ const scriptSizes = {
694
2740
  crisp: crisp,
695
2741
  stripe: stripe,
696
2742
  lemonSqueezy: lemonSqueezy,
697
- payPal: payPal,
2743
+ paypal: paypal,
698
2744
  vimeoPlayer: vimeoPlayer,
699
- youTubePlayer: youTubePlayer,
2745
+ youtubePlayer: youtubePlayer,
700
2746
  googleMaps: googleMaps,
701
2747
  npm: npm,
702
2748
  googleRecaptcha: googleRecaptcha,
703
2749
  googleSignIn: googleSignIn,
704
- vercelAnalytics: vercelAnalytics
2750
+ blueskyEmbed: blueskyEmbed,
2751
+ instagramEmbed: instagramEmbed,
2752
+ xEmbed: xEmbed,
2753
+ gravatar: gravatar
705
2754
  };
706
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
+ }
707
2786
  const DOMAIN_RE = /^https?:\/\/([^/]+)/;
708
2787
  const USE_SCRIPT_RE = /^useScript/;
709
2788
  const WORD_SPLIT_RE = /[\s-]+/;
@@ -742,13 +2821,14 @@ function deriveMetaKey(importName, label) {
742
2821
  async function getScriptStats() {
743
2822
  const { registry } = await import('./registry.mjs');
744
2823
  const entries = await registry();
745
- const proxyConfigs = getAllProxyConfigs("/_scripts/assets");
2824
+ const proxyConfigs = getAllProxyConfigs("/_scripts/p");
746
2825
  const sizes = scriptSizes;
747
2826
  return entries.map((entry) => {
748
- const metaKey = deriveMetaKey(entry.import?.name, entry.label);
749
- const meta = scriptMeta[metaKey];
750
- const size = sizes[metaKey];
751
- 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;
752
2832
  let loadingMethod = "cdn";
753
2833
  if (entry.src === false)
754
2834
  loadingMethod = "npm";
@@ -759,17 +2839,28 @@ async function getScriptStats() {
759
2839
  const domains = extractDomains(routes);
760
2840
  const endpoints = Object.keys(routes).length;
761
2841
  return {
762
- id: metaKey,
763
- label: entry.label || metaKey,
2842
+ id,
2843
+ label: entry.label || id || "",
764
2844
  category: entry.category || "unknown",
765
2845
  scripts: size?.scripts ?? [],
766
2846
  totalTransferKb: size?.totalTransferKb ?? 0,
767
2847
  totalDecodedKb: size?.totalDecodedKb ?? 0,
768
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
+ ),
769
2860
  hasBundling: entry.scriptBundling !== false && entry.scriptBundling !== void 0,
770
- hasProxy: !!entry.proxy,
771
- domains,
772
- endpoints,
2861
+ hasProxy: !!proxyConfig,
2862
+ proxyDomains: domains,
2863
+ proxyEndpoints: endpoints,
773
2864
  privacy,
774
2865
  privacyLevel: computePrivacyLevel(privacy),
775
2866
  loadingMethod