@nuxt/scripts 1.0.0-rc.3 → 1.0.0-rc.5

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 (36) hide show
  1. package/dist/devtools-client/200.html +1 -1
  2. package/dist/devtools-client/404.html +1 -1
  3. package/dist/devtools-client/_nuxt/{C8jhSQ8l.js → BFtOB2Ap.js} +1 -1
  4. package/dist/devtools-client/_nuxt/{ajngqPCs.js → BfQVeAez.js} +1 -1
  5. package/dist/devtools-client/_nuxt/{dlaR8P-P.js → C7-YRs3P.js} +1 -1
  6. package/dist/devtools-client/_nuxt/CL6TeQIJ.js +188 -0
  7. package/dist/devtools-client/_nuxt/{B3kN3DAy.js → D838xXrH.js} +1 -1
  8. package/dist/devtools-client/_nuxt/{DKL6PHO3.js → DoF6byDH.js} +1 -1
  9. package/dist/devtools-client/_nuxt/{CfOsp0mU.js → Duf9abe1.js} +1 -1
  10. package/dist/devtools-client/_nuxt/builds/latest.json +1 -1
  11. package/dist/devtools-client/_nuxt/builds/meta/03a9e297-6209-4281-8c3d-4265bdd5d038.json +1 -0
  12. package/dist/devtools-client/_nuxt/error-404.BGYgyi5Q.css +1 -0
  13. package/dist/devtools-client/_nuxt/error-500.7RpV0mcx.css +1 -0
  14. package/dist/devtools-client/docs/index.html +1 -1
  15. package/dist/devtools-client/first-party/index.html +1 -1
  16. package/dist/devtools-client/index.html +1 -1
  17. package/dist/devtools-client/registry/index.html +1 -1
  18. package/dist/module.json +1 -1
  19. package/dist/module.mjs +34 -12
  20. package/dist/registry.mjs +1 -1
  21. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue +7 -0
  22. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue +1 -1
  23. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.d.vue.ts +4 -42
  24. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue +2 -1
  25. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue.d.ts +4 -42
  26. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue +1 -1
  27. package/dist/runtime/components/GoogleMaps/types.d.ts +42 -0
  28. package/dist/runtime/components/GoogleMaps/types.js +1 -0
  29. package/dist/runtime/types.d.ts +2 -1
  30. package/dist/runtime/types.js +1 -0
  31. package/dist/stats.mjs +298 -338
  32. package/package.json +4 -4
  33. package/dist/devtools-client/_nuxt/CJD6wrkT.js +0 -188
  34. package/dist/devtools-client/_nuxt/builds/meta/e5a75487-064b-4a04-84bf-05869e488734.json +0 -1
  35. package/dist/devtools-client/_nuxt/error-404.CvOVjXeC.css +0 -1
  36. package/dist/devtools-client/_nuxt/error-500.BIm53nmx.css +0 -1
package/dist/stats.mjs CHANGED
@@ -237,8 +237,8 @@ const plausibleAnalytics = {
237
237
  ]
238
238
  },
239
239
  performance: {
240
- taskDurationMs: 7,
241
- scriptDurationMs: 1,
240
+ taskDurationMs: 9,
241
+ scriptDurationMs: 2,
242
242
  heapDeltaKb: 759
243
243
  },
244
244
  scripts: [
@@ -256,7 +256,7 @@ const plausibleAnalytics = {
256
256
  const cloudflareWebAnalytics = {
257
257
  totalTransferKb: 10.7,
258
258
  totalDecodedKb: 30.4,
259
- loadTimeMs: 76,
259
+ loadTimeMs: 94,
260
260
  collectsWebVitals: true,
261
261
  apis: {
262
262
  cookies: false,
@@ -303,7 +303,7 @@ const cloudflareWebAnalytics = {
303
303
  "static.cloudflareinsights.com"
304
304
  ],
305
305
  outboundBytes: 0,
306
- inboundBytes: 10993,
306
+ inboundBytes: 10961,
307
307
  injectedElements: [
308
308
  ]
309
309
  },
@@ -318,16 +318,16 @@ const cloudflareWebAnalytics = {
318
318
  transferKb: 10.7,
319
319
  decodedKb: 30.4,
320
320
  encoding: "gzip",
321
- durationMs: 76,
321
+ durationMs: 94,
322
322
  initiatorType: "script",
323
323
  protocol: "unknown"
324
324
  }
325
325
  ]
326
326
  };
327
327
  const posthog = {
328
- totalTransferKb: 129.6,
329
- totalDecodedKb: 343.8,
330
- loadTimeMs: 1161,
328
+ totalTransferKb: 130.2,
329
+ totalDecodedKb: 345.6,
330
+ loadTimeMs: 1500,
331
331
  collectsWebVitals: true,
332
332
  apis: {
333
333
  cookies: true,
@@ -375,7 +375,7 @@ const posthog = {
375
375
  "us.i.posthog.com"
376
376
  ],
377
377
  outboundBytes: 269,
378
- inboundBytes: 132649,
378
+ inboundBytes: 133393,
379
379
  injectedElements: [
380
380
  {
381
381
  tag: "script",
@@ -388,44 +388,44 @@ const posthog = {
388
388
  ]
389
389
  },
390
390
  performance: {
391
- taskDurationMs: 38,
392
- scriptDurationMs: 24,
393
- heapDeltaKb: 1865
391
+ taskDurationMs: 40,
392
+ scriptDurationMs: 22,
393
+ heapDeltaKb: 1871
394
394
  },
395
395
  scripts: [
396
396
  {
397
397
  url: "https://us-assets.i.posthog.com/static/array.js",
398
- transferKb: 64.5,
399
- decodedKb: 171.8,
398
+ transferKb: 64.8,
399
+ decodedKb: 172.7,
400
400
  encoding: "gzip",
401
- durationMs: 86,
401
+ durationMs: 90,
402
402
  initiatorType: "script",
403
403
  protocol: "unknown"
404
404
  },
405
405
  {
406
406
  url: "https://us.i.posthog.com/static/array.js",
407
- transferKb: 64.5,
408
- decodedKb: 171.8,
407
+ transferKb: 64.8,
408
+ decodedKb: 172.7,
409
409
  encoding: "gzip",
410
- durationMs: 1161,
410
+ durationMs: 1500,
411
411
  initiatorType: "script",
412
412
  protocol: "unknown"
413
413
  },
414
414
  {
415
- url: "https://us-assets.i.posthog.com/array/phc_test/config?ip=0&_=1774508607672&ver=1.363.5",
415
+ url: "https://us-assets.i.posthog.com/array/phc_test/config?ip=0&_=1774926749811&ver=1.364.2",
416
416
  transferKb: 0.2,
417
417
  decodedKb: 0.1,
418
418
  encoding: "gzip",
419
- durationMs: 257,
419
+ durationMs: 245,
420
420
  initiatorType: "fetch",
421
421
  protocol: "unknown"
422
422
  },
423
423
  {
424
- url: "https://us.i.posthog.com/flags/?v=2&ip=0&_=1774508607942&ver=1.363.5&compression=base64",
424
+ url: "https://us.i.posthog.com/flags/?v=2&ip=0&_=1774926750067&ver=1.364.2&compression=base64",
425
425
  transferKb: 0.4,
426
426
  decodedKb: 0.1,
427
427
  encoding: "gzip",
428
- durationMs: 691,
428
+ durationMs: 893,
429
429
  initiatorType: "fetch",
430
430
  protocol: "unknown"
431
431
  }
@@ -434,7 +434,7 @@ const posthog = {
434
434
  const fathomAnalytics = {
435
435
  totalTransferKb: 3,
436
436
  totalDecodedKb: 6.7,
437
- loadTimeMs: 303,
437
+ loadTimeMs: 511,
438
438
  collectsWebVitals: false,
439
439
  apis: {
440
440
  cookies: false,
@@ -481,7 +481,7 @@ const fathomAnalytics = {
481
481
  "cdn.usefathom.com"
482
482
  ],
483
483
  outboundBytes: 0,
484
- inboundBytes: 3078,
484
+ inboundBytes: 3077,
485
485
  injectedElements: [
486
486
  ]
487
487
  },
@@ -496,16 +496,16 @@ const fathomAnalytics = {
496
496
  transferKb: 2.7,
497
497
  decodedKb: 6.7,
498
498
  encoding: "zstd",
499
- durationMs: 67,
499
+ durationMs: 511,
500
500
  initiatorType: "script",
501
501
  protocol: "unknown"
502
502
  },
503
503
  {
504
- url: "https://cdn.usefathom.com/?h=http%3A%2F%2F127.0.0.1&p=%2FfathomAnalytics&r=&sid=null&qs=%7B%7D&cid=47534997",
504
+ url: "https://cdn.usefathom.com/?h=http%3A%2F%2F127.0.0.1&p=%2FfathomAnalytics&r=&sid=null&qs=%7B%7D&cid=47372114",
505
505
  transferKb: 0.3,
506
506
  decodedKb: 0,
507
507
  encoding: "none",
508
- durationMs: 303,
508
+ durationMs: 349,
509
509
  initiatorType: "img",
510
510
  protocol: "unknown"
511
511
  }
@@ -514,7 +514,7 @@ const fathomAnalytics = {
514
514
  const matomoAnalytics = {
515
515
  totalTransferKb: 61.5,
516
516
  totalDecodedKb: 218.6,
517
- loadTimeMs: 103,
517
+ loadTimeMs: 101,
518
518
  collectsWebVitals: false,
519
519
  apis: {
520
520
  cookies: true,
@@ -561,14 +561,14 @@ const matomoAnalytics = {
561
561
  "cdn.matomo.cloud"
562
562
  ],
563
563
  outboundBytes: 0,
564
- inboundBytes: 63013,
564
+ inboundBytes: 62982,
565
565
  injectedElements: [
566
566
  ]
567
567
  },
568
568
  performance: {
569
- taskDurationMs: 21,
570
- scriptDurationMs: 6,
571
- heapDeltaKb: 1393
569
+ taskDurationMs: 18,
570
+ scriptDurationMs: 5,
571
+ heapDeltaKb: 1345
572
572
  },
573
573
  scripts: [
574
574
  {
@@ -576,7 +576,7 @@ const matomoAnalytics = {
576
576
  transferKb: 61.5,
577
577
  decodedKb: 218.6,
578
578
  encoding: "br",
579
- durationMs: 103,
579
+ durationMs: 101,
580
580
  initiatorType: "script",
581
581
  protocol: "unknown"
582
582
  }
@@ -585,7 +585,7 @@ const matomoAnalytics = {
585
585
  const rybbitAnalytics = {
586
586
  totalTransferKb: 9.3,
587
587
  totalDecodedKb: 26,
588
- loadTimeMs: 1099,
588
+ loadTimeMs: 1098,
589
589
  collectsWebVitals: true,
590
590
  apis: {
591
591
  cookies: false,
@@ -637,8 +637,8 @@ const rybbitAnalytics = {
637
637
  ]
638
638
  },
639
639
  performance: {
640
- taskDurationMs: 8,
641
- scriptDurationMs: 2,
640
+ taskDurationMs: 7,
641
+ scriptDurationMs: 1,
642
642
  heapDeltaKb: 755
643
643
  },
644
644
  scripts: [
@@ -647,16 +647,16 @@ const rybbitAnalytics = {
647
647
  transferKb: 9.3,
648
648
  decodedKb: 26,
649
649
  encoding: "zstd",
650
- durationMs: 1099,
650
+ durationMs: 1098,
651
651
  initiatorType: "script",
652
652
  protocol: "unknown"
653
653
  }
654
654
  ]
655
655
  };
656
656
  const databuddyAnalytics = {
657
- totalTransferKb: 10.6,
658
- totalDecodedKb: 28.8,
659
- loadTimeMs: 83,
657
+ totalTransferKb: 10.8,
658
+ totalDecodedKb: 29.4,
659
+ loadTimeMs: 221,
660
660
  collectsWebVitals: true,
661
661
  apis: {
662
662
  cookies: false,
@@ -703,22 +703,22 @@ const databuddyAnalytics = {
703
703
  "cdn.databuddy.cc"
704
704
  ],
705
705
  outboundBytes: 0,
706
- inboundBytes: 10813,
706
+ inboundBytes: 11102,
707
707
  injectedElements: [
708
708
  ]
709
709
  },
710
710
  performance: {
711
- taskDurationMs: 8,
711
+ taskDurationMs: 7,
712
712
  scriptDurationMs: 1,
713
- heapDeltaKb: 804
713
+ heapDeltaKb: 817
714
714
  },
715
715
  scripts: [
716
716
  {
717
717
  url: "https://cdn.databuddy.cc/databuddy.js",
718
- transferKb: 10.6,
719
- decodedKb: 28.8,
718
+ transferKb: 10.8,
719
+ decodedKb: 29.4,
720
720
  encoding: "zstd",
721
- durationMs: 83,
721
+ durationMs: 221,
722
722
  initiatorType: "script",
723
723
  protocol: "unknown"
724
724
  }
@@ -727,7 +727,7 @@ const databuddyAnalytics = {
727
727
  const mixpanelAnalytics = {
728
728
  totalTransferKb: 31.6,
729
729
  totalDecodedKb: 95.5,
730
- loadTimeMs: 76,
730
+ loadTimeMs: 65,
731
731
  collectsWebVitals: false,
732
732
  apis: {
733
733
  cookies: true,
@@ -774,13 +774,13 @@ const mixpanelAnalytics = {
774
774
  "cdn.mxpnl.com"
775
775
  ],
776
776
  outboundBytes: 0,
777
- inboundBytes: 32330,
777
+ inboundBytes: 32331,
778
778
  injectedElements: [
779
779
  ]
780
780
  },
781
781
  performance: {
782
- taskDurationMs: 16,
783
- scriptDurationMs: 8,
782
+ taskDurationMs: 13,
783
+ scriptDurationMs: 7,
784
784
  heapDeltaKb: 1170
785
785
  },
786
786
  scripts: [
@@ -789,16 +789,16 @@ const mixpanelAnalytics = {
789
789
  transferKb: 31.6,
790
790
  decodedKb: 95.5,
791
791
  encoding: "gzip",
792
- durationMs: 76,
792
+ durationMs: 65,
793
793
  initiatorType: "script",
794
794
  protocol: "unknown"
795
795
  }
796
796
  ]
797
797
  };
798
798
  const segment = {
799
- totalTransferKb: 30.2,
799
+ totalTransferKb: 30.3,
800
800
  totalDecodedKb: 107,
801
- loadTimeMs: 703,
801
+ loadTimeMs: 1080,
802
802
  collectsWebVitals: false,
803
803
  apis: {
804
804
  cookies: true,
@@ -846,22 +846,22 @@ const segment = {
846
846
  "cdn.segment.com"
847
847
  ],
848
848
  outboundBytes: 1006,
849
- inboundBytes: 30906,
849
+ inboundBytes: 30915,
850
850
  injectedElements: [
851
851
  ]
852
852
  },
853
853
  performance: {
854
- taskDurationMs: 22,
854
+ taskDurationMs: 21,
855
855
  scriptDurationMs: 4,
856
856
  heapDeltaKb: 1328
857
857
  },
858
858
  scripts: [
859
859
  {
860
860
  url: "https://cdn.segment.com/analytics.js/v1/KBXOGxgqMFjm2mxtJDJg0iDn5AnGYb9C/analytics.min.js",
861
- transferKb: 28.8,
861
+ transferKb: 28.9,
862
862
  decodedKb: 106.4,
863
863
  encoding: "br",
864
- durationMs: 556,
864
+ durationMs: 1080,
865
865
  initiatorType: "script",
866
866
  protocol: "unknown"
867
867
  },
@@ -870,7 +870,7 @@ const segment = {
870
870
  transferKb: 1.2,
871
871
  decodedKb: 0.6,
872
872
  encoding: "none",
873
- durationMs: 49,
873
+ durationMs: 59,
874
874
  initiatorType: "fetch",
875
875
  protocol: "unknown"
876
876
  },
@@ -879,16 +879,16 @@ const segment = {
879
879
  transferKb: 0.2,
880
880
  decodedKb: 0,
881
881
  encoding: "none",
882
- durationMs: 703,
882
+ durationMs: 726,
883
883
  initiatorType: "fetch",
884
884
  protocol: "unknown"
885
885
  }
886
886
  ]
887
887
  };
888
888
  const googleAnalytics = {
889
- totalTransferKb: 155.3,
889
+ totalTransferKb: 154.9,
890
890
  totalDecodedKb: 454.2,
891
- loadTimeMs: 519,
891
+ loadTimeMs: 487,
892
892
  collectsWebVitals: false,
893
893
  apis: {
894
894
  cookies: true,
@@ -930,23 +930,19 @@ const googleAnalytics = {
930
930
  cookies: [
931
931
  ],
932
932
  network: {
933
- requestCount: 2,
933
+ requestCount: 1,
934
934
  domains: [
935
935
  "www.googletagmanager.com"
936
936
  ],
937
937
  outboundBytes: 0,
938
- inboundBytes: 159048,
938
+ inboundBytes: 158661,
939
939
  injectedElements: [
940
- {
941
- tag: "img",
942
- src: "https://www.googletagmanager.com/td?id=G-TR58L0EF8P&v=3&t=t&pid=585024461&gtm=45je63p0h2v9184293781za200zd9184293781&seq=1&exp=103116026~103200004~115938466~115938468~116024733~117484252~118199987&dl=127.0.0.1%2FgoogleAnalytics&tdp=G-TR58L0EF8P;184293781;0;0;0&frm=0&rtg=184293781&slo=0&hlo=1&lst=3&bt=0&ct=3&jsp=1~3&z=0"
943
- }
944
940
  ]
945
941
  },
946
942
  performance: {
947
- taskDurationMs: 31,
948
- scriptDurationMs: 17,
949
- heapDeltaKb: 2673
943
+ taskDurationMs: 25,
944
+ scriptDurationMs: 13,
945
+ heapDeltaKb: 2633
950
946
  },
951
947
  scripts: [
952
948
  {
@@ -954,25 +950,16 @@ const googleAnalytics = {
954
950
  transferKb: 154.9,
955
951
  decodedKb: 454.2,
956
952
  encoding: "zstd",
957
- durationMs: 519,
953
+ durationMs: 487,
958
954
  initiatorType: "script",
959
955
  protocol: "unknown"
960
- },
961
- {
962
- url: "https://www.googletagmanager.com/td?id=G-TR58L0EF8P&v=3&t=t&pid=585024461&gtm=45je63p0h2v9184293781za200zd9184293781&seq=1&exp=103116026~103200004~115938466~115938468~116024733~117484252~118199987&dl=127.0.0.1%2FgoogleAnalytics&tdp=G-TR58L0EF8P;184293781;0;0;0&frm=0&rtg=184293781&slo=0&hlo=1&lst=3&bt=0&ct=3&jsp=1~3&z=0",
963
- transferKb: 0.4,
964
- decodedKb: 0,
965
- encoding: "none",
966
- durationMs: 159,
967
- initiatorType: "img",
968
- protocol: "unknown"
969
956
  }
970
957
  ]
971
958
  };
972
959
  const umamiAnalytics = {
973
960
  totalTransferKb: 3.2,
974
961
  totalDecodedKb: 4.5,
975
- loadTimeMs: 63,
962
+ loadTimeMs: 69,
976
963
  collectsWebVitals: true,
977
964
  apis: {
978
965
  cookies: false,
@@ -1019,7 +1006,7 @@ const umamiAnalytics = {
1019
1006
  "cloud.umami.is"
1020
1007
  ],
1021
1008
  outboundBytes: 0,
1022
- inboundBytes: 3261,
1009
+ inboundBytes: 3255,
1023
1010
  injectedElements: [
1024
1011
  ]
1025
1012
  },
@@ -1034,7 +1021,7 @@ const umamiAnalytics = {
1034
1021
  transferKb: 3.2,
1035
1022
  decodedKb: 4.5,
1036
1023
  encoding: "br",
1037
- durationMs: 63,
1024
+ durationMs: 69,
1038
1025
  initiatorType: "script",
1039
1026
  protocol: "unknown"
1040
1027
  }
@@ -1043,7 +1030,7 @@ const umamiAnalytics = {
1043
1030
  const vercelAnalytics = {
1044
1031
  totalTransferKb: 1.6,
1045
1032
  totalDecodedKb: 2.4,
1046
- loadTimeMs: 78,
1033
+ loadTimeMs: 358,
1047
1034
  collectsWebVitals: false,
1048
1035
  apis: {
1049
1036
  cookies: false,
@@ -1090,12 +1077,12 @@ const vercelAnalytics = {
1090
1077
  "va.vercel-scripts.com"
1091
1078
  ],
1092
1079
  outboundBytes: 0,
1093
- inboundBytes: 1599,
1080
+ inboundBytes: 1597,
1094
1081
  injectedElements: [
1095
1082
  ]
1096
1083
  },
1097
1084
  performance: {
1098
- taskDurationMs: 6,
1085
+ taskDurationMs: 5,
1099
1086
  scriptDurationMs: 0,
1100
1087
  heapDeltaKb: 716
1101
1088
  },
@@ -1105,7 +1092,7 @@ const vercelAnalytics = {
1105
1092
  transferKb: 1.6,
1106
1093
  decodedKb: 2.4,
1107
1094
  encoding: "br",
1108
- durationMs: 78,
1095
+ durationMs: 358,
1109
1096
  initiatorType: "script",
1110
1097
  protocol: "unknown"
1111
1098
  }
@@ -1114,7 +1101,7 @@ const vercelAnalytics = {
1114
1101
  const bingUet = {
1115
1102
  totalTransferKb: 16.2,
1116
1103
  totalDecodedKb: 54,
1117
- loadTimeMs: 218,
1104
+ loadTimeMs: 227,
1118
1105
  collectsWebVitals: false,
1119
1106
  apis: {
1120
1107
  cookies: true,
@@ -1183,7 +1170,7 @@ const bingUet = {
1183
1170
  "bat.bing.com"
1184
1171
  ],
1185
1172
  outboundBytes: 0,
1186
- inboundBytes: 16546,
1173
+ inboundBytes: 16544,
1187
1174
  injectedElements: [
1188
1175
  {
1189
1176
  tag: "script",
@@ -1191,14 +1178,14 @@ const bingUet = {
1191
1178
  },
1192
1179
  {
1193
1180
  tag: "img",
1194
- src: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=8901ef97-57ee-4183-aa71-23783ffb50eb&bo=1&sid=0235bb9028e211f18b0429a389f9a801&vid=0235db6028e211f1a480ef3c78abb001&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%3A41347%2FbingUet&r=&lt=224&evt=pageLoad&sv=2&cdb=AQAQ&rn=125792"
1181
+ src: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=d3b57dd7-ae61-4047-8958-882667de0a1c&bo=1&sid=940900d02caf11f19c12d9647d8aabef&vid=940900402caf11f1b27d0b4da858ead7&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%3A33711%2FbingUet&r=&lt=233&evt=pageLoad&sv=2&cdb=AQAQ&rn=721925"
1195
1182
  }
1196
1183
  ]
1197
1184
  },
1198
1185
  performance: {
1199
- taskDurationMs: 13,
1200
- scriptDurationMs: 5,
1201
- heapDeltaKb: 983
1186
+ taskDurationMs: 12,
1187
+ scriptDurationMs: 4,
1188
+ heapDeltaKb: 919
1202
1189
  },
1203
1190
  scripts: [
1204
1191
  {
@@ -1206,7 +1193,7 @@ const bingUet = {
1206
1193
  transferKb: 15.4,
1207
1194
  decodedKb: 53.6,
1208
1195
  encoding: "gzip",
1209
- durationMs: 218,
1196
+ durationMs: 227,
1210
1197
  initiatorType: "script",
1211
1198
  protocol: "unknown"
1212
1199
  },
@@ -1215,16 +1202,16 @@ const bingUet = {
1215
1202
  transferKb: 0.4,
1216
1203
  decodedKb: 0.4,
1217
1204
  encoding: "br",
1218
- durationMs: 157,
1205
+ durationMs: 150,
1219
1206
  initiatorType: "script",
1220
1207
  protocol: "unknown"
1221
1208
  },
1222
1209
  {
1223
- url: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=8901ef97-57ee-4183-aa71-23783ffb50eb&bo=1&sid=0235bb9028e211f18b0429a389f9a801&vid=0235db6028e211f1a480ef3c78abb001&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%3A41347%2FbingUet&r=&lt=224&evt=pageLoad&sv=2&cdb=AQAQ&rn=125792",
1210
+ url: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=d3b57dd7-ae61-4047-8958-882667de0a1c&bo=1&sid=940900d02caf11f19c12d9647d8aabef&vid=940900402caf11f1b27d0b4da858ead7&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%3A33711%2FbingUet&r=&lt=233&evt=pageLoad&sv=2&cdb=AQAQ&rn=721925",
1224
1211
  transferKb: 0.4,
1225
1212
  decodedKb: 0,
1226
1213
  encoding: "none",
1227
- durationMs: 156,
1214
+ durationMs: 157,
1228
1215
  initiatorType: "img",
1229
1216
  protocol: "unknown"
1230
1217
  }
@@ -1232,8 +1219,8 @@ const bingUet = {
1232
1219
  };
1233
1220
  const metaPixel = {
1234
1221
  totalTransferKb: 97.1,
1235
- totalDecodedKb: 364.7,
1236
- loadTimeMs: 116,
1222
+ totalDecodedKb: 364.8,
1223
+ loadTimeMs: 237,
1237
1224
  collectsWebVitals: false,
1238
1225
  apis: {
1239
1226
  cookies: false,
@@ -1281,48 +1268,48 @@ const metaPixel = {
1281
1268
  "www.facebook.com"
1282
1269
  ],
1283
1270
  outboundBytes: 0,
1284
- inboundBytes: 102480,
1271
+ inboundBytes: 102485,
1285
1272
  injectedElements: [
1286
1273
  {
1287
1274
  tag: "script",
1288
- src: "https://connect.facebook.net/signals/config/3925006?v=2.9.281&r=stable&domain=127.0.0.1&hme=7561e8db2489737df4c74b634c943d82cefbf4e67acc7fda2493ff919471f0aa&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"
1275
+ src: "https://connect.facebook.net/signals/config/3925006?v=2.9.285&r=stable&domain=127.0.0.1&hme=12c8cdc903a327d6c396005880a21a0a6c955fe6b6fb47b10c9022424ec9b3ee&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"
1289
1276
  },
1290
1277
  {
1291
1278
  tag: "img",
1292
- src: "https://www.facebook.com/tr/?id=3925006&ev=PageView&dl=http%3A%2F%2F127.0.0.1%3A41347%2FmetaPixel&rl=&if=false&ts=1774508663855&sw=1280&sh=720&v=2.9.281&r=stable&ec=0&o=156&it=1774508663834&coo=false&exp=s1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct1&expv2[6]=hf0&rqm=GET"
1279
+ src: "https://www.facebook.com/tr/?id=3925006&ev=PageView&dl=http%3A%2F%2F127.0.0.1%3A33711%2FmetaPixel&rl=&if=false&ts=1774926809030&sw=1280&sh=720&v=2.9.285&r=stable&ec=0&o=156&it=1774926808789&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im1&expv2[6]=hf1&rqm=GET"
1293
1280
  }
1294
1281
  ]
1295
1282
  },
1296
1283
  performance: {
1297
- taskDurationMs: 41,
1298
- scriptDurationMs: 23,
1299
- heapDeltaKb: 1970
1284
+ taskDurationMs: 34,
1285
+ scriptDurationMs: 21,
1286
+ heapDeltaKb: 1947
1300
1287
  },
1301
1288
  scripts: [
1302
1289
  {
1303
1290
  url: "https://connect.facebook.net/en_US/fbevents.js",
1304
1291
  transferKb: 94.7,
1305
- decodedKb: 356.5,
1292
+ decodedKb: 356.6,
1306
1293
  encoding: "gzip",
1307
- durationMs: 116,
1294
+ durationMs: 107,
1308
1295
  initiatorType: "script",
1309
1296
  protocol: "h2"
1310
1297
  },
1311
1298
  {
1312
- url: "https://connect.facebook.net/signals/config/3925006?v=2.9.281&r=stable&domain=127.0.0.1&hme=7561e8db2489737df4c74b634c943d82cefbf4e67acc7fda2493ff919471f0aa&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",
1299
+ url: "https://connect.facebook.net/signals/config/3925006?v=2.9.285&r=stable&domain=127.0.0.1&hme=12c8cdc903a327d6c396005880a21a0a6c955fe6b6fb47b10c9022424ec9b3ee&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",
1313
1300
  transferKb: 2.1,
1314
1301
  decodedKb: 8.2,
1315
1302
  encoding: "gzip",
1316
- durationMs: 18,
1303
+ durationMs: 237,
1317
1304
  initiatorType: "script",
1318
1305
  protocol: "h2"
1319
1306
  },
1320
1307
  {
1321
- url: "https://www.facebook.com/tr/?id=3925006&ev=PageView&dl=http%3A%2F%2F127.0.0.1%3A41347%2FmetaPixel&rl=&if=false&ts=1774508663855&sw=1280&sh=720&v=2.9.281&r=stable&ec=0&o=156&it=1774508663834&coo=false&exp=s1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct1&expv2[6]=hf0&rqm=GET",
1308
+ url: "https://www.facebook.com/tr/?id=3925006&ev=PageView&dl=http%3A%2F%2F127.0.0.1%3A33711%2FmetaPixel&rl=&if=false&ts=1774926809030&sw=1280&sh=720&v=2.9.285&r=stable&ec=0&o=156&it=1774926808789&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im1&expv2[6]=hf1&rqm=GET",
1322
1309
  transferKb: 0.3,
1323
1310
  decodedKb: 0,
1324
1311
  encoding: "none",
1325
- durationMs: 70,
1312
+ durationMs: 67,
1326
1313
  initiatorType: "img",
1327
1314
  protocol: "unknown"
1328
1315
  }
@@ -1331,7 +1318,7 @@ const metaPixel = {
1331
1318
  const xPixel = {
1332
1319
  totalTransferKb: 15.1,
1333
1320
  totalDecodedKb: 47.1,
1334
- loadTimeMs: 231,
1321
+ loadTimeMs: 227,
1335
1322
  collectsWebVitals: false,
1336
1323
  apis: {
1337
1324
  cookies: true,
@@ -1435,20 +1422,20 @@ const xPixel = {
1435
1422
  "t.co"
1436
1423
  ],
1437
1424
  outboundBytes: 0,
1438
- inboundBytes: 15448,
1425
+ inboundBytes: 15451,
1439
1426
  injectedElements: [
1440
1427
  {
1441
1428
  tag: "img",
1442
- 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=292057f4-8d02-41b4-8183-5fd91c73b9d3&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=24a0ed6e-9f98-4aea-9e37-d169b36cf844&tw_document_href=http%3A%2F%2F127.0.0.1%3A41347%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1774508668567.148914703390933075&txn_id=ol7lz&type=javascript&version=2.3.50"
1429
+ 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=691979bb-5908-4e3f-b4b5-29815a16aca6&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=08398bcc-9bd5-45f0-a90b-ada3f3333bfb&tw_document_href=http%3A%2F%2F127.0.0.1%3A33711%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1774926813743.674889531174901418&txn_id=ol7lz&type=javascript&version=2.3.50"
1443
1430
  },
1444
1431
  {
1445
1432
  tag: "img",
1446
- 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=292057f4-8d02-41b4-8183-5fd91c73b9d3&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=24a0ed6e-9f98-4aea-9e37-d169b36cf844&tw_document_href=http%3A%2F%2F127.0.0.1%3A41347%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1774508668567.148914703390933075&txn_id=ol7lz&type=javascript&version=2.3.50"
1433
+ 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=691979bb-5908-4e3f-b4b5-29815a16aca6&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=08398bcc-9bd5-45f0-a90b-ada3f3333bfb&tw_document_href=http%3A%2F%2F127.0.0.1%3A33711%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1774926813743.674889531174901418&txn_id=ol7lz&type=javascript&version=2.3.50"
1447
1434
  }
1448
1435
  ]
1449
1436
  },
1450
1437
  performance: {
1451
- taskDurationMs: 16,
1438
+ taskDurationMs: 17,
1452
1439
  scriptDurationMs: 2,
1453
1440
  heapDeltaKb: 1035
1454
1441
  },
@@ -1458,34 +1445,34 @@ const xPixel = {
1458
1445
  transferKb: 13.5,
1459
1446
  decodedKb: 47.1,
1460
1447
  encoding: "gzip",
1461
- durationMs: 66,
1448
+ durationMs: 68,
1462
1449
  initiatorType: "script",
1463
1450
  protocol: "unknown"
1464
1451
  },
1465
1452
  {
1466
- 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=292057f4-8d02-41b4-8183-5fd91c73b9d3&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=24a0ed6e-9f98-4aea-9e37-d169b36cf844&tw_document_href=http%3A%2F%2F127.0.0.1%3A41347%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1774508668567.148914703390933075&txn_id=ol7lz&type=javascript&version=2.3.50",
1453
+ 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=691979bb-5908-4e3f-b4b5-29815a16aca6&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=08398bcc-9bd5-45f0-a90b-ada3f3333bfb&tw_document_href=http%3A%2F%2F127.0.0.1%3A33711%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1774926813743.674889531174901418&txn_id=ol7lz&type=javascript&version=2.3.50",
1467
1454
  transferKb: 0.6,
1468
1455
  decodedKb: 0,
1469
1456
  encoding: "none",
1470
- durationMs: 231,
1457
+ durationMs: 225,
1471
1458
  initiatorType: "img",
1472
1459
  protocol: "unknown"
1473
1460
  },
1474
1461
  {
1475
- 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=292057f4-8d02-41b4-8183-5fd91c73b9d3&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=24a0ed6e-9f98-4aea-9e37-d169b36cf844&tw_document_href=http%3A%2F%2F127.0.0.1%3A41347%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1774508668567.148914703390933075&txn_id=ol7lz&type=javascript&version=2.3.50",
1462
+ 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=691979bb-5908-4e3f-b4b5-29815a16aca6&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=08398bcc-9bd5-45f0-a90b-ada3f3333bfb&tw_document_href=http%3A%2F%2F127.0.0.1%3A33711%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1774926813743.674889531174901418&txn_id=ol7lz&type=javascript&version=2.3.50",
1476
1463
  transferKb: 1,
1477
1464
  decodedKb: 0,
1478
1465
  encoding: "none",
1479
- durationMs: 231,
1466
+ durationMs: 227,
1480
1467
  initiatorType: "img",
1481
1468
  protocol: "unknown"
1482
1469
  }
1483
1470
  ]
1484
1471
  };
1485
1472
  const tiktokPixel = {
1486
- totalTransferKb: 1889.7,
1473
+ totalTransferKb: 1890,
1487
1474
  totalDecodedKb: 2365.4,
1488
- loadTimeMs: 282,
1475
+ loadTimeMs: 760,
1489
1476
  collectsWebVitals: true,
1490
1477
  apis: {
1491
1478
  cookies: true,
@@ -1543,7 +1530,7 @@ const tiktokPixel = {
1543
1530
  "analytics.tiktok.com"
1544
1531
  ],
1545
1532
  outboundBytes: 0,
1546
- inboundBytes: 151648,
1533
+ inboundBytes: 151930,
1547
1534
  injectedElements: [
1548
1535
  {
1549
1536
  tag: "script",
@@ -1556,35 +1543,35 @@ const tiktokPixel = {
1556
1543
  ]
1557
1544
  },
1558
1545
  performance: {
1559
- taskDurationMs: 59,
1560
- scriptDurationMs: 29,
1546
+ taskDurationMs: 50,
1547
+ scriptDurationMs: 25,
1561
1548
  heapDeltaKb: 2298
1562
1549
  },
1563
1550
  scripts: [
1564
1551
  {
1565
1552
  url: "https://analytics.tiktok.com/i18n/pixel/events.js",
1566
- transferKb: 2.8,
1553
+ transferKb: 2.7,
1567
1554
  decodedKb: 7.6,
1568
1555
  encoding: "gzip",
1569
- durationMs: 282,
1556
+ durationMs: 760,
1570
1557
  initiatorType: "script",
1571
1558
  protocol: "unknown"
1572
1559
  },
1573
1560
  {
1574
1561
  url: "https://analytics.tiktok.com/i18n/pixel/static/main.MTJlMjhkNzMyMA.js",
1575
- transferKb: 105.7,
1562
+ transferKb: 105.9,
1576
1563
  decodedKb: 463.8,
1577
1564
  encoding: "gzip",
1578
- durationMs: 50,
1565
+ durationMs: 443,
1579
1566
  initiatorType: "script",
1580
1567
  protocol: "unknown"
1581
1568
  },
1582
1569
  {
1583
1570
  url: "https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js",
1584
- transferKb: 39.5,
1571
+ transferKb: 39.7,
1585
1572
  decodedKb: 152,
1586
1573
  encoding: "gzip",
1587
- durationMs: 21,
1574
+ durationMs: 173,
1588
1575
  initiatorType: "script",
1589
1576
  protocol: "unknown"
1590
1577
  },
@@ -1609,9 +1596,9 @@ const tiktokPixel = {
1609
1596
  ]
1610
1597
  };
1611
1598
  const snapchatPixel = {
1612
- totalTransferKb: 1.3,
1613
- totalDecodedKb: 58.2,
1614
- loadTimeMs: 561,
1599
+ totalTransferKb: 1.4,
1600
+ totalDecodedKb: 58,
1601
+ loadTimeMs: 1099,
1615
1602
  collectsWebVitals: false,
1616
1603
  apis: {
1617
1604
  cookies: true,
@@ -1663,18 +1650,18 @@ const snapchatPixel = {
1663
1650
  firstParty: false
1664
1651
  },
1665
1652
  {
1666
- name: "TapAd_TS",
1667
- domain: ".tapad.com",
1653
+ name: "sc_at",
1654
+ domain: ".snapchat.com",
1668
1655
  path: "/",
1669
1656
  httpOnly: false,
1670
1657
  secure: true,
1671
1658
  sameSite: "None",
1672
1659
  session: false,
1673
- lifetimeDays: 60,
1660
+ lifetimeDays: 390,
1674
1661
  firstParty: false
1675
1662
  },
1676
1663
  {
1677
- name: "TapAd_DID",
1664
+ name: "TapAd_TS",
1678
1665
  domain: ".tapad.com",
1679
1666
  path: "/",
1680
1667
  httpOnly: false,
@@ -1685,7 +1672,7 @@ const snapchatPixel = {
1685
1672
  firstParty: false
1686
1673
  },
1687
1674
  {
1688
- name: "TapAd_3WAY_SYNCS",
1675
+ name: "TapAd_DID",
1689
1676
  domain: ".tapad.com",
1690
1677
  path: "/",
1691
1678
  httpOnly: false,
@@ -1696,14 +1683,14 @@ const snapchatPixel = {
1696
1683
  firstParty: false
1697
1684
  },
1698
1685
  {
1699
- name: "sc_at",
1700
- domain: ".snapchat.com",
1686
+ name: "TapAd_3WAY_SYNCS",
1687
+ domain: ".tapad.com",
1701
1688
  path: "/",
1702
1689
  httpOnly: false,
1703
1690
  secure: true,
1704
1691
  sameSite: "None",
1705
1692
  session: false,
1706
- lifetimeDays: 390,
1693
+ lifetimeDays: 60,
1707
1694
  firstParty: false
1708
1695
  }
1709
1696
  ],
@@ -1714,41 +1701,45 @@ const snapchatPixel = {
1714
1701
  "sc-static.net",
1715
1702
  "tr.snapchat.com"
1716
1703
  ],
1717
- outboundBytes: 3045,
1718
- inboundBytes: 26667,
1704
+ outboundBytes: 3036,
1705
+ inboundBytes: 26614,
1719
1706
  injectedElements: [
1707
+ {
1708
+ tag: "script",
1709
+ src: "https://tr.snapchat.com/config/1/2295cbcc-cb3f-4727-8c09-1133b742722c.js?v=3.54.6-2603302046"
1710
+ }
1720
1711
  ]
1721
1712
  },
1722
1713
  performance: {
1723
- taskDurationMs: 42,
1724
- scriptDurationMs: 26,
1725
- heapDeltaKb: 2447
1714
+ taskDurationMs: 39,
1715
+ scriptDurationMs: 24,
1716
+ heapDeltaKb: 2462
1726
1717
  },
1727
1718
  scripts: [
1728
1719
  {
1729
1720
  url: "https://sc-static.net/scevent.min.js",
1730
1721
  transferKb: 0,
1731
- decodedKb: 57.4,
1722
+ decodedKb: 57.1,
1732
1723
  encoding: "gzip",
1733
- durationMs: 561,
1724
+ durationMs: 1099,
1734
1725
  initiatorType: "script",
1735
1726
  protocol: "unknown"
1736
1727
  },
1737
1728
  {
1738
- url: "https://tr.snapchat.com/config/1/2295cbcc-cb3f-4727-8c09-1133b742722c.json?v=3.54.4-2603251834",
1739
- transferKb: 0.3,
1740
- decodedKb: 0.1,
1729
+ url: "https://tr.snapchat.com/config/1/2295cbcc-cb3f-4727-8c09-1133b742722c.js?v=3.54.6-2603302046",
1730
+ transferKb: 0.4,
1731
+ decodedKb: 0.2,
1741
1732
  encoding: "none",
1742
- durationMs: 391,
1743
- initiatorType: "fetch",
1733
+ durationMs: 480,
1734
+ initiatorType: "script",
1744
1735
  protocol: "unknown"
1745
1736
  },
1746
1737
  {
1747
- url: "https://tr.snapchat.com/cm/i?pid=2295cbcc-cb3f-4727-8c09-1133b742722c&u_scsid=2d9efdcf-bc69-41aa-8022-097ed265c888&u_sclid=54cae0d2-4f80-4cf2-a37d-843432ed64ec",
1738
+ url: "https://tr.snapchat.com/cm/i?pid=2295cbcc-cb3f-4727-8c09-1133b742722c&u_scsid=eba442d0-51d2-40f1-adc3-ff32b237d9a0&u_sclid=c28ec7b4-6984-4cb7-9cbd-1ec85d25edd3",
1748
1739
  transferKb: 1,
1749
1740
  decodedKb: 0.7,
1750
1741
  encoding: "none",
1751
- durationMs: 186,
1742
+ durationMs: 273,
1752
1743
  initiatorType: "iframe",
1753
1744
  protocol: "unknown"
1754
1745
  },
@@ -1757,7 +1748,7 @@ const snapchatPixel = {
1757
1748
  transferKb: 0,
1758
1749
  decodedKb: 0,
1759
1750
  encoding: "none",
1760
- durationMs: 115,
1751
+ durationMs: 116,
1761
1752
  initiatorType: "beacon",
1762
1753
  protocol: "unknown"
1763
1754
  }
@@ -1766,7 +1757,7 @@ const snapchatPixel = {
1766
1757
  const redditPixel = {
1767
1758
  totalTransferKb: 19.5,
1768
1759
  totalDecodedKb: 65.3,
1769
- loadTimeMs: 325,
1760
+ loadTimeMs: 320,
1770
1761
  collectsWebVitals: false,
1771
1762
  apis: {
1772
1763
  cookies: true,
@@ -1819,13 +1810,13 @@ const redditPixel = {
1819
1810
  injectedElements: [
1820
1811
  {
1821
1812
  tag: "img",
1822
- src: "https://alb.reddit.com/rp.gif?ts=1774508685700&id=a2_ilz4u0kbdr3v&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=94e2ee00-74ea-446e-a303-a52f6481ebd8&aaid=&em=&pn=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=1280&sw=720&v=rdt_79aa2193&dpm=&dpcc=&dprc="
1813
+ src: "https://alb.reddit.com/rp.gif?ts=1774926832318&id=a2_ilz4u0kbdr3v&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=b162d4a5-df16-4780-8e6b-3d4ba5ca1380&aaid=&em=&pn=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=1280&sw=720&v=rdt_79aa2193&dpm=&dpcc=&dprc="
1823
1814
  }
1824
1815
  ]
1825
1816
  },
1826
1817
  performance: {
1827
- taskDurationMs: 14,
1828
- scriptDurationMs: 6,
1818
+ taskDurationMs: 12,
1819
+ scriptDurationMs: 5,
1829
1820
  heapDeltaKb: 965
1830
1821
  },
1831
1822
  scripts: [
@@ -1834,7 +1825,7 @@ const redditPixel = {
1834
1825
  transferKb: 18.8,
1835
1826
  decodedKb: 65.3,
1836
1827
  encoding: "gzip",
1837
- durationMs: 117,
1828
+ durationMs: 113,
1838
1829
  initiatorType: "script",
1839
1830
  protocol: "unknown"
1840
1831
  },
@@ -1843,16 +1834,16 @@ const redditPixel = {
1843
1834
  transferKb: 0.1,
1844
1835
  decodedKb: 0,
1845
1836
  encoding: "gzip",
1846
- durationMs: 119,
1837
+ durationMs: 104,
1847
1838
  initiatorType: "xmlhttprequest",
1848
1839
  protocol: "unknown"
1849
1840
  },
1850
1841
  {
1851
- url: "https://alb.reddit.com/rp.gif?ts=1774508685700&id=a2_ilz4u0kbdr3v&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=94e2ee00-74ea-446e-a303-a52f6481ebd8&aaid=&em=&pn=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=1280&sw=720&v=rdt_79aa2193&dpm=&dpcc=&dprc=",
1842
+ url: "https://alb.reddit.com/rp.gif?ts=1774926832318&id=a2_ilz4u0kbdr3v&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=b162d4a5-df16-4780-8e6b-3d4ba5ca1380&aaid=&em=&pn=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=1280&sw=720&v=rdt_79aa2193&dpm=&dpcc=&dprc=",
1852
1843
  transferKb: 0.6,
1853
1844
  decodedKb: 0,
1854
1845
  encoding: "none",
1855
- durationMs: 325,
1846
+ durationMs: 320,
1856
1847
  initiatorType: "img",
1857
1848
  protocol: "unknown"
1858
1849
  }
@@ -1860,8 +1851,8 @@ const redditPixel = {
1860
1851
  };
1861
1852
  const googleAdsense = {
1862
1853
  totalTransferKb: 69.8,
1863
- totalDecodedKb: 198.1,
1864
- loadTimeMs: 292,
1854
+ totalDecodedKb: 198.4,
1855
+ loadTimeMs: 298,
1865
1856
  collectsWebVitals: true,
1866
1857
  apis: {
1867
1858
  cookies: true,
@@ -1908,22 +1899,22 @@ const googleAdsense = {
1908
1899
  "pagead2.googlesyndication.com"
1909
1900
  ],
1910
1901
  outboundBytes: 0,
1911
- inboundBytes: 64712,
1902
+ inboundBytes: 64761,
1912
1903
  injectedElements: [
1913
1904
  ]
1914
1905
  },
1915
1906
  performance: {
1916
1907
  taskDurationMs: 15,
1917
1908
  scriptDurationMs: 6,
1918
- heapDeltaKb: 1804
1909
+ heapDeltaKb: 1797
1919
1910
  },
1920
1911
  scripts: [
1921
1912
  {
1922
1913
  url: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",
1923
1914
  transferKb: 63,
1924
- decodedKb: 191.3,
1915
+ decodedKb: 191.6,
1925
1916
  encoding: "br",
1926
- durationMs: 292,
1917
+ durationMs: 298,
1927
1918
  initiatorType: "script",
1928
1919
  protocol: "h2"
1929
1920
  },
@@ -1939,8 +1930,8 @@ const googleAdsense = {
1939
1930
  ]
1940
1931
  };
1941
1932
  const carbonAds = {
1942
- totalTransferKb: 10.5,
1943
- totalDecodedKb: 34.5,
1933
+ totalTransferKb: 10.1,
1934
+ totalDecodedKb: 37.4,
1944
1935
  loadTimeMs: 75,
1945
1936
  collectsWebVitals: false,
1946
1937
  apis: {
@@ -1988,21 +1979,21 @@ const carbonAds = {
1988
1979
  "cdn.carbonads.com"
1989
1980
  ],
1990
1981
  outboundBytes: 0,
1991
- inboundBytes: 10748,
1982
+ inboundBytes: 10354,
1992
1983
  injectedElements: [
1993
1984
  ]
1994
1985
  },
1995
1986
  performance: {
1996
1987
  taskDurationMs: 6,
1997
1988
  scriptDurationMs: 1,
1998
- heapDeltaKb: 729
1989
+ heapDeltaKb: 734
1999
1990
  },
2000
1991
  scripts: [
2001
1992
  {
2002
1993
  url: "https://cdn.carbonads.com/carbon.js?serve=CW7DTKJL&placement=unlighthousedev&format=cover",
2003
- transferKb: 10.5,
2004
- decodedKb: 34.5,
2005
- encoding: "gzip",
1994
+ transferKb: 10.1,
1995
+ decodedKb: 37.4,
1996
+ encoding: "br",
2006
1997
  durationMs: 75,
2007
1998
  initiatorType: "script",
2008
1999
  protocol: "unknown"
@@ -2012,7 +2003,7 @@ const carbonAds = {
2012
2003
  const hotjar = {
2013
2004
  totalTransferKb: 62.2,
2014
2005
  totalDecodedKb: 242.5,
2015
- loadTimeMs: 334,
2006
+ loadTimeMs: 346,
2016
2007
  collectsWebVitals: false,
2017
2008
  apis: {
2018
2009
  cookies: true,
@@ -2059,14 +2050,14 @@ const hotjar = {
2059
2050
  "static.hotjar.com"
2060
2051
  ],
2061
2052
  outboundBytes: 0,
2062
- inboundBytes: 6332,
2053
+ inboundBytes: 6334,
2063
2054
  injectedElements: [
2064
2055
  ]
2065
2056
  },
2066
2057
  performance: {
2067
2058
  taskDurationMs: 7,
2068
2059
  scriptDurationMs: 1,
2069
- heapDeltaKb: 756
2060
+ heapDeltaKb: 757
2070
2061
  },
2071
2062
  scripts: [
2072
2063
  {
@@ -2074,7 +2065,7 @@ const hotjar = {
2074
2065
  transferKb: 6.2,
2075
2066
  decodedKb: 15,
2076
2067
  encoding: "br",
2077
- durationMs: 334,
2068
+ durationMs: 346,
2078
2069
  initiatorType: "script",
2079
2070
  protocol: "unknown"
2080
2071
  },
@@ -2090,9 +2081,9 @@ const hotjar = {
2090
2081
  ]
2091
2082
  };
2092
2083
  const clarity = {
2093
- totalTransferKb: 27.2,
2094
- totalDecodedKb: 80.2,
2095
- loadTimeMs: 746,
2084
+ totalTransferKb: 27.3,
2085
+ totalDecodedKb: 80.4,
2086
+ loadTimeMs: 628,
2096
2087
  collectsWebVitals: true,
2097
2088
  apis: {
2098
2089
  cookies: true,
@@ -2140,17 +2131,17 @@ const clarity = {
2140
2131
  "scripts.clarity.ms",
2141
2132
  "www.clarity.ms"
2142
2133
  ],
2143
- outboundBytes: 752,
2144
- inboundBytes: 27855,
2134
+ outboundBytes: 764,
2135
+ inboundBytes: 27921,
2145
2136
  injectedElements: [
2146
2137
  {
2147
2138
  tag: "script",
2148
- src: "https://scripts.clarity.ms/0.8.57/clarity.js"
2139
+ src: "https://scripts.clarity.ms/0.8.59/clarity.js"
2149
2140
  }
2150
2141
  ]
2151
2142
  },
2152
2143
  performance: {
2153
- taskDurationMs: 19,
2144
+ taskDurationMs: 20,
2154
2145
  scriptDurationMs: 10,
2155
2146
  heapDeltaKb: 1199
2156
2147
  },
@@ -2160,16 +2151,16 @@ const clarity = {
2160
2151
  transferKb: 0.8,
2161
2152
  decodedKb: 0.6,
2162
2153
  encoding: "none",
2163
- durationMs: 355,
2154
+ durationMs: 373,
2164
2155
  initiatorType: "script",
2165
2156
  protocol: "unknown"
2166
2157
  },
2167
2158
  {
2168
- url: "https://scripts.clarity.ms/0.8.57/clarity.js",
2169
- transferKb: 26.1,
2170
- decodedKb: 79.6,
2159
+ url: "https://scripts.clarity.ms/0.8.59/clarity.js",
2160
+ transferKb: 26.2,
2161
+ decodedKb: 79.8,
2171
2162
  encoding: "br",
2172
- durationMs: 346,
2163
+ durationMs: 174,
2173
2164
  initiatorType: "script",
2174
2165
  protocol: "unknown"
2175
2166
  },
@@ -2178,16 +2169,16 @@ const clarity = {
2178
2169
  transferKb: 0.3,
2179
2170
  decodedKb: 0,
2180
2171
  encoding: "none",
2181
- durationMs: 746,
2172
+ durationMs: 628,
2182
2173
  initiatorType: "xmlhttprequest",
2183
2174
  protocol: "unknown"
2184
2175
  }
2185
2176
  ]
2186
2177
  };
2187
2178
  const googleTagManager = {
2188
- totalTransferKb: 109.2,
2189
- totalDecodedKb: 303.2,
2190
- loadTimeMs: 607,
2179
+ totalTransferKb: 109,
2180
+ totalDecodedKb: 302.4,
2181
+ loadTimeMs: 492,
2191
2182
  collectsWebVitals: false,
2192
2183
  apis: {
2193
2184
  cookies: true,
@@ -2234,31 +2225,31 @@ const googleTagManager = {
2234
2225
  "www.googletagmanager.com"
2235
2226
  ],
2236
2227
  outboundBytes: 0,
2237
- inboundBytes: 111826,
2228
+ inboundBytes: 111591,
2238
2229
  injectedElements: [
2239
2230
  ]
2240
2231
  },
2241
2232
  performance: {
2242
- taskDurationMs: 17,
2243
- scriptDurationMs: 6,
2244
- heapDeltaKb: 1809
2233
+ taskDurationMs: 14,
2234
+ scriptDurationMs: 5,
2235
+ heapDeltaKb: 1816
2245
2236
  },
2246
2237
  scripts: [
2247
2238
  {
2248
2239
  url: "https://www.googletagmanager.com/gtm.js?id=GTM-MWW974PF",
2249
- transferKb: 109.2,
2250
- decodedKb: 303.2,
2240
+ transferKb: 109,
2241
+ decodedKb: 302.4,
2251
2242
  encoding: "zstd",
2252
- durationMs: 607,
2243
+ durationMs: 492,
2253
2244
  initiatorType: "script",
2254
2245
  protocol: "unknown"
2255
2246
  }
2256
2247
  ]
2257
2248
  };
2258
2249
  const intercom = {
2259
- totalTransferKb: 9669.9,
2260
- totalDecodedKb: 10438.5,
2261
- loadTimeMs: 75,
2250
+ totalTransferKb: 9670.2,
2251
+ totalDecodedKb: 10440.5,
2252
+ loadTimeMs: 703,
2262
2253
  collectsWebVitals: false,
2263
2254
  apis: {
2264
2255
  cookies: true,
@@ -2305,12 +2296,12 @@ const intercom = {
2305
2296
  "widget.intercom.io"
2306
2297
  ],
2307
2298
  outboundBytes: 0,
2308
- inboundBytes: 3715,
2299
+ inboundBytes: 3704,
2309
2300
  injectedElements: [
2310
2301
  ]
2311
2302
  },
2312
2303
  performance: {
2313
- taskDurationMs: 7,
2304
+ taskDurationMs: 6,
2314
2305
  scriptDurationMs: 0,
2315
2306
  heapDeltaKb: 726
2316
2307
  },
@@ -2320,7 +2311,7 @@ const intercom = {
2320
2311
  transferKb: 3.6,
2321
2312
  decodedKb: 7.4,
2322
2313
  encoding: "gzip",
2323
- durationMs: 75,
2314
+ durationMs: 703,
2324
2315
  initiatorType: "script",
2325
2316
  protocol: "unknown"
2326
2317
  },
@@ -2337,7 +2328,7 @@ const intercom = {
2337
2328
  url: "https://js.intercomcdn.com/intersection/assets/styles.js",
2338
2329
  transferKb: 2168.3,
2339
2330
  decodedKb: 2168.3,
2340
- encoding: "gzip",
2331
+ encoding: "br",
2341
2332
  durationMs: 0,
2342
2333
  initiatorType: "secondary",
2343
2334
  protocol: "unknown"
@@ -2352,9 +2343,9 @@ const intercom = {
2352
2343
  protocol: "unknown"
2353
2344
  },
2354
2345
  {
2355
- url: "https://js.intercomcdn.com/frame-modern.3f051244.js",
2356
- transferKb: 190,
2357
- decodedKb: 630.6,
2346
+ url: "https://js.intercomcdn.com/frame-modern.4ccaba13.js",
2347
+ transferKb: 190.3,
2348
+ decodedKb: 632.6,
2358
2349
  encoding: "gzip",
2359
2350
  durationMs: 0,
2360
2351
  initiatorType: "secondary",
@@ -2363,9 +2354,9 @@ const intercom = {
2363
2354
  ]
2364
2355
  };
2365
2356
  const crisp = {
2366
- totalTransferKb: 321.4,
2367
- totalDecodedKb: 325.6,
2368
- loadTimeMs: 63,
2357
+ totalTransferKb: 321.5,
2358
+ totalDecodedKb: 325.7,
2359
+ loadTimeMs: 67,
2369
2360
  collectsWebVitals: false,
2370
2361
  apis: {
2371
2362
  cookies: true,
@@ -2412,13 +2403,13 @@ const crisp = {
2412
2403
  "client.crisp.chat"
2413
2404
  ],
2414
2405
  outboundBytes: 0,
2415
- inboundBytes: 3378,
2406
+ inboundBytes: 3376,
2416
2407
  injectedElements: [
2417
2408
  ]
2418
2409
  },
2419
2410
  performance: {
2420
2411
  taskDurationMs: 6,
2421
- scriptDurationMs: 0,
2412
+ scriptDurationMs: 1,
2422
2413
  heapDeltaKb: 741
2423
2414
  },
2424
2415
  scripts: [
@@ -2427,14 +2418,14 @@ const crisp = {
2427
2418
  transferKb: 3.3,
2428
2419
  decodedKb: 7.5,
2429
2420
  encoding: "br",
2430
- durationMs: 63,
2421
+ durationMs: 67,
2431
2422
  initiatorType: "script",
2432
2423
  protocol: "unknown"
2433
2424
  },
2434
2425
  {
2435
- url: "https://client.crisp.chat/static/javascripts/client_default_508c63f.js",
2436
- transferKb: 318.1,
2437
- decodedKb: 318.1,
2426
+ url: "https://client.crisp.chat/static/javascripts/client_default_b600ee8.js",
2427
+ transferKb: 318.2,
2428
+ decodedKb: 318.2,
2438
2429
  encoding: "br",
2439
2430
  durationMs: 0,
2440
2431
  initiatorType: "secondary",
@@ -2443,9 +2434,9 @@ const crisp = {
2443
2434
  ]
2444
2435
  };
2445
2436
  const stripe = {
2446
- totalTransferKb: 222.4,
2447
- totalDecodedKb: 942.9,
2448
- loadTimeMs: 126,
2437
+ totalTransferKb: 223.7,
2438
+ totalDecodedKb: 948.2,
2439
+ loadTimeMs: 125,
2449
2440
  collectsWebVitals: false,
2450
2441
  apis: {
2451
2442
  cookies: true,
@@ -2503,35 +2494,35 @@ const stripe = {
2503
2494
  "js.stripe.com"
2504
2495
  ],
2505
2496
  outboundBytes: 0,
2506
- inboundBytes: 227693,
2497
+ inboundBytes: 229045,
2507
2498
  injectedElements: [
2508
2499
  {
2509
2500
  tag: "iframe",
2510
- src: "https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=http%3A%2F%2F127.0.0.1%3A41347%2Fstripe&title=&referrer=&muid=NA&sid=NA&version=6&preview=false&__shared_params__[version]=v3"
2501
+ src: "https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=http%3A%2F%2F127.0.0.1%3A33711%2Fstripe&title=&referrer=&muid=NA&sid=NA&version=6&preview=false&__shared_params__[version]=v3"
2511
2502
  }
2512
2503
  ]
2513
2504
  },
2514
2505
  performance: {
2515
- taskDurationMs: 107,
2516
- scriptDurationMs: 21,
2517
- heapDeltaKb: 4113
2506
+ taskDurationMs: 99,
2507
+ scriptDurationMs: 15,
2508
+ heapDeltaKb: 3304
2518
2509
  },
2519
2510
  scripts: [
2520
2511
  {
2521
2512
  url: "https://js.stripe.com/v3/",
2522
- transferKb: 221.9,
2523
- decodedKb: 942.7,
2513
+ transferKb: 223.2,
2514
+ decodedKb: 948,
2524
2515
  encoding: "br",
2525
- durationMs: 126,
2516
+ durationMs: 125,
2526
2517
  initiatorType: "script",
2527
2518
  protocol: "h2"
2528
2519
  },
2529
2520
  {
2530
- url: "https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=http%3A%2F%2F127.0.0.1%3A41347%2Fstripe&title=&referrer=&muid=NA&sid=NA&version=6&preview=false&__shared_params__[version]=v3",
2521
+ url: "https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=http%3A%2F%2F127.0.0.1%3A33711%2Fstripe&title=&referrer=&muid=NA&sid=NA&version=6&preview=false&__shared_params__[version]=v3",
2531
2522
  transferKb: 0.5,
2532
2523
  decodedKb: 0.2,
2533
2524
  encoding: "none",
2534
- durationMs: 22,
2525
+ durationMs: 91,
2535
2526
  initiatorType: "iframe",
2536
2527
  protocol: "h2"
2537
2528
  }
@@ -2540,7 +2531,7 @@ const stripe = {
2540
2531
  const lemonSqueezy = {
2541
2532
  totalTransferKb: 1.8,
2542
2533
  totalDecodedKb: 3.8,
2543
- loadTimeMs: 66,
2534
+ loadTimeMs: 280,
2544
2535
  collectsWebVitals: false,
2545
2536
  apis: {
2546
2537
  cookies: true,
@@ -2587,12 +2578,12 @@ const lemonSqueezy = {
2587
2578
  "assets.lemonsqueezy.com"
2588
2579
  ],
2589
2580
  outboundBytes: 0,
2590
- inboundBytes: 1832,
2581
+ inboundBytes: 1841,
2591
2582
  injectedElements: [
2592
2583
  ]
2593
2584
  },
2594
2585
  performance: {
2595
- taskDurationMs: 6,
2586
+ taskDurationMs: 5,
2596
2587
  scriptDurationMs: 0,
2597
2588
  heapDeltaKb: 720
2598
2589
  },
@@ -2602,16 +2593,16 @@ const lemonSqueezy = {
2602
2593
  transferKb: 1.8,
2603
2594
  decodedKb: 3.8,
2604
2595
  encoding: "br",
2605
- durationMs: 66,
2596
+ durationMs: 280,
2606
2597
  initiatorType: "script",
2607
2598
  protocol: "unknown"
2608
2599
  }
2609
2600
  ]
2610
2601
  };
2611
2602
  const paypal = {
2612
- totalTransferKb: 95.3,
2613
- totalDecodedKb: 289.3,
2614
- loadTimeMs: 147,
2603
+ totalTransferKb: 70.4,
2604
+ totalDecodedKb: 218.2,
2605
+ loadTimeMs: 125,
2615
2606
  collectsWebVitals: false,
2616
2607
  apis: {
2617
2608
  cookies: true,
@@ -2658,39 +2649,30 @@ const paypal = {
2658
2649
  "www.paypal.com"
2659
2650
  ],
2660
2651
  outboundBytes: 0,
2661
- inboundBytes: 50025,
2652
+ inboundBytes: 49704,
2662
2653
  injectedElements: [
2663
2654
  ]
2664
2655
  },
2665
2656
  performance: {
2666
2657
  taskDurationMs: 21,
2667
- scriptDurationMs: 11,
2668
- heapDeltaKb: 1682
2658
+ scriptDurationMs: 12,
2659
+ heapDeltaKb: 1687
2669
2660
  },
2670
2661
  scripts: [
2671
2662
  {
2672
2663
  url: "https://www.paypal.com/web-sdk/v6/core",
2673
- transferKb: 48.9,
2674
- decodedKb: 148.1,
2675
- encoding: "gzip",
2676
- durationMs: 147,
2664
+ transferKb: 48.5,
2665
+ decodedKb: 147.8,
2666
+ encoding: "br",
2667
+ durationMs: 125,
2677
2668
  initiatorType: "script",
2678
2669
  protocol: "unknown"
2679
2670
  },
2680
- {
2681
- url: "https://c.paypal.com/da/r/fb.js?${d}`:",
2682
- transferKb: 23.1,
2683
- decodedKb: 70.6,
2684
- encoding: "gzip",
2685
- durationMs: 0,
2686
- initiatorType: "secondary",
2687
- protocol: "unknown"
2688
- },
2689
2671
  {
2690
2672
  url: "https://c.paypal.com/da/r/fb.js",
2691
- transferKb: 23.3,
2692
- decodedKb: 70.6,
2693
- encoding: "gzip",
2673
+ transferKb: 21.9,
2674
+ decodedKb: 70.4,
2675
+ encoding: "br",
2694
2676
  durationMs: 0,
2695
2677
  initiatorType: "secondary",
2696
2678
  protocol: "unknown"
@@ -2698,9 +2680,9 @@ const paypal = {
2698
2680
  ]
2699
2681
  };
2700
2682
  const vimeoPlayer = {
2701
- totalTransferKb: 8.9,
2683
+ totalTransferKb: 9,
2702
2684
  totalDecodedKb: 23.8,
2703
- loadTimeMs: 97,
2685
+ loadTimeMs: 85,
2704
2686
  collectsWebVitals: false,
2705
2687
  apis: {
2706
2688
  cookies: false,
@@ -2740,17 +2722,6 @@ const vimeoPlayer = {
2740
2722
  intersectionObserver: false
2741
2723
  },
2742
2724
  cookies: [
2743
- {
2744
- name: "__cf_bm",
2745
- domain: ".vimeo.com",
2746
- path: "/",
2747
- httpOnly: true,
2748
- secure: true,
2749
- sameSite: "None",
2750
- session: false,
2751
- lifetimeDays: 0,
2752
- firstParty: false
2753
- },
2754
2725
  {
2755
2726
  name: "_cfuvid",
2756
2727
  domain: ".vimeo.com",
@@ -2769,31 +2740,31 @@ const vimeoPlayer = {
2769
2740
  "player.vimeo.com"
2770
2741
  ],
2771
2742
  outboundBytes: 0,
2772
- inboundBytes: 9084,
2743
+ inboundBytes: 9180,
2773
2744
  injectedElements: [
2774
2745
  ]
2775
2746
  },
2776
2747
  performance: {
2777
2748
  taskDurationMs: 6,
2778
2749
  scriptDurationMs: 0,
2779
- heapDeltaKb: 741
2750
+ heapDeltaKb: 742
2780
2751
  },
2781
2752
  scripts: [
2782
2753
  {
2783
2754
  url: "https://player.vimeo.com/api/player.js",
2784
- transferKb: 8.9,
2755
+ transferKb: 9,
2785
2756
  decodedKb: 23.8,
2786
2757
  encoding: "gzip",
2787
- durationMs: 97,
2758
+ durationMs: 85,
2788
2759
  initiatorType: "script",
2789
2760
  protocol: "unknown"
2790
2761
  }
2791
2762
  ]
2792
2763
  };
2793
2764
  const youtubePlayer = {
2794
- totalTransferKb: 13.7,
2765
+ totalTransferKb: 13.4,
2795
2766
  totalDecodedKb: 32.4,
2796
- loadTimeMs: 320,
2767
+ loadTimeMs: 319,
2797
2768
  collectsWebVitals: false,
2798
2769
  apis: {
2799
2770
  cookies: false,
@@ -2833,17 +2804,6 @@ const youtubePlayer = {
2833
2804
  intersectionObserver: false
2834
2805
  },
2835
2806
  cookies: [
2836
- {
2837
- name: "__Secure-YNID",
2838
- domain: ".youtube.com",
2839
- path: "/",
2840
- httpOnly: true,
2841
- secure: true,
2842
- sameSite: "None",
2843
- session: false,
2844
- lifetimeDays: 180,
2845
- firstParty: false
2846
- },
2847
2807
  {
2848
2808
  name: "YSC",
2849
2809
  domain: ".youtube.com",
@@ -2895,35 +2855,35 @@ const youtubePlayer = {
2895
2855
  "www.youtube.com"
2896
2856
  ],
2897
2857
  outboundBytes: 0,
2898
- inboundBytes: 14031,
2858
+ inboundBytes: 13654,
2899
2859
  injectedElements: [
2900
2860
  {
2901
2861
  tag: "script",
2902
- src: "https://www.youtube.com/s/player/5e4f1adf/www-widgetapi.vflset/www-widgetapi.js"
2862
+ src: "https://www.youtube.com/s/player/f85ea353/www-widgetapi.vflset/www-widgetapi.js"
2903
2863
  }
2904
2864
  ]
2905
2865
  },
2906
2866
  performance: {
2907
- taskDurationMs: 8,
2867
+ taskDurationMs: 7,
2908
2868
  scriptDurationMs: 1,
2909
2869
  heapDeltaKb: 811
2910
2870
  },
2911
2871
  scripts: [
2912
2872
  {
2913
2873
  url: "https://www.youtube.com/iframe_api",
2914
- transferKb: 3.1,
2874
+ transferKb: 2.8,
2915
2875
  decodedKb: 1,
2916
2876
  encoding: "br",
2917
- durationMs: 320,
2877
+ durationMs: 319,
2918
2878
  initiatorType: "script",
2919
2879
  protocol: "unknown"
2920
2880
  },
2921
2881
  {
2922
- url: "https://www.youtube.com/s/player/5e4f1adf/www-widgetapi.vflset/www-widgetapi.js",
2882
+ url: "https://www.youtube.com/s/player/f85ea353/www-widgetapi.vflset/www-widgetapi.js",
2923
2883
  transferKb: 10.6,
2924
2884
  decodedKb: 31.4,
2925
2885
  encoding: "br",
2926
- durationMs: 19,
2886
+ durationMs: 20,
2927
2887
  initiatorType: "script",
2928
2888
  protocol: "unknown"
2929
2889
  }
@@ -3052,13 +3012,13 @@ const npm = {
3052
3012
  ]
3053
3013
  };
3054
3014
  const googleRecaptcha = {
3055
- totalTransferKb: 363.9,
3056
- totalDecodedKb: 852,
3057
- loadTimeMs: 248,
3015
+ totalTransferKb: 363.8,
3016
+ totalDecodedKb: 851.5,
3017
+ loadTimeMs: 258,
3058
3018
  collectsWebVitals: false,
3059
3019
  apis: {
3060
3020
  cookies: false,
3061
- localStorage: false,
3021
+ localStorage: true,
3062
3022
  sessionStorage: true,
3063
3023
  indexedDB: false,
3064
3024
  canvas: false,
@@ -3102,18 +3062,18 @@ const googleRecaptcha = {
3102
3062
  "www.gstatic.com"
3103
3063
  ],
3104
3064
  outboundBytes: 0,
3105
- inboundBytes: 373011,
3065
+ inboundBytes: 372923,
3106
3066
  injectedElements: [
3107
3067
  {
3108
3068
  tag: "script",
3109
- src: "https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/recaptcha__en.js"
3069
+ src: "https://www.gstatic.com/recaptcha/releases/79clEdOi5xQbrrpL2L8kGmK3/recaptcha__en.js"
3110
3070
  }
3111
3071
  ]
3112
3072
  },
3113
3073
  performance: {
3114
- taskDurationMs: 78,
3115
- scriptDurationMs: 42,
3116
- heapDeltaKb: 3066
3074
+ taskDurationMs: 71,
3075
+ scriptDurationMs: 38,
3076
+ heapDeltaKb: 3031
3117
3077
  },
3118
3078
  scripts: [
3119
3079
  {
@@ -3121,16 +3081,16 @@ const googleRecaptcha = {
3121
3081
  transferKb: 1.5,
3122
3082
  decodedKb: 1.5,
3123
3083
  encoding: "gzip",
3124
- durationMs: 248,
3084
+ durationMs: 258,
3125
3085
  initiatorType: "script",
3126
3086
  protocol: "unknown"
3127
3087
  },
3128
3088
  {
3129
- url: "https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/recaptcha__en.js",
3130
- transferKb: 362.4,
3131
- decodedKb: 850.5,
3089
+ url: "https://www.gstatic.com/recaptcha/releases/79clEdOi5xQbrrpL2L8kGmK3/recaptcha__en.js",
3090
+ transferKb: 362.3,
3091
+ decodedKb: 850,
3132
3092
  encoding: "gzip",
3133
- durationMs: 239,
3093
+ durationMs: 243,
3134
3094
  initiatorType: "script",
3135
3095
  protocol: "h2"
3136
3096
  }
@@ -3138,8 +3098,8 @@ const googleRecaptcha = {
3138
3098
  };
3139
3099
  const googleSignIn = {
3140
3100
  totalTransferKb: 93.4,
3141
- totalDecodedKb: 251.5,
3142
- loadTimeMs: 587,
3101
+ totalDecodedKb: 251.4,
3102
+ loadTimeMs: 591,
3143
3103
  collectsWebVitals: false,
3144
3104
  apis: {
3145
3105
  cookies: false,
@@ -3186,22 +3146,22 @@ const googleSignIn = {
3186
3146
  "accounts.google.com"
3187
3147
  ],
3188
3148
  outboundBytes: 0,
3189
- inboundBytes: 95605,
3149
+ inboundBytes: 95598,
3190
3150
  injectedElements: [
3191
3151
  ]
3192
3152
  },
3193
3153
  performance: {
3194
- taskDurationMs: 13,
3195
- scriptDurationMs: 3,
3196
- heapDeltaKb: 1211
3154
+ taskDurationMs: 11,
3155
+ scriptDurationMs: 2,
3156
+ heapDeltaKb: 1216
3197
3157
  },
3198
3158
  scripts: [
3199
3159
  {
3200
3160
  url: "https://accounts.google.com/gsi/client",
3201
3161
  transferKb: 93.4,
3202
- decodedKb: 251.5,
3162
+ decodedKb: 251.4,
3203
3163
  encoding: "gzip",
3204
- durationMs: 587,
3164
+ durationMs: 591,
3205
3165
  initiatorType: "script",
3206
3166
  protocol: "unknown"
3207
3167
  }
@@ -3271,7 +3231,7 @@ const blueskyEmbed = {
3271
3231
  const instagramEmbed = {
3272
3232
  totalTransferKb: 33.9,
3273
3233
  totalDecodedKb: 102.2,
3274
- loadTimeMs: 340,
3234
+ loadTimeMs: 408,
3275
3235
  collectsWebVitals: false,
3276
3236
  apis: {
3277
3237
  cookies: false,
@@ -3318,13 +3278,13 @@ const instagramEmbed = {
3318
3278
  "www.instagram.com"
3319
3279
  ],
3320
3280
  outboundBytes: 0,
3321
- inboundBytes: 36790,
3281
+ inboundBytes: 36788,
3322
3282
  injectedElements: [
3323
3283
  ]
3324
3284
  },
3325
3285
  performance: {
3326
3286
  taskDurationMs: 12,
3327
- scriptDurationMs: 5,
3287
+ scriptDurationMs: 6,
3328
3288
  heapDeltaKb: 886
3329
3289
  },
3330
3290
  scripts: [
@@ -3333,7 +3293,7 @@ const instagramEmbed = {
3333
3293
  transferKb: 33.9,
3334
3294
  decodedKb: 102.2,
3335
3295
  encoding: "zstd",
3336
- durationMs: 340,
3296
+ durationMs: 408,
3337
3297
  initiatorType: "script",
3338
3298
  protocol: "h2"
3339
3299
  }
@@ -3342,7 +3302,7 @@ const instagramEmbed = {
3342
3302
  const xEmbed = {
3343
3303
  totalTransferKb: 130.5,
3344
3304
  totalDecodedKb: 410.4,
3345
- loadTimeMs: 73,
3305
+ loadTimeMs: 70,
3346
3306
  collectsWebVitals: false,
3347
3307
  apis: {
3348
3308
  cookies: false,
@@ -3390,18 +3350,18 @@ const xEmbed = {
3390
3350
  "syndication.twitter.com"
3391
3351
  ],
3392
3352
  outboundBytes: 0,
3393
- inboundBytes: 134602,
3353
+ inboundBytes: 134603,
3394
3354
  injectedElements: [
3395
3355
  {
3396
3356
  tag: "iframe",
3397
- src: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%3A41347"
3357
+ src: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%3A33711"
3398
3358
  }
3399
3359
  ]
3400
3360
  },
3401
3361
  performance: {
3402
- taskDurationMs: 47,
3403
- scriptDurationMs: 16,
3404
- heapDeltaKb: 2476
3362
+ taskDurationMs: 53,
3363
+ scriptDurationMs: 14,
3364
+ heapDeltaKb: 2540
3405
3365
  },
3406
3366
  scripts: [
3407
3367
  {
@@ -3409,16 +3369,16 @@ const xEmbed = {
3409
3369
  transferKb: 27.3,
3410
3370
  decodedKb: 90.9,
3411
3371
  encoding: "gzip",
3412
- durationMs: 73,
3372
+ durationMs: 70,
3413
3373
  initiatorType: "script",
3414
3374
  protocol: "unknown"
3415
3375
  },
3416
3376
  {
3417
- url: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%3A41347",
3377
+ url: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%3A33711",
3418
3378
  transferKb: 103.2,
3419
3379
  decodedKb: 319.5,
3420
3380
  encoding: "gzip",
3421
- durationMs: 51,
3381
+ durationMs: 46,
3422
3382
  initiatorType: "iframe",
3423
3383
  protocol: "unknown"
3424
3384
  }
@@ -3427,7 +3387,7 @@ const xEmbed = {
3427
3387
  const gravatar = {
3428
3388
  totalTransferKb: 7.1,
3429
3389
  totalDecodedKb: 21.4,
3430
- loadTimeMs: 69,
3390
+ loadTimeMs: 556,
3431
3391
  collectsWebVitals: false,
3432
3392
  apis: {
3433
3393
  cookies: false,
@@ -3489,7 +3449,7 @@ const gravatar = {
3489
3449
  transferKb: 7.1,
3490
3450
  decodedKb: 21.4,
3491
3451
  encoding: "br",
3492
- durationMs: 69,
3452
+ durationMs: 556,
3493
3453
  initiatorType: "script",
3494
3454
  protocol: "unknown"
3495
3455
  }