@nuxt/scripts 1.0.0-beta.26 → 1.0.0-beta.27
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.
- package/dist/client/200.html +1 -1
- package/dist/client/404.html +1 -1
- package/dist/client/_nuxt/{DjhmCJlE.js → CwXQ1Eqw.js} +3 -3
- package/dist/client/_nuxt/{TJ5JFHov.js → JXDRhrZp.js} +1 -1
- package/dist/client/_nuxt/{C-7nRtzO.js → KCxg59bo.js} +1 -1
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/d0d06e27-af53-4f1a-b7ae-18727423b3ed.json +1 -0
- package/dist/client/_nuxt/{D5k4eN9O.js → viP3Pc9X.js} +1 -1
- package/dist/client/index.html +1 -1
- package/dist/module.d.mts +1 -1
- package/dist/module.d.ts +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +38 -8
- package/dist/registry.mjs +2 -2
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue +4 -2
- package/dist/runtime/server/gravatar-proxy.d.ts +1 -1
- package/dist/runtime/server/gravatar-proxy.js +0 -1
- package/dist/stats.d.mts +82 -11
- package/dist/stats.d.ts +82 -11
- package/dist/stats.mjs +670 -314
- package/package.json +6 -4
- package/dist/client/_nuxt/builds/meta/33e1ac0e-aba1-4856-8beb-775c426be236.json +0 -1
package/dist/stats.mjs
CHANGED
|
@@ -183,7 +183,7 @@ const scriptMeta = {
|
|
|
183
183
|
const plausibleAnalytics = {
|
|
184
184
|
totalTransferKb: 1.9,
|
|
185
185
|
totalDecodedKb: 2.9,
|
|
186
|
-
loadTimeMs:
|
|
186
|
+
loadTimeMs: 222,
|
|
187
187
|
collectsWebVitals: false,
|
|
188
188
|
apis: {
|
|
189
189
|
cookies: false,
|
|
@@ -235,9 +235,9 @@ const plausibleAnalytics = {
|
|
|
235
235
|
]
|
|
236
236
|
},
|
|
237
237
|
performance: {
|
|
238
|
-
taskDurationMs:
|
|
239
|
-
scriptDurationMs:
|
|
240
|
-
heapDeltaKb:
|
|
238
|
+
taskDurationMs: 7,
|
|
239
|
+
scriptDurationMs: 1,
|
|
240
|
+
heapDeltaKb: 759
|
|
241
241
|
},
|
|
242
242
|
scripts: [
|
|
243
243
|
{
|
|
@@ -245,16 +245,16 @@ const plausibleAnalytics = {
|
|
|
245
245
|
transferKb: 1.9,
|
|
246
246
|
decodedKb: 2.9,
|
|
247
247
|
encoding: "zstd",
|
|
248
|
-
durationMs:
|
|
248
|
+
durationMs: 222,
|
|
249
249
|
initiatorType: "script",
|
|
250
250
|
protocol: "unknown"
|
|
251
251
|
}
|
|
252
252
|
]
|
|
253
253
|
};
|
|
254
254
|
const cloudflareWebAnalytics = {
|
|
255
|
-
totalTransferKb: 10.
|
|
255
|
+
totalTransferKb: 10.8,
|
|
256
256
|
totalDecodedKb: 30.4,
|
|
257
|
-
loadTimeMs:
|
|
257
|
+
loadTimeMs: 202,
|
|
258
258
|
collectsWebVitals: true,
|
|
259
259
|
apis: {
|
|
260
260
|
cookies: false,
|
|
@@ -301,22 +301,22 @@ const cloudflareWebAnalytics = {
|
|
|
301
301
|
"static.cloudflareinsights.com"
|
|
302
302
|
],
|
|
303
303
|
outboundBytes: 0,
|
|
304
|
-
inboundBytes:
|
|
304
|
+
inboundBytes: 11089,
|
|
305
305
|
injectedElements: [
|
|
306
306
|
]
|
|
307
307
|
},
|
|
308
308
|
performance: {
|
|
309
|
-
taskDurationMs:
|
|
309
|
+
taskDurationMs: 6,
|
|
310
310
|
scriptDurationMs: 1,
|
|
311
|
-
heapDeltaKb:
|
|
311
|
+
heapDeltaKb: 784
|
|
312
312
|
},
|
|
313
313
|
scripts: [
|
|
314
314
|
{
|
|
315
315
|
url: "https://static.cloudflareinsights.com/beacon.min.js",
|
|
316
|
-
transferKb: 10.
|
|
316
|
+
transferKb: 10.8,
|
|
317
317
|
decodedKb: 30.4,
|
|
318
318
|
encoding: "gzip",
|
|
319
|
-
durationMs:
|
|
319
|
+
durationMs: 202,
|
|
320
320
|
initiatorType: "script",
|
|
321
321
|
protocol: "unknown"
|
|
322
322
|
}
|
|
@@ -386,7 +386,7 @@ const posthog = {
|
|
|
386
386
|
const fathomAnalytics = {
|
|
387
387
|
totalTransferKb: 3,
|
|
388
388
|
totalDecodedKb: 6.7,
|
|
389
|
-
loadTimeMs:
|
|
389
|
+
loadTimeMs: 307,
|
|
390
390
|
collectsWebVitals: false,
|
|
391
391
|
apis: {
|
|
392
392
|
cookies: false,
|
|
@@ -438,9 +438,9 @@ const fathomAnalytics = {
|
|
|
438
438
|
]
|
|
439
439
|
},
|
|
440
440
|
performance: {
|
|
441
|
-
taskDurationMs:
|
|
442
|
-
scriptDurationMs:
|
|
443
|
-
heapDeltaKb:
|
|
441
|
+
taskDurationMs: 11,
|
|
442
|
+
scriptDurationMs: 1,
|
|
443
|
+
heapDeltaKb: 760
|
|
444
444
|
},
|
|
445
445
|
scripts: [
|
|
446
446
|
{
|
|
@@ -448,16 +448,16 @@ const fathomAnalytics = {
|
|
|
448
448
|
transferKb: 2.7,
|
|
449
449
|
decodedKb: 6.7,
|
|
450
450
|
encoding: "zstd",
|
|
451
|
-
durationMs:
|
|
451
|
+
durationMs: 177,
|
|
452
452
|
initiatorType: "script",
|
|
453
453
|
protocol: "unknown"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
|
-
url: "https://cdn.usefathom.com/?h=http%3A%2F%2F127.0.0.1&p=%2FfathomAnalytics&r=&sid=null&qs=%7B%7D&cid=
|
|
456
|
+
url: "https://cdn.usefathom.com/?h=http%3A%2F%2F127.0.0.1&p=%2FfathomAnalytics&r=&sid=null&qs=%7B%7D&cid=71215632",
|
|
457
457
|
transferKb: 0.3,
|
|
458
458
|
decodedKb: 0,
|
|
459
459
|
encoding: "none",
|
|
460
|
-
durationMs:
|
|
460
|
+
durationMs: 307,
|
|
461
461
|
initiatorType: "img",
|
|
462
462
|
protocol: "unknown"
|
|
463
463
|
}
|
|
@@ -466,7 +466,7 @@ const fathomAnalytics = {
|
|
|
466
466
|
const matomoAnalytics = {
|
|
467
467
|
totalTransferKb: 60.4,
|
|
468
468
|
totalDecodedKb: 218.6,
|
|
469
|
-
loadTimeMs:
|
|
469
|
+
loadTimeMs: 1850,
|
|
470
470
|
collectsWebVitals: false,
|
|
471
471
|
apis: {
|
|
472
472
|
cookies: true,
|
|
@@ -477,7 +477,7 @@ const matomoAnalytics = {
|
|
|
477
477
|
webgl: false,
|
|
478
478
|
audioContext: false,
|
|
479
479
|
userAgent: true,
|
|
480
|
-
doNotTrack:
|
|
480
|
+
doNotTrack: false,
|
|
481
481
|
hardwareConcurrency: false,
|
|
482
482
|
deviceMemory: false,
|
|
483
483
|
plugins: false,
|
|
@@ -495,7 +495,7 @@ const matomoAnalytics = {
|
|
|
495
495
|
windowName: true,
|
|
496
496
|
rtcPeerConnection: false,
|
|
497
497
|
geolocation: false,
|
|
498
|
-
serviceWorker:
|
|
498
|
+
serviceWorker: false,
|
|
499
499
|
cacheApi: false,
|
|
500
500
|
sendBeacon: true,
|
|
501
501
|
fetch: true,
|
|
@@ -513,14 +513,14 @@ const matomoAnalytics = {
|
|
|
513
513
|
"cdn.matomo.cloud"
|
|
514
514
|
],
|
|
515
515
|
outboundBytes: 0,
|
|
516
|
-
inboundBytes:
|
|
516
|
+
inboundBytes: 61878,
|
|
517
517
|
injectedElements: [
|
|
518
518
|
]
|
|
519
519
|
},
|
|
520
520
|
performance: {
|
|
521
|
-
taskDurationMs:
|
|
522
|
-
scriptDurationMs:
|
|
523
|
-
heapDeltaKb:
|
|
521
|
+
taskDurationMs: 20,
|
|
522
|
+
scriptDurationMs: 5,
|
|
523
|
+
heapDeltaKb: 1394
|
|
524
524
|
},
|
|
525
525
|
scripts: [
|
|
526
526
|
{
|
|
@@ -528,7 +528,7 @@ const matomoAnalytics = {
|
|
|
528
528
|
transferKb: 60.4,
|
|
529
529
|
decodedKb: 218.6,
|
|
530
530
|
encoding: "br",
|
|
531
|
-
durationMs:
|
|
531
|
+
durationMs: 1850,
|
|
532
532
|
initiatorType: "script",
|
|
533
533
|
protocol: "unknown"
|
|
534
534
|
}
|
|
@@ -537,7 +537,7 @@ const matomoAnalytics = {
|
|
|
537
537
|
const rybbitAnalytics = {
|
|
538
538
|
totalTransferKb: 9,
|
|
539
539
|
totalDecodedKb: 25.4,
|
|
540
|
-
loadTimeMs:
|
|
540
|
+
loadTimeMs: 1165,
|
|
541
541
|
collectsWebVitals: true,
|
|
542
542
|
apis: {
|
|
543
543
|
cookies: false,
|
|
@@ -590,8 +590,8 @@ const rybbitAnalytics = {
|
|
|
590
590
|
},
|
|
591
591
|
performance: {
|
|
592
592
|
taskDurationMs: 8,
|
|
593
|
-
scriptDurationMs:
|
|
594
|
-
heapDeltaKb:
|
|
593
|
+
scriptDurationMs: 2,
|
|
594
|
+
heapDeltaKb: 755
|
|
595
595
|
},
|
|
596
596
|
scripts: [
|
|
597
597
|
{
|
|
@@ -599,7 +599,7 @@ const rybbitAnalytics = {
|
|
|
599
599
|
transferKb: 9,
|
|
600
600
|
decodedKb: 25.4,
|
|
601
601
|
encoding: "zstd",
|
|
602
|
-
durationMs:
|
|
602
|
+
durationMs: 1165,
|
|
603
603
|
initiatorType: "script",
|
|
604
604
|
protocol: "unknown"
|
|
605
605
|
}
|
|
@@ -608,7 +608,7 @@ const rybbitAnalytics = {
|
|
|
608
608
|
const databuddyAnalytics = {
|
|
609
609
|
totalTransferKb: 10.6,
|
|
610
610
|
totalDecodedKb: 29.2,
|
|
611
|
-
loadTimeMs:
|
|
611
|
+
loadTimeMs: 355,
|
|
612
612
|
collectsWebVitals: true,
|
|
613
613
|
apis: {
|
|
614
614
|
cookies: false,
|
|
@@ -625,7 +625,7 @@ const databuddyAnalytics = {
|
|
|
625
625
|
plugins: false,
|
|
626
626
|
languages: true,
|
|
627
627
|
screen: false,
|
|
628
|
-
timezone:
|
|
628
|
+
timezone: false,
|
|
629
629
|
platform: false,
|
|
630
630
|
vendor: false,
|
|
631
631
|
connection: false,
|
|
@@ -660,9 +660,9 @@ const databuddyAnalytics = {
|
|
|
660
660
|
]
|
|
661
661
|
},
|
|
662
662
|
performance: {
|
|
663
|
-
taskDurationMs:
|
|
664
|
-
scriptDurationMs:
|
|
665
|
-
heapDeltaKb:
|
|
663
|
+
taskDurationMs: 7,
|
|
664
|
+
scriptDurationMs: 1,
|
|
665
|
+
heapDeltaKb: 803
|
|
666
666
|
},
|
|
667
667
|
scripts: [
|
|
668
668
|
{
|
|
@@ -670,7 +670,7 @@ const databuddyAnalytics = {
|
|
|
670
670
|
transferKb: 10.6,
|
|
671
671
|
decodedKb: 29.2,
|
|
672
672
|
encoding: "zstd",
|
|
673
|
-
durationMs:
|
|
673
|
+
durationMs: 355,
|
|
674
674
|
initiatorType: "script",
|
|
675
675
|
protocol: "unknown"
|
|
676
676
|
}
|
|
@@ -679,7 +679,7 @@ const databuddyAnalytics = {
|
|
|
679
679
|
const mixpanelAnalytics = {
|
|
680
680
|
totalTransferKb: 31,
|
|
681
681
|
totalDecodedKb: 93.9,
|
|
682
|
-
loadTimeMs:
|
|
682
|
+
loadTimeMs: 85,
|
|
683
683
|
collectsWebVitals: false,
|
|
684
684
|
apis: {
|
|
685
685
|
cookies: true,
|
|
@@ -726,14 +726,14 @@ const mixpanelAnalytics = {
|
|
|
726
726
|
"cdn.mxpnl.com"
|
|
727
727
|
],
|
|
728
728
|
outboundBytes: 0,
|
|
729
|
-
inboundBytes:
|
|
729
|
+
inboundBytes: 31795,
|
|
730
730
|
injectedElements: [
|
|
731
731
|
]
|
|
732
732
|
},
|
|
733
733
|
performance: {
|
|
734
|
-
taskDurationMs:
|
|
735
|
-
scriptDurationMs:
|
|
736
|
-
heapDeltaKb:
|
|
734
|
+
taskDurationMs: 16,
|
|
735
|
+
scriptDurationMs: 8,
|
|
736
|
+
heapDeltaKb: 1167
|
|
737
737
|
},
|
|
738
738
|
scripts: [
|
|
739
739
|
{
|
|
@@ -741,7 +741,7 @@ const mixpanelAnalytics = {
|
|
|
741
741
|
transferKb: 31,
|
|
742
742
|
decodedKb: 93.9,
|
|
743
743
|
encoding: "gzip",
|
|
744
|
-
durationMs:
|
|
744
|
+
durationMs: 85,
|
|
745
745
|
initiatorType: "script",
|
|
746
746
|
protocol: "unknown"
|
|
747
747
|
}
|
|
@@ -750,7 +750,7 @@ const mixpanelAnalytics = {
|
|
|
750
750
|
const segment = {
|
|
751
751
|
totalTransferKb: 29.6,
|
|
752
752
|
totalDecodedKb: 107,
|
|
753
|
-
loadTimeMs:
|
|
753
|
+
loadTimeMs: 1125,
|
|
754
754
|
collectsWebVitals: false,
|
|
755
755
|
apis: {
|
|
756
756
|
cookies: true,
|
|
@@ -798,14 +798,14 @@ const segment = {
|
|
|
798
798
|
"cdn.segment.com"
|
|
799
799
|
],
|
|
800
800
|
outboundBytes: 1006,
|
|
801
|
-
inboundBytes:
|
|
801
|
+
inboundBytes: 30291,
|
|
802
802
|
injectedElements: [
|
|
803
803
|
]
|
|
804
804
|
},
|
|
805
805
|
performance: {
|
|
806
|
-
taskDurationMs:
|
|
807
|
-
scriptDurationMs:
|
|
808
|
-
heapDeltaKb:
|
|
806
|
+
taskDurationMs: 23,
|
|
807
|
+
scriptDurationMs: 5,
|
|
808
|
+
heapDeltaKb: 1328
|
|
809
809
|
},
|
|
810
810
|
scripts: [
|
|
811
811
|
{
|
|
@@ -813,7 +813,7 @@ const segment = {
|
|
|
813
813
|
transferKb: 28.2,
|
|
814
814
|
decodedKb: 106.4,
|
|
815
815
|
encoding: "br",
|
|
816
|
-
durationMs:
|
|
816
|
+
durationMs: 1125,
|
|
817
817
|
initiatorType: "script",
|
|
818
818
|
protocol: "unknown"
|
|
819
819
|
},
|
|
@@ -822,7 +822,7 @@ const segment = {
|
|
|
822
822
|
transferKb: 1.2,
|
|
823
823
|
decodedKb: 0.6,
|
|
824
824
|
encoding: "none",
|
|
825
|
-
durationMs:
|
|
825
|
+
durationMs: 175,
|
|
826
826
|
initiatorType: "fetch",
|
|
827
827
|
protocol: "unknown"
|
|
828
828
|
},
|
|
@@ -831,7 +831,7 @@ const segment = {
|
|
|
831
831
|
transferKb: 0.2,
|
|
832
832
|
decodedKb: 0,
|
|
833
833
|
encoding: "none",
|
|
834
|
-
durationMs:
|
|
834
|
+
durationMs: 723,
|
|
835
835
|
initiatorType: "fetch",
|
|
836
836
|
protocol: "unknown"
|
|
837
837
|
}
|
|
@@ -840,7 +840,7 @@ const segment = {
|
|
|
840
840
|
const googleAnalytics = {
|
|
841
841
|
totalTransferKb: 154.2,
|
|
842
842
|
totalDecodedKb: 454.1,
|
|
843
|
-
loadTimeMs:
|
|
843
|
+
loadTimeMs: 507,
|
|
844
844
|
collectsWebVitals: false,
|
|
845
845
|
apis: {
|
|
846
846
|
cookies: true,
|
|
@@ -869,7 +869,7 @@ const googleAnalytics = {
|
|
|
869
869
|
windowName: true,
|
|
870
870
|
rtcPeerConnection: false,
|
|
871
871
|
geolocation: false,
|
|
872
|
-
serviceWorker:
|
|
872
|
+
serviceWorker: false,
|
|
873
873
|
cacheApi: false,
|
|
874
874
|
sendBeacon: true,
|
|
875
875
|
fetch: true,
|
|
@@ -887,14 +887,14 @@ const googleAnalytics = {
|
|
|
887
887
|
"www.googletagmanager.com"
|
|
888
888
|
],
|
|
889
889
|
outboundBytes: 0,
|
|
890
|
-
inboundBytes:
|
|
890
|
+
inboundBytes: 157890,
|
|
891
891
|
injectedElements: [
|
|
892
892
|
]
|
|
893
893
|
},
|
|
894
894
|
performance: {
|
|
895
|
-
taskDurationMs:
|
|
896
|
-
scriptDurationMs:
|
|
897
|
-
heapDeltaKb:
|
|
895
|
+
taskDurationMs: 26,
|
|
896
|
+
scriptDurationMs: 14,
|
|
897
|
+
heapDeltaKb: 2641
|
|
898
898
|
},
|
|
899
899
|
scripts: [
|
|
900
900
|
{
|
|
@@ -902,7 +902,7 @@ const googleAnalytics = {
|
|
|
902
902
|
transferKb: 154.2,
|
|
903
903
|
decodedKb: 454.1,
|
|
904
904
|
encoding: "zstd",
|
|
905
|
-
durationMs:
|
|
905
|
+
durationMs: 507,
|
|
906
906
|
initiatorType: "script",
|
|
907
907
|
protocol: "unknown"
|
|
908
908
|
}
|
|
@@ -911,7 +911,7 @@ const googleAnalytics = {
|
|
|
911
911
|
const umamiAnalytics = {
|
|
912
912
|
totalTransferKb: 2.4,
|
|
913
913
|
totalDecodedKb: 2.6,
|
|
914
|
-
loadTimeMs:
|
|
914
|
+
loadTimeMs: 105,
|
|
915
915
|
collectsWebVitals: false,
|
|
916
916
|
apis: {
|
|
917
917
|
cookies: false,
|
|
@@ -963,9 +963,9 @@ const umamiAnalytics = {
|
|
|
963
963
|
]
|
|
964
964
|
},
|
|
965
965
|
performance: {
|
|
966
|
-
taskDurationMs:
|
|
966
|
+
taskDurationMs: 6,
|
|
967
967
|
scriptDurationMs: 0,
|
|
968
|
-
heapDeltaKb:
|
|
968
|
+
heapDeltaKb: 726
|
|
969
969
|
},
|
|
970
970
|
scripts: [
|
|
971
971
|
{
|
|
@@ -973,7 +973,7 @@ const umamiAnalytics = {
|
|
|
973
973
|
transferKb: 2.4,
|
|
974
974
|
decodedKb: 2.6,
|
|
975
975
|
encoding: "br",
|
|
976
|
-
durationMs:
|
|
976
|
+
durationMs: 105,
|
|
977
977
|
initiatorType: "script",
|
|
978
978
|
protocol: "unknown"
|
|
979
979
|
}
|
|
@@ -982,7 +982,7 @@ const umamiAnalytics = {
|
|
|
982
982
|
const vercelAnalytics = {
|
|
983
983
|
totalTransferKb: 1.6,
|
|
984
984
|
totalDecodedKb: 2.4,
|
|
985
|
-
loadTimeMs:
|
|
985
|
+
loadTimeMs: 95,
|
|
986
986
|
collectsWebVitals: false,
|
|
987
987
|
apis: {
|
|
988
988
|
cookies: false,
|
|
@@ -1029,14 +1029,14 @@ const vercelAnalytics = {
|
|
|
1029
1029
|
"va.vercel-scripts.com"
|
|
1030
1030
|
],
|
|
1031
1031
|
outboundBytes: 0,
|
|
1032
|
-
inboundBytes:
|
|
1032
|
+
inboundBytes: 1606,
|
|
1033
1033
|
injectedElements: [
|
|
1034
1034
|
]
|
|
1035
1035
|
},
|
|
1036
1036
|
performance: {
|
|
1037
1037
|
taskDurationMs: 6,
|
|
1038
1038
|
scriptDurationMs: 0,
|
|
1039
|
-
heapDeltaKb:
|
|
1039
|
+
heapDeltaKb: 716
|
|
1040
1040
|
},
|
|
1041
1041
|
scripts: [
|
|
1042
1042
|
{
|
|
@@ -1044,7 +1044,7 @@ const vercelAnalytics = {
|
|
|
1044
1044
|
transferKb: 1.6,
|
|
1045
1045
|
decodedKb: 2.4,
|
|
1046
1046
|
encoding: "br",
|
|
1047
|
-
durationMs:
|
|
1047
|
+
durationMs: 95,
|
|
1048
1048
|
initiatorType: "script",
|
|
1049
1049
|
protocol: "unknown"
|
|
1050
1050
|
}
|
|
@@ -1053,7 +1053,7 @@ const vercelAnalytics = {
|
|
|
1053
1053
|
const bingUet = {
|
|
1054
1054
|
totalTransferKb: 16.2,
|
|
1055
1055
|
totalDecodedKb: 54,
|
|
1056
|
-
loadTimeMs:
|
|
1056
|
+
loadTimeMs: 377,
|
|
1057
1057
|
collectsWebVitals: false,
|
|
1058
1058
|
apis: {
|
|
1059
1059
|
cookies: true,
|
|
@@ -1063,14 +1063,14 @@ const bingUet = {
|
|
|
1063
1063
|
canvas: false,
|
|
1064
1064
|
webgl: false,
|
|
1065
1065
|
audioContext: false,
|
|
1066
|
-
userAgent:
|
|
1066
|
+
userAgent: false,
|
|
1067
1067
|
doNotTrack: false,
|
|
1068
1068
|
hardwareConcurrency: false,
|
|
1069
1069
|
deviceMemory: false,
|
|
1070
1070
|
plugins: true,
|
|
1071
1071
|
languages: true,
|
|
1072
1072
|
screen: true,
|
|
1073
|
-
timezone:
|
|
1073
|
+
timezone: false,
|
|
1074
1074
|
platform: false,
|
|
1075
1075
|
vendor: false,
|
|
1076
1076
|
connection: false,
|
|
@@ -1122,7 +1122,7 @@ const bingUet = {
|
|
|
1122
1122
|
"bat.bing.com"
|
|
1123
1123
|
],
|
|
1124
1124
|
outboundBytes: 0,
|
|
1125
|
-
inboundBytes:
|
|
1125
|
+
inboundBytes: 16546,
|
|
1126
1126
|
injectedElements: [
|
|
1127
1127
|
{
|
|
1128
1128
|
tag: "script",
|
|
@@ -1130,14 +1130,14 @@ const bingUet = {
|
|
|
1130
1130
|
},
|
|
1131
1131
|
{
|
|
1132
1132
|
tag: "img",
|
|
1133
|
-
src: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=
|
|
1133
|
+
src: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=b287c383-aa8f-41a5-8926-21b246541c8f&bo=1&sid=33e4c280238c11f1a860d93cdbc6baff&vid=33e4cda0238c11f1b98f019cad57be55&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%3A40469%2FbingUet&r=<=389&evt=pageLoad&sv=2&cdb=AQAQ&rn=246784"
|
|
1134
1134
|
}
|
|
1135
1135
|
]
|
|
1136
1136
|
},
|
|
1137
1137
|
performance: {
|
|
1138
|
-
taskDurationMs:
|
|
1139
|
-
scriptDurationMs:
|
|
1140
|
-
heapDeltaKb:
|
|
1138
|
+
taskDurationMs: 17,
|
|
1139
|
+
scriptDurationMs: 4,
|
|
1140
|
+
heapDeltaKb: 983
|
|
1141
1141
|
},
|
|
1142
1142
|
scripts: [
|
|
1143
1143
|
{
|
|
@@ -1145,7 +1145,7 @@ const bingUet = {
|
|
|
1145
1145
|
transferKb: 15.4,
|
|
1146
1146
|
decodedKb: 53.6,
|
|
1147
1147
|
encoding: "gzip",
|
|
1148
|
-
durationMs:
|
|
1148
|
+
durationMs: 377,
|
|
1149
1149
|
initiatorType: "script",
|
|
1150
1150
|
protocol: "unknown"
|
|
1151
1151
|
},
|
|
@@ -1154,16 +1154,16 @@ const bingUet = {
|
|
|
1154
1154
|
transferKb: 0.4,
|
|
1155
1155
|
decodedKb: 0.4,
|
|
1156
1156
|
encoding: "br",
|
|
1157
|
-
durationMs:
|
|
1157
|
+
durationMs: 182,
|
|
1158
1158
|
initiatorType: "script",
|
|
1159
1159
|
protocol: "unknown"
|
|
1160
1160
|
},
|
|
1161
1161
|
{
|
|
1162
|
-
url: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=
|
|
1162
|
+
url: "https://bat.bing.com/action/0?ti=247021147&Ver=2&mid=b287c383-aa8f-41a5-8926-21b246541c8f&bo=1&sid=33e4c280238c11f1a860d93cdbc6baff&vid=33e4cda0238c11f1b98f019cad57be55&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%3A40469%2FbingUet&r=<=389&evt=pageLoad&sv=2&cdb=AQAQ&rn=246784",
|
|
1163
1163
|
transferKb: 0.4,
|
|
1164
1164
|
decodedKb: 0,
|
|
1165
1165
|
encoding: "none",
|
|
1166
|
-
durationMs:
|
|
1166
|
+
durationMs: 191,
|
|
1167
1167
|
initiatorType: "img",
|
|
1168
1168
|
protocol: "unknown"
|
|
1169
1169
|
}
|
|
@@ -1172,10 +1172,10 @@ const bingUet = {
|
|
|
1172
1172
|
const metaPixel = {
|
|
1173
1173
|
totalTransferKb: 97.1,
|
|
1174
1174
|
totalDecodedKb: 364.7,
|
|
1175
|
-
loadTimeMs:
|
|
1175
|
+
loadTimeMs: 204,
|
|
1176
1176
|
collectsWebVitals: false,
|
|
1177
1177
|
apis: {
|
|
1178
|
-
cookies:
|
|
1178
|
+
cookies: false,
|
|
1179
1179
|
localStorage: true,
|
|
1180
1180
|
sessionStorage: true,
|
|
1181
1181
|
indexedDB: false,
|
|
@@ -1220,18 +1220,22 @@ const metaPixel = {
|
|
|
1220
1220
|
"www.facebook.com"
|
|
1221
1221
|
],
|
|
1222
1222
|
outboundBytes: 0,
|
|
1223
|
-
inboundBytes:
|
|
1223
|
+
inboundBytes: 102393,
|
|
1224
1224
|
injectedElements: [
|
|
1225
1225
|
{
|
|
1226
1226
|
tag: "script",
|
|
1227
1227
|
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"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
tag: "img",
|
|
1231
|
+
src: "https://www.facebook.com/tr/?id=3925006&ev=PageView&dl=http%3A%2F%2F127.0.0.1%3A40469%2FmetaPixel&rl=&if=false&ts=1773922054886&sw=1280&sh=720&v=2.9.280&r=stable&ec=0&o=156&it=1773922054679&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"
|
|
1228
1232
|
}
|
|
1229
1233
|
]
|
|
1230
1234
|
},
|
|
1231
1235
|
performance: {
|
|
1232
|
-
taskDurationMs:
|
|
1233
|
-
scriptDurationMs:
|
|
1234
|
-
heapDeltaKb:
|
|
1236
|
+
taskDurationMs: 34,
|
|
1237
|
+
scriptDurationMs: 22,
|
|
1238
|
+
heapDeltaKb: 1959
|
|
1235
1239
|
},
|
|
1236
1240
|
scripts: [
|
|
1237
1241
|
{
|
|
@@ -1239,7 +1243,7 @@ const metaPixel = {
|
|
|
1239
1243
|
transferKb: 94.7,
|
|
1240
1244
|
decodedKb: 356.5,
|
|
1241
1245
|
encoding: "gzip",
|
|
1242
|
-
durationMs:
|
|
1246
|
+
durationMs: 108,
|
|
1243
1247
|
initiatorType: "script",
|
|
1244
1248
|
protocol: "h2"
|
|
1245
1249
|
},
|
|
@@ -1248,16 +1252,16 @@ const metaPixel = {
|
|
|
1248
1252
|
transferKb: 2.1,
|
|
1249
1253
|
decodedKb: 8.2,
|
|
1250
1254
|
encoding: "gzip",
|
|
1251
|
-
durationMs:
|
|
1255
|
+
durationMs: 204,
|
|
1252
1256
|
initiatorType: "script",
|
|
1253
1257
|
protocol: "h2"
|
|
1254
1258
|
},
|
|
1255
1259
|
{
|
|
1256
|
-
url: "https://www.facebook.com/tr/?id=3925006&ev=PageView&dl=http%3A%2F%2F127.0.0.1%
|
|
1260
|
+
url: "https://www.facebook.com/tr/?id=3925006&ev=PageView&dl=http%3A%2F%2F127.0.0.1%3A40469%2FmetaPixel&rl=&if=false&ts=1773922054886&sw=1280&sh=720&v=2.9.280&r=stable&ec=0&o=156&it=1773922054679&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",
|
|
1257
1261
|
transferKb: 0.3,
|
|
1258
1262
|
decodedKb: 0,
|
|
1259
1263
|
encoding: "none",
|
|
1260
|
-
durationMs:
|
|
1264
|
+
durationMs: 203,
|
|
1261
1265
|
initiatorType: "img",
|
|
1262
1266
|
protocol: "unknown"
|
|
1263
1267
|
}
|
|
@@ -1266,7 +1270,7 @@ const metaPixel = {
|
|
|
1266
1270
|
const xPixel = {
|
|
1267
1271
|
totalTransferKb: 15.1,
|
|
1268
1272
|
totalDecodedKb: 47.1,
|
|
1269
|
-
loadTimeMs:
|
|
1273
|
+
loadTimeMs: 404,
|
|
1270
1274
|
collectsWebVitals: false,
|
|
1271
1275
|
apis: {
|
|
1272
1276
|
cookies: true,
|
|
@@ -1370,22 +1374,22 @@ const xPixel = {
|
|
|
1370
1374
|
"t.co"
|
|
1371
1375
|
],
|
|
1372
1376
|
outboundBytes: 0,
|
|
1373
|
-
inboundBytes:
|
|
1377
|
+
inboundBytes: 15445,
|
|
1374
1378
|
injectedElements: [
|
|
1375
1379
|
{
|
|
1376
1380
|
tag: "img",
|
|
1377
|
-
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=
|
|
1381
|
+
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=ac7b41e3-6dac-4c47-bf2d-ec75e58f4b92&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=9d4dda92-69fa-43c6-950b-a90d1a90705e&tw_document_href=http%3A%2F%2F127.0.0.1%3A40469%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1773922059736.26211941354742921&txn_id=ol7lz&type=javascript&version=2.3.50"
|
|
1378
1382
|
},
|
|
1379
1383
|
{
|
|
1380
1384
|
tag: "img",
|
|
1381
|
-
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=
|
|
1385
|
+
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=ac7b41e3-6dac-4c47-bf2d-ec75e58f4b92&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=9d4dda92-69fa-43c6-950b-a90d1a90705e&tw_document_href=http%3A%2F%2F127.0.0.1%3A40469%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1773922059736.26211941354742921&txn_id=ol7lz&type=javascript&version=2.3.50"
|
|
1382
1386
|
}
|
|
1383
1387
|
]
|
|
1384
1388
|
},
|
|
1385
1389
|
performance: {
|
|
1386
|
-
taskDurationMs:
|
|
1387
|
-
scriptDurationMs:
|
|
1388
|
-
heapDeltaKb:
|
|
1390
|
+
taskDurationMs: 16,
|
|
1391
|
+
scriptDurationMs: 2,
|
|
1392
|
+
heapDeltaKb: 1035
|
|
1389
1393
|
},
|
|
1390
1394
|
scripts: [
|
|
1391
1395
|
{
|
|
@@ -1393,38 +1397,38 @@ const xPixel = {
|
|
|
1393
1397
|
transferKb: 13.5,
|
|
1394
1398
|
decodedKb: 47.1,
|
|
1395
1399
|
encoding: "gzip",
|
|
1396
|
-
durationMs:
|
|
1400
|
+
durationMs: 71,
|
|
1397
1401
|
initiatorType: "script",
|
|
1398
1402
|
protocol: "unknown"
|
|
1399
1403
|
},
|
|
1400
1404
|
{
|
|
1401
|
-
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=
|
|
1405
|
+
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=ac7b41e3-6dac-4c47-bf2d-ec75e58f4b92&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=9d4dda92-69fa-43c6-950b-a90d1a90705e&tw_document_href=http%3A%2F%2F127.0.0.1%3A40469%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1773922059736.26211941354742921&txn_id=ol7lz&type=javascript&version=2.3.50",
|
|
1402
1406
|
transferKb: 0.6,
|
|
1403
1407
|
decodedKb: 0,
|
|
1404
1408
|
encoding: "none",
|
|
1405
|
-
durationMs:
|
|
1409
|
+
durationMs: 404,
|
|
1406
1410
|
initiatorType: "img",
|
|
1407
1411
|
protocol: "unknown"
|
|
1408
1412
|
},
|
|
1409
1413
|
{
|
|
1410
|
-
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=
|
|
1414
|
+
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=ac7b41e3-6dac-4c47-bf2d-ec75e58f4b92&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=9d4dda92-69fa-43c6-950b-a90d1a90705e&tw_document_href=http%3A%2F%2F127.0.0.1%3A40469%2FxPixel&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1773922059736.26211941354742921&txn_id=ol7lz&type=javascript&version=2.3.50",
|
|
1411
1415
|
transferKb: 1,
|
|
1412
1416
|
decodedKb: 0,
|
|
1413
1417
|
encoding: "none",
|
|
1414
|
-
durationMs:
|
|
1418
|
+
durationMs: 395,
|
|
1415
1419
|
initiatorType: "img",
|
|
1416
1420
|
protocol: "unknown"
|
|
1417
1421
|
}
|
|
1418
1422
|
]
|
|
1419
1423
|
};
|
|
1420
1424
|
const tiktokPixel = {
|
|
1421
|
-
totalTransferKb:
|
|
1422
|
-
totalDecodedKb:
|
|
1423
|
-
loadTimeMs:
|
|
1425
|
+
totalTransferKb: 1889.6,
|
|
1426
|
+
totalDecodedKb: 2365,
|
|
1427
|
+
loadTimeMs: 282,
|
|
1424
1428
|
collectsWebVitals: true,
|
|
1425
1429
|
apis: {
|
|
1426
1430
|
cookies: true,
|
|
1427
|
-
localStorage:
|
|
1431
|
+
localStorage: true,
|
|
1428
1432
|
sessionStorage: true,
|
|
1429
1433
|
indexedDB: false,
|
|
1430
1434
|
canvas: false,
|
|
@@ -1436,9 +1440,9 @@ const tiktokPixel = {
|
|
|
1436
1440
|
deviceMemory: false,
|
|
1437
1441
|
plugins: false,
|
|
1438
1442
|
languages: false,
|
|
1439
|
-
screen:
|
|
1440
|
-
timezone:
|
|
1441
|
-
platform:
|
|
1443
|
+
screen: true,
|
|
1444
|
+
timezone: true,
|
|
1445
|
+
platform: true,
|
|
1442
1446
|
vendor: false,
|
|
1443
1447
|
connection: true,
|
|
1444
1448
|
maxTouchPoints: false,
|
|
@@ -1452,12 +1456,12 @@ const tiktokPixel = {
|
|
|
1452
1456
|
serviceWorker: false,
|
|
1453
1457
|
cacheApi: false,
|
|
1454
1458
|
sendBeacon: true,
|
|
1455
|
-
fetch:
|
|
1456
|
-
xhr:
|
|
1459
|
+
fetch: true,
|
|
1460
|
+
xhr: true,
|
|
1457
1461
|
websocket: false,
|
|
1458
1462
|
mutationObserver: true,
|
|
1459
1463
|
performanceObserver: true,
|
|
1460
|
-
intersectionObserver:
|
|
1464
|
+
intersectionObserver: true
|
|
1461
1465
|
},
|
|
1462
1466
|
cookies: [
|
|
1463
1467
|
{
|
|
@@ -1478,7 +1482,7 @@ const tiktokPixel = {
|
|
|
1478
1482
|
"analytics.tiktok.com"
|
|
1479
1483
|
],
|
|
1480
1484
|
outboundBytes: 0,
|
|
1481
|
-
inboundBytes:
|
|
1485
|
+
inboundBytes: 151441,
|
|
1482
1486
|
injectedElements: [
|
|
1483
1487
|
{
|
|
1484
1488
|
tag: "script",
|
|
@@ -1491,9 +1495,9 @@ const tiktokPixel = {
|
|
|
1491
1495
|
]
|
|
1492
1496
|
},
|
|
1493
1497
|
performance: {
|
|
1494
|
-
taskDurationMs:
|
|
1495
|
-
scriptDurationMs:
|
|
1496
|
-
heapDeltaKb:
|
|
1498
|
+
taskDurationMs: 61,
|
|
1499
|
+
scriptDurationMs: 25,
|
|
1500
|
+
heapDeltaKb: 2297
|
|
1497
1501
|
},
|
|
1498
1502
|
scripts: [
|
|
1499
1503
|
{
|
|
@@ -1501,7 +1505,7 @@ const tiktokPixel = {
|
|
|
1501
1505
|
transferKb: 2.6,
|
|
1502
1506
|
decodedKb: 7.6,
|
|
1503
1507
|
encoding: "gzip",
|
|
1504
|
-
durationMs:
|
|
1508
|
+
durationMs: 282,
|
|
1505
1509
|
initiatorType: "script",
|
|
1506
1510
|
protocol: "unknown"
|
|
1507
1511
|
},
|
|
@@ -1510,25 +1514,43 @@ const tiktokPixel = {
|
|
|
1510
1514
|
transferKb: 105.8,
|
|
1511
1515
|
decodedKb: 463.4,
|
|
1512
1516
|
encoding: "gzip",
|
|
1513
|
-
durationMs:
|
|
1517
|
+
durationMs: 63,
|
|
1514
1518
|
initiatorType: "script",
|
|
1515
1519
|
protocol: "unknown"
|
|
1516
1520
|
},
|
|
1517
1521
|
{
|
|
1518
1522
|
url: "https://analytics.tiktok.com/i18n/pixel/static/identify_31760074.js",
|
|
1519
|
-
transferKb: 39.
|
|
1523
|
+
transferKb: 39.5,
|
|
1520
1524
|
decodedKb: 152,
|
|
1521
1525
|
encoding: "gzip",
|
|
1522
|
-
durationMs:
|
|
1526
|
+
durationMs: 32,
|
|
1523
1527
|
initiatorType: "script",
|
|
1524
1528
|
protocol: "unknown"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
url: "https://analytics.tiktok.com/i18n/pixel/config.js",
|
|
1532
|
+
transferKb: 0.3,
|
|
1533
|
+
decodedKb: 0.6,
|
|
1534
|
+
encoding: "gzip",
|
|
1535
|
+
durationMs: 0,
|
|
1536
|
+
initiatorType: "secondary",
|
|
1537
|
+
protocol: "unknown"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
url: "https://analytics.tiktok.com/i18n/pixel/eb.js",
|
|
1541
|
+
transferKb: 1741.4,
|
|
1542
|
+
decodedKb: 1741.4,
|
|
1543
|
+
encoding: "gzip",
|
|
1544
|
+
durationMs: 0,
|
|
1545
|
+
initiatorType: "secondary",
|
|
1546
|
+
protocol: "unknown"
|
|
1525
1547
|
}
|
|
1526
1548
|
]
|
|
1527
1549
|
};
|
|
1528
1550
|
const snapchatPixel = {
|
|
1529
1551
|
totalTransferKb: 1.3,
|
|
1530
1552
|
totalDecodedKb: 58.2,
|
|
1531
|
-
loadTimeMs:
|
|
1553
|
+
loadTimeMs: 583,
|
|
1532
1554
|
collectsWebVitals: false,
|
|
1533
1555
|
apis: {
|
|
1534
1556
|
cookies: true,
|
|
@@ -1554,7 +1576,7 @@ const snapchatPixel = {
|
|
|
1554
1576
|
mediaDevices: false,
|
|
1555
1577
|
getBattery: false,
|
|
1556
1578
|
referrer: true,
|
|
1557
|
-
windowName:
|
|
1579
|
+
windowName: true,
|
|
1558
1580
|
rtcPeerConnection: false,
|
|
1559
1581
|
geolocation: false,
|
|
1560
1582
|
serviceWorker: false,
|
|
@@ -1625,21 +1647,21 @@ const snapchatPixel = {
|
|
|
1625
1647
|
}
|
|
1626
1648
|
],
|
|
1627
1649
|
network: {
|
|
1628
|
-
requestCount:
|
|
1650
|
+
requestCount: 10,
|
|
1629
1651
|
domains: [
|
|
1630
1652
|
"pixel.tapad.com",
|
|
1631
1653
|
"sc-static.net",
|
|
1632
1654
|
"tr.snapchat.com"
|
|
1633
1655
|
],
|
|
1634
|
-
outboundBytes:
|
|
1656
|
+
outboundBytes: 3048,
|
|
1635
1657
|
inboundBytes: 26697,
|
|
1636
1658
|
injectedElements: [
|
|
1637
1659
|
]
|
|
1638
1660
|
},
|
|
1639
1661
|
performance: {
|
|
1640
|
-
taskDurationMs:
|
|
1641
|
-
scriptDurationMs:
|
|
1642
|
-
heapDeltaKb:
|
|
1662
|
+
taskDurationMs: 39,
|
|
1663
|
+
scriptDurationMs: 23,
|
|
1664
|
+
heapDeltaKb: 2461
|
|
1643
1665
|
},
|
|
1644
1666
|
scripts: [
|
|
1645
1667
|
{
|
|
@@ -1647,7 +1669,7 @@ const snapchatPixel = {
|
|
|
1647
1669
|
transferKb: 0,
|
|
1648
1670
|
decodedKb: 57.4,
|
|
1649
1671
|
encoding: "gzip",
|
|
1650
|
-
durationMs:
|
|
1672
|
+
durationMs: 583,
|
|
1651
1673
|
initiatorType: "script",
|
|
1652
1674
|
protocol: "unknown"
|
|
1653
1675
|
},
|
|
@@ -1656,16 +1678,16 @@ const snapchatPixel = {
|
|
|
1656
1678
|
transferKb: 0.3,
|
|
1657
1679
|
decodedKb: 0.1,
|
|
1658
1680
|
encoding: "none",
|
|
1659
|
-
durationMs:
|
|
1681
|
+
durationMs: 434,
|
|
1660
1682
|
initiatorType: "fetch",
|
|
1661
1683
|
protocol: "unknown"
|
|
1662
1684
|
},
|
|
1663
1685
|
{
|
|
1664
|
-
url: "https://tr.snapchat.com/cm/i?pid=2295cbcc-cb3f-4727-8c09-1133b742722c&u_scsid=
|
|
1686
|
+
url: "https://tr.snapchat.com/cm/i?pid=2295cbcc-cb3f-4727-8c09-1133b742722c&u_scsid=c6e75aa0-705d-410b-a9ee-7dd85a3050e4&u_sclid=c6a0639d-5685-4940-81bc-e78a728b00a8",
|
|
1665
1687
|
transferKb: 1,
|
|
1666
1688
|
decodedKb: 0.7,
|
|
1667
1689
|
encoding: "none",
|
|
1668
|
-
durationMs:
|
|
1690
|
+
durationMs: 203,
|
|
1669
1691
|
initiatorType: "iframe",
|
|
1670
1692
|
protocol: "unknown"
|
|
1671
1693
|
},
|
|
@@ -1683,7 +1705,7 @@ const snapchatPixel = {
|
|
|
1683
1705
|
const redditPixel = {
|
|
1684
1706
|
totalTransferKb: 19.5,
|
|
1685
1707
|
totalDecodedKb: 65.3,
|
|
1686
|
-
loadTimeMs:
|
|
1708
|
+
loadTimeMs: 466,
|
|
1687
1709
|
collectsWebVitals: false,
|
|
1688
1710
|
apis: {
|
|
1689
1711
|
cookies: true,
|
|
@@ -1732,14 +1754,18 @@ const redditPixel = {
|
|
|
1732
1754
|
"www.redditstatic.com"
|
|
1733
1755
|
],
|
|
1734
1756
|
outboundBytes: 0,
|
|
1735
|
-
inboundBytes:
|
|
1757
|
+
inboundBytes: 20077,
|
|
1736
1758
|
injectedElements: [
|
|
1759
|
+
{
|
|
1760
|
+
tag: "img",
|
|
1761
|
+
src: "https://alb.reddit.com/rp.gif?ts=1773922077055&id=a2_ilz4u0kbdr3v&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=1a4652ca-022c-4403-bb81-4e38d1080f71&aaid=&em=&pn=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=1280&sw=720&v=rdt_79aa2193&dpm=&dpcc=&dprc="
|
|
1762
|
+
}
|
|
1737
1763
|
]
|
|
1738
1764
|
},
|
|
1739
1765
|
performance: {
|
|
1740
|
-
taskDurationMs:
|
|
1766
|
+
taskDurationMs: 14,
|
|
1741
1767
|
scriptDurationMs: 6,
|
|
1742
|
-
heapDeltaKb:
|
|
1768
|
+
heapDeltaKb: 965
|
|
1743
1769
|
},
|
|
1744
1770
|
scripts: [
|
|
1745
1771
|
{
|
|
@@ -1747,7 +1773,7 @@ const redditPixel = {
|
|
|
1747
1773
|
transferKb: 18.8,
|
|
1748
1774
|
decodedKb: 65.3,
|
|
1749
1775
|
encoding: "gzip",
|
|
1750
|
-
durationMs:
|
|
1776
|
+
durationMs: 279,
|
|
1751
1777
|
initiatorType: "script",
|
|
1752
1778
|
protocol: "unknown"
|
|
1753
1779
|
},
|
|
@@ -1756,25 +1782,25 @@ const redditPixel = {
|
|
|
1756
1782
|
transferKb: 0.1,
|
|
1757
1783
|
decodedKb: 0,
|
|
1758
1784
|
encoding: "gzip",
|
|
1759
|
-
durationMs:
|
|
1785
|
+
durationMs: 137,
|
|
1760
1786
|
initiatorType: "xmlhttprequest",
|
|
1761
1787
|
protocol: "unknown"
|
|
1762
1788
|
},
|
|
1763
1789
|
{
|
|
1764
|
-
url: "https://alb.reddit.com/rp.gif?ts=
|
|
1790
|
+
url: "https://alb.reddit.com/rp.gif?ts=1773922077055&id=a2_ilz4u0kbdr3v&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=1a4652ca-022c-4403-bb81-4e38d1080f71&aaid=&em=&pn=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=1280&sw=720&v=rdt_79aa2193&dpm=&dpcc=&dprc=",
|
|
1765
1791
|
transferKb: 0.6,
|
|
1766
1792
|
decodedKb: 0,
|
|
1767
1793
|
encoding: "none",
|
|
1768
|
-
durationMs:
|
|
1794
|
+
durationMs: 466,
|
|
1769
1795
|
initiatorType: "img",
|
|
1770
1796
|
protocol: "unknown"
|
|
1771
1797
|
}
|
|
1772
1798
|
]
|
|
1773
1799
|
};
|
|
1774
1800
|
const googleAdsense = {
|
|
1775
|
-
totalTransferKb:
|
|
1776
|
-
totalDecodedKb:
|
|
1777
|
-
loadTimeMs:
|
|
1801
|
+
totalTransferKb: 69.8,
|
|
1802
|
+
totalDecodedKb: 198.2,
|
|
1803
|
+
loadTimeMs: 312,
|
|
1778
1804
|
collectsWebVitals: true,
|
|
1779
1805
|
apis: {
|
|
1780
1806
|
cookies: true,
|
|
@@ -1821,31 +1847,40 @@ const googleAdsense = {
|
|
|
1821
1847
|
"pagead2.googlesyndication.com"
|
|
1822
1848
|
],
|
|
1823
1849
|
outboundBytes: 0,
|
|
1824
|
-
inboundBytes:
|
|
1850
|
+
inboundBytes: 64712,
|
|
1825
1851
|
injectedElements: [
|
|
1826
1852
|
]
|
|
1827
1853
|
},
|
|
1828
1854
|
performance: {
|
|
1829
|
-
taskDurationMs:
|
|
1830
|
-
scriptDurationMs:
|
|
1831
|
-
heapDeltaKb:
|
|
1855
|
+
taskDurationMs: 14,
|
|
1856
|
+
scriptDurationMs: 6,
|
|
1857
|
+
heapDeltaKb: 1822
|
|
1832
1858
|
},
|
|
1833
1859
|
scripts: [
|
|
1834
1860
|
{
|
|
1835
1861
|
url: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",
|
|
1836
1862
|
transferKb: 63,
|
|
1837
|
-
decodedKb: 191.
|
|
1863
|
+
decodedKb: 191.4,
|
|
1838
1864
|
encoding: "br",
|
|
1839
|
-
durationMs:
|
|
1865
|
+
durationMs: 312,
|
|
1840
1866
|
initiatorType: "script",
|
|
1841
1867
|
protocol: "h2"
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
url: "https://pagead2.googlesyndication.com/pagead/js/err_rep.js",
|
|
1871
|
+
transferKb: 6.8,
|
|
1872
|
+
decodedKb: 6.8,
|
|
1873
|
+
encoding: "none",
|
|
1874
|
+
durationMs: 0,
|
|
1875
|
+
initiatorType: "secondary",
|
|
1876
|
+
protocol: "unknown"
|
|
1842
1877
|
}
|
|
1843
1878
|
]
|
|
1844
1879
|
};
|
|
1845
1880
|
const carbonAds = {
|
|
1846
1881
|
totalTransferKb: 10.4,
|
|
1847
1882
|
totalDecodedKb: 34.5,
|
|
1848
|
-
loadTimeMs:
|
|
1883
|
+
loadTimeMs: 235,
|
|
1849
1884
|
collectsWebVitals: false,
|
|
1850
1885
|
apis: {
|
|
1851
1886
|
cookies: true,
|
|
@@ -1892,14 +1927,14 @@ const carbonAds = {
|
|
|
1892
1927
|
"cdn.carbonads.com"
|
|
1893
1928
|
],
|
|
1894
1929
|
outboundBytes: 0,
|
|
1895
|
-
inboundBytes:
|
|
1930
|
+
inboundBytes: 10653,
|
|
1896
1931
|
injectedElements: [
|
|
1897
1932
|
]
|
|
1898
1933
|
},
|
|
1899
1934
|
performance: {
|
|
1900
|
-
taskDurationMs:
|
|
1935
|
+
taskDurationMs: 6,
|
|
1901
1936
|
scriptDurationMs: 1,
|
|
1902
|
-
heapDeltaKb:
|
|
1937
|
+
heapDeltaKb: 730
|
|
1903
1938
|
},
|
|
1904
1939
|
scripts: [
|
|
1905
1940
|
{
|
|
@@ -1907,16 +1942,16 @@ const carbonAds = {
|
|
|
1907
1942
|
transferKb: 10.4,
|
|
1908
1943
|
decodedKb: 34.5,
|
|
1909
1944
|
encoding: "gzip",
|
|
1910
|
-
durationMs:
|
|
1945
|
+
durationMs: 235,
|
|
1911
1946
|
initiatorType: "script",
|
|
1912
1947
|
protocol: "unknown"
|
|
1913
1948
|
}
|
|
1914
1949
|
]
|
|
1915
1950
|
};
|
|
1916
1951
|
const hotjar = {
|
|
1917
|
-
totalTransferKb:
|
|
1918
|
-
totalDecodedKb:
|
|
1919
|
-
loadTimeMs:
|
|
1952
|
+
totalTransferKb: 62.2,
|
|
1953
|
+
totalDecodedKb: 242.5,
|
|
1954
|
+
loadTimeMs: 347,
|
|
1920
1955
|
collectsWebVitals: false,
|
|
1921
1956
|
apis: {
|
|
1922
1957
|
cookies: true,
|
|
@@ -1963,14 +1998,14 @@ const hotjar = {
|
|
|
1963
1998
|
"static.hotjar.com"
|
|
1964
1999
|
],
|
|
1965
2000
|
outboundBytes: 0,
|
|
1966
|
-
inboundBytes:
|
|
2001
|
+
inboundBytes: 6344,
|
|
1967
2002
|
injectedElements: [
|
|
1968
2003
|
]
|
|
1969
2004
|
},
|
|
1970
2005
|
performance: {
|
|
1971
2006
|
taskDurationMs: 8,
|
|
1972
2007
|
scriptDurationMs: 1,
|
|
1973
|
-
heapDeltaKb:
|
|
2008
|
+
heapDeltaKb: 757
|
|
1974
2009
|
},
|
|
1975
2010
|
scripts: [
|
|
1976
2011
|
{
|
|
@@ -1978,16 +2013,25 @@ const hotjar = {
|
|
|
1978
2013
|
transferKb: 6.2,
|
|
1979
2014
|
decodedKb: 15,
|
|
1980
2015
|
encoding: "br",
|
|
1981
|
-
durationMs:
|
|
2016
|
+
durationMs: 347,
|
|
1982
2017
|
initiatorType: "script",
|
|
1983
2018
|
protocol: "unknown"
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
url: "https://script.hotjar.com/modules.a7ec23974042e4df49ed.js",
|
|
2022
|
+
transferKb: 56,
|
|
2023
|
+
decodedKb: 227.5,
|
|
2024
|
+
encoding: "br",
|
|
2025
|
+
durationMs: 0,
|
|
2026
|
+
initiatorType: "secondary",
|
|
2027
|
+
protocol: "unknown"
|
|
1984
2028
|
}
|
|
1985
2029
|
]
|
|
1986
2030
|
};
|
|
1987
2031
|
const clarity = {
|
|
1988
|
-
totalTransferKb: 27.
|
|
2032
|
+
totalTransferKb: 27.2,
|
|
1989
2033
|
totalDecodedKb: 80.2,
|
|
1990
|
-
loadTimeMs:
|
|
2034
|
+
loadTimeMs: 653,
|
|
1991
2035
|
collectsWebVitals: true,
|
|
1992
2036
|
apis: {
|
|
1993
2037
|
cookies: true,
|
|
@@ -2035,8 +2079,8 @@ const clarity = {
|
|
|
2035
2079
|
"scripts.clarity.ms",
|
|
2036
2080
|
"www.clarity.ms"
|
|
2037
2081
|
],
|
|
2038
|
-
outboundBytes:
|
|
2039
|
-
inboundBytes:
|
|
2082
|
+
outboundBytes: 761,
|
|
2083
|
+
inboundBytes: 27823,
|
|
2040
2084
|
injectedElements: [
|
|
2041
2085
|
{
|
|
2042
2086
|
tag: "script",
|
|
@@ -2045,17 +2089,17 @@ const clarity = {
|
|
|
2045
2089
|
]
|
|
2046
2090
|
},
|
|
2047
2091
|
performance: {
|
|
2048
|
-
taskDurationMs:
|
|
2049
|
-
scriptDurationMs:
|
|
2050
|
-
heapDeltaKb:
|
|
2092
|
+
taskDurationMs: 20,
|
|
2093
|
+
scriptDurationMs: 10,
|
|
2094
|
+
heapDeltaKb: 1198
|
|
2051
2095
|
},
|
|
2052
2096
|
scripts: [
|
|
2053
2097
|
{
|
|
2054
2098
|
url: "https://www.clarity.ms/tag/mqk2m9dr2v",
|
|
2055
|
-
transferKb: 0.
|
|
2099
|
+
transferKb: 0.8,
|
|
2056
2100
|
decodedKb: 0.6,
|
|
2057
2101
|
encoding: "none",
|
|
2058
|
-
durationMs:
|
|
2102
|
+
durationMs: 517,
|
|
2059
2103
|
initiatorType: "script",
|
|
2060
2104
|
protocol: "unknown"
|
|
2061
2105
|
},
|
|
@@ -2064,7 +2108,7 @@ const clarity = {
|
|
|
2064
2108
|
transferKb: 26.1,
|
|
2065
2109
|
decodedKb: 79.6,
|
|
2066
2110
|
encoding: "br",
|
|
2067
|
-
durationMs:
|
|
2111
|
+
durationMs: 653,
|
|
2068
2112
|
initiatorType: "script",
|
|
2069
2113
|
protocol: "unknown"
|
|
2070
2114
|
},
|
|
@@ -2073,7 +2117,7 @@ const clarity = {
|
|
|
2073
2117
|
transferKb: 0.3,
|
|
2074
2118
|
decodedKb: 0,
|
|
2075
2119
|
encoding: "none",
|
|
2076
|
-
durationMs:
|
|
2120
|
+
durationMs: 630,
|
|
2077
2121
|
initiatorType: "xmlhttprequest",
|
|
2078
2122
|
protocol: "unknown"
|
|
2079
2123
|
}
|
|
@@ -2082,7 +2126,7 @@ const clarity = {
|
|
|
2082
2126
|
const googleTagManager = {
|
|
2083
2127
|
totalTransferKb: 108.6,
|
|
2084
2128
|
totalDecodedKb: 302.5,
|
|
2085
|
-
loadTimeMs:
|
|
2129
|
+
loadTimeMs: 470,
|
|
2086
2130
|
collectsWebVitals: false,
|
|
2087
2131
|
apis: {
|
|
2088
2132
|
cookies: true,
|
|
@@ -2111,7 +2155,7 @@ const googleTagManager = {
|
|
|
2111
2155
|
windowName: true,
|
|
2112
2156
|
rtcPeerConnection: false,
|
|
2113
2157
|
geolocation: false,
|
|
2114
|
-
serviceWorker:
|
|
2158
|
+
serviceWorker: false,
|
|
2115
2159
|
cacheApi: false,
|
|
2116
2160
|
sendBeacon: true,
|
|
2117
2161
|
fetch: true,
|
|
@@ -2129,14 +2173,14 @@ const googleTagManager = {
|
|
|
2129
2173
|
"www.googletagmanager.com"
|
|
2130
2174
|
],
|
|
2131
2175
|
outboundBytes: 0,
|
|
2132
|
-
inboundBytes:
|
|
2176
|
+
inboundBytes: 111230,
|
|
2133
2177
|
injectedElements: [
|
|
2134
2178
|
]
|
|
2135
2179
|
},
|
|
2136
2180
|
performance: {
|
|
2137
2181
|
taskDurationMs: 16,
|
|
2138
|
-
scriptDurationMs:
|
|
2139
|
-
heapDeltaKb:
|
|
2182
|
+
scriptDurationMs: 7,
|
|
2183
|
+
heapDeltaKb: 1812
|
|
2140
2184
|
},
|
|
2141
2185
|
scripts: [
|
|
2142
2186
|
{
|
|
@@ -2144,16 +2188,16 @@ const googleTagManager = {
|
|
|
2144
2188
|
transferKb: 108.6,
|
|
2145
2189
|
decodedKb: 302.5,
|
|
2146
2190
|
encoding: "zstd",
|
|
2147
|
-
durationMs:
|
|
2191
|
+
durationMs: 470,
|
|
2148
2192
|
initiatorType: "script",
|
|
2149
2193
|
protocol: "unknown"
|
|
2150
2194
|
}
|
|
2151
2195
|
]
|
|
2152
2196
|
};
|
|
2153
2197
|
const intercom = {
|
|
2154
|
-
totalTransferKb:
|
|
2155
|
-
totalDecodedKb:
|
|
2156
|
-
loadTimeMs:
|
|
2198
|
+
totalTransferKb: 9669.5,
|
|
2199
|
+
totalDecodedKb: 10437.8,
|
|
2200
|
+
loadTimeMs: 746,
|
|
2157
2201
|
collectsWebVitals: false,
|
|
2158
2202
|
apis: {
|
|
2159
2203
|
cookies: true,
|
|
@@ -2164,12 +2208,12 @@ const intercom = {
|
|
|
2164
2208
|
webgl: false,
|
|
2165
2209
|
audioContext: false,
|
|
2166
2210
|
userAgent: true,
|
|
2167
|
-
doNotTrack:
|
|
2211
|
+
doNotTrack: true,
|
|
2168
2212
|
hardwareConcurrency: false,
|
|
2169
2213
|
deviceMemory: false,
|
|
2170
2214
|
plugins: false,
|
|
2171
2215
|
languages: false,
|
|
2172
|
-
screen:
|
|
2216
|
+
screen: true,
|
|
2173
2217
|
timezone: true,
|
|
2174
2218
|
platform: true,
|
|
2175
2219
|
vendor: true,
|
|
@@ -2184,10 +2228,10 @@ const intercom = {
|
|
|
2184
2228
|
geolocation: false,
|
|
2185
2229
|
serviceWorker: false,
|
|
2186
2230
|
cacheApi: false,
|
|
2187
|
-
sendBeacon:
|
|
2231
|
+
sendBeacon: true,
|
|
2188
2232
|
fetch: true,
|
|
2189
2233
|
xhr: true,
|
|
2190
|
-
websocket:
|
|
2234
|
+
websocket: true,
|
|
2191
2235
|
mutationObserver: true,
|
|
2192
2236
|
performanceObserver: false,
|
|
2193
2237
|
intersectionObserver: false
|
|
@@ -2200,14 +2244,14 @@ const intercom = {
|
|
|
2200
2244
|
"widget.intercom.io"
|
|
2201
2245
|
],
|
|
2202
2246
|
outboundBytes: 0,
|
|
2203
|
-
inboundBytes:
|
|
2247
|
+
inboundBytes: 3706,
|
|
2204
2248
|
injectedElements: [
|
|
2205
2249
|
]
|
|
2206
2250
|
},
|
|
2207
2251
|
performance: {
|
|
2208
|
-
taskDurationMs:
|
|
2252
|
+
taskDurationMs: 7,
|
|
2209
2253
|
scriptDurationMs: 0,
|
|
2210
|
-
heapDeltaKb:
|
|
2254
|
+
heapDeltaKb: 726
|
|
2211
2255
|
},
|
|
2212
2256
|
scripts: [
|
|
2213
2257
|
{
|
|
@@ -2215,16 +2259,52 @@ const intercom = {
|
|
|
2215
2259
|
transferKb: 3.6,
|
|
2216
2260
|
decodedKb: 7.4,
|
|
2217
2261
|
encoding: "gzip",
|
|
2218
|
-
durationMs:
|
|
2262
|
+
durationMs: 746,
|
|
2219
2263
|
initiatorType: "script",
|
|
2220
2264
|
protocol: "unknown"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
url: "https://js.intercomcdn.com/intersection/assets/app.js",
|
|
2268
|
+
transferKb: 7165.2,
|
|
2269
|
+
decodedKb: 7165.2,
|
|
2270
|
+
encoding: "br",
|
|
2271
|
+
durationMs: 0,
|
|
2272
|
+
initiatorType: "secondary",
|
|
2273
|
+
protocol: "unknown"
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
url: "https://js.intercomcdn.com/intersection/assets/styles.js",
|
|
2277
|
+
transferKb: 2167.9,
|
|
2278
|
+
decodedKb: 2167.9,
|
|
2279
|
+
encoding: "br",
|
|
2280
|
+
durationMs: 0,
|
|
2281
|
+
initiatorType: "secondary",
|
|
2282
|
+
protocol: "unknown"
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
url: "https://js.intercomcdn.com/vendor-modern.1d25c940.js",
|
|
2286
|
+
transferKb: 142.8,
|
|
2287
|
+
decodedKb: 467,
|
|
2288
|
+
encoding: "gzip",
|
|
2289
|
+
durationMs: 0,
|
|
2290
|
+
initiatorType: "secondary",
|
|
2291
|
+
protocol: "unknown"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
url: "https://js.intercomcdn.com/frame-modern.44cf15aa.js",
|
|
2295
|
+
transferKb: 190,
|
|
2296
|
+
decodedKb: 630.3,
|
|
2297
|
+
encoding: "gzip",
|
|
2298
|
+
durationMs: 0,
|
|
2299
|
+
initiatorType: "secondary",
|
|
2300
|
+
protocol: "unknown"
|
|
2221
2301
|
}
|
|
2222
2302
|
]
|
|
2223
2303
|
};
|
|
2224
2304
|
const crisp = {
|
|
2225
|
-
totalTransferKb:
|
|
2226
|
-
totalDecodedKb:
|
|
2227
|
-
loadTimeMs:
|
|
2305
|
+
totalTransferKb: 324.9,
|
|
2306
|
+
totalDecodedKb: 329.1,
|
|
2307
|
+
loadTimeMs: 349,
|
|
2228
2308
|
collectsWebVitals: false,
|
|
2229
2309
|
apis: {
|
|
2230
2310
|
cookies: true,
|
|
@@ -2252,7 +2332,7 @@ const crisp = {
|
|
|
2252
2332
|
referrer: true,
|
|
2253
2333
|
windowName: false,
|
|
2254
2334
|
rtcPeerConnection: true,
|
|
2255
|
-
geolocation:
|
|
2335
|
+
geolocation: false,
|
|
2256
2336
|
serviceWorker: false,
|
|
2257
2337
|
cacheApi: false,
|
|
2258
2338
|
sendBeacon: false,
|
|
@@ -2271,14 +2351,14 @@ const crisp = {
|
|
|
2271
2351
|
"client.crisp.chat"
|
|
2272
2352
|
],
|
|
2273
2353
|
outboundBytes: 0,
|
|
2274
|
-
inboundBytes:
|
|
2354
|
+
inboundBytes: 3374,
|
|
2275
2355
|
injectedElements: [
|
|
2276
2356
|
]
|
|
2277
2357
|
},
|
|
2278
2358
|
performance: {
|
|
2279
2359
|
taskDurationMs: 7,
|
|
2280
2360
|
scriptDurationMs: 1,
|
|
2281
|
-
heapDeltaKb:
|
|
2361
|
+
heapDeltaKb: 741
|
|
2282
2362
|
},
|
|
2283
2363
|
scripts: [
|
|
2284
2364
|
{
|
|
@@ -2286,16 +2366,25 @@ const crisp = {
|
|
|
2286
2366
|
transferKb: 3.3,
|
|
2287
2367
|
decodedKb: 7.5,
|
|
2288
2368
|
encoding: "br",
|
|
2289
|
-
durationMs:
|
|
2369
|
+
durationMs: 349,
|
|
2290
2370
|
initiatorType: "script",
|
|
2291
2371
|
protocol: "unknown"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
url: "https://client.crisp.chat/static/javascripts/client_default_db1a904.js",
|
|
2375
|
+
transferKb: 321.6,
|
|
2376
|
+
decodedKb: 321.6,
|
|
2377
|
+
encoding: "br",
|
|
2378
|
+
durationMs: 0,
|
|
2379
|
+
initiatorType: "secondary",
|
|
2380
|
+
protocol: "unknown"
|
|
2292
2381
|
}
|
|
2293
2382
|
]
|
|
2294
2383
|
};
|
|
2295
2384
|
const stripe = {
|
|
2296
|
-
totalTransferKb:
|
|
2297
|
-
totalDecodedKb: 926.
|
|
2298
|
-
loadTimeMs:
|
|
2385
|
+
totalTransferKb: 215.4,
|
|
2386
|
+
totalDecodedKb: 926.5,
|
|
2387
|
+
loadTimeMs: 160,
|
|
2299
2388
|
collectsWebVitals: false,
|
|
2300
2389
|
apis: {
|
|
2301
2390
|
cookies: true,
|
|
@@ -2335,38 +2424,62 @@ const stripe = {
|
|
|
2335
2424
|
intersectionObserver: true
|
|
2336
2425
|
},
|
|
2337
2426
|
cookies: [
|
|
2427
|
+
{
|
|
2428
|
+
name: "m",
|
|
2429
|
+
domain: "m.stripe.com",
|
|
2430
|
+
path: "/",
|
|
2431
|
+
httpOnly: true,
|
|
2432
|
+
secure: true,
|
|
2433
|
+
sameSite: "None",
|
|
2434
|
+
session: false,
|
|
2435
|
+
lifetimeDays: 400,
|
|
2436
|
+
firstParty: false
|
|
2437
|
+
}
|
|
2338
2438
|
],
|
|
2339
2439
|
network: {
|
|
2340
|
-
requestCount:
|
|
2440
|
+
requestCount: 2,
|
|
2341
2441
|
domains: [
|
|
2342
2442
|
"js.stripe.com"
|
|
2343
2443
|
],
|
|
2344
2444
|
outboundBytes: 0,
|
|
2345
|
-
inboundBytes:
|
|
2445
|
+
inboundBytes: 220514,
|
|
2346
2446
|
injectedElements: [
|
|
2447
|
+
{
|
|
2448
|
+
tag: "iframe",
|
|
2449
|
+
src: "https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=http%3A%2F%2F127.0.0.1%3A40469%2Fstripe&title=&referrer=&muid=NA&sid=NA&version=6&preview=false&__shared_params__[version]=v3"
|
|
2450
|
+
}
|
|
2347
2451
|
]
|
|
2348
2452
|
},
|
|
2349
2453
|
performance: {
|
|
2350
|
-
taskDurationMs:
|
|
2351
|
-
scriptDurationMs:
|
|
2352
|
-
heapDeltaKb:
|
|
2454
|
+
taskDurationMs: 148,
|
|
2455
|
+
scriptDurationMs: 17,
|
|
2456
|
+
heapDeltaKb: 4353
|
|
2353
2457
|
},
|
|
2354
2458
|
scripts: [
|
|
2355
2459
|
{
|
|
2356
2460
|
url: "https://js.stripe.com/v3/",
|
|
2357
|
-
transferKb: 214,
|
|
2461
|
+
transferKb: 214.9,
|
|
2358
2462
|
decodedKb: 926.3,
|
|
2359
2463
|
encoding: "br",
|
|
2360
|
-
durationMs:
|
|
2464
|
+
durationMs: 160,
|
|
2361
2465
|
initiatorType: "script",
|
|
2362
2466
|
protocol: "h2"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
url: "https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=http%3A%2F%2F127.0.0.1%3A40469%2Fstripe&title=&referrer=&muid=NA&sid=NA&version=6&preview=false&__shared_params__[version]=v3",
|
|
2470
|
+
transferKb: 0.5,
|
|
2471
|
+
decodedKb: 0.2,
|
|
2472
|
+
encoding: "none",
|
|
2473
|
+
durationMs: 30,
|
|
2474
|
+
initiatorType: "iframe",
|
|
2475
|
+
protocol: "h2"
|
|
2363
2476
|
}
|
|
2364
2477
|
]
|
|
2365
2478
|
};
|
|
2366
2479
|
const lemonSqueezy = {
|
|
2367
2480
|
totalTransferKb: 1.8,
|
|
2368
2481
|
totalDecodedKb: 3.8,
|
|
2369
|
-
loadTimeMs:
|
|
2482
|
+
loadTimeMs: 227,
|
|
2370
2483
|
collectsWebVitals: false,
|
|
2371
2484
|
apis: {
|
|
2372
2485
|
cookies: true,
|
|
@@ -2413,14 +2526,14 @@ const lemonSqueezy = {
|
|
|
2413
2526
|
"assets.lemonsqueezy.com"
|
|
2414
2527
|
],
|
|
2415
2528
|
outboundBytes: 0,
|
|
2416
|
-
inboundBytes:
|
|
2529
|
+
inboundBytes: 1831,
|
|
2417
2530
|
injectedElements: [
|
|
2418
2531
|
]
|
|
2419
2532
|
},
|
|
2420
2533
|
performance: {
|
|
2421
|
-
taskDurationMs:
|
|
2534
|
+
taskDurationMs: 6,
|
|
2422
2535
|
scriptDurationMs: 0,
|
|
2423
|
-
heapDeltaKb:
|
|
2536
|
+
heapDeltaKb: 720
|
|
2424
2537
|
},
|
|
2425
2538
|
scripts: [
|
|
2426
2539
|
{
|
|
@@ -2428,49 +2541,49 @@ const lemonSqueezy = {
|
|
|
2428
2541
|
transferKb: 1.8,
|
|
2429
2542
|
decodedKb: 3.8,
|
|
2430
2543
|
encoding: "br",
|
|
2431
|
-
durationMs:
|
|
2544
|
+
durationMs: 227,
|
|
2432
2545
|
initiatorType: "script",
|
|
2433
2546
|
protocol: "unknown"
|
|
2434
2547
|
}
|
|
2435
2548
|
]
|
|
2436
2549
|
};
|
|
2437
2550
|
const paypal = {
|
|
2438
|
-
totalTransferKb:
|
|
2439
|
-
totalDecodedKb:
|
|
2440
|
-
loadTimeMs:
|
|
2551
|
+
totalTransferKb: 95.2,
|
|
2552
|
+
totalDecodedKb: 288.8,
|
|
2553
|
+
loadTimeMs: 276,
|
|
2441
2554
|
collectsWebVitals: false,
|
|
2442
2555
|
apis: {
|
|
2443
|
-
cookies:
|
|
2444
|
-
localStorage:
|
|
2556
|
+
cookies: true,
|
|
2557
|
+
localStorage: true,
|
|
2445
2558
|
sessionStorage: false,
|
|
2446
|
-
indexedDB:
|
|
2447
|
-
canvas:
|
|
2448
|
-
webgl:
|
|
2559
|
+
indexedDB: true,
|
|
2560
|
+
canvas: true,
|
|
2561
|
+
webgl: true,
|
|
2449
2562
|
audioContext: false,
|
|
2450
2563
|
userAgent: true,
|
|
2451
2564
|
doNotTrack: false,
|
|
2452
|
-
hardwareConcurrency:
|
|
2453
|
-
deviceMemory:
|
|
2454
|
-
plugins:
|
|
2565
|
+
hardwareConcurrency: true,
|
|
2566
|
+
deviceMemory: true,
|
|
2567
|
+
plugins: true,
|
|
2455
2568
|
languages: true,
|
|
2456
2569
|
screen: false,
|
|
2457
|
-
timezone:
|
|
2570
|
+
timezone: true,
|
|
2458
2571
|
platform: false,
|
|
2459
|
-
vendor:
|
|
2572
|
+
vendor: true,
|
|
2460
2573
|
connection: true,
|
|
2461
|
-
maxTouchPoints:
|
|
2462
|
-
devicePixelRatio:
|
|
2463
|
-
mediaDevices:
|
|
2574
|
+
maxTouchPoints: true,
|
|
2575
|
+
devicePixelRatio: true,
|
|
2576
|
+
mediaDevices: true,
|
|
2464
2577
|
getBattery: false,
|
|
2465
|
-
referrer:
|
|
2578
|
+
referrer: true,
|
|
2466
2579
|
windowName: false,
|
|
2467
|
-
rtcPeerConnection:
|
|
2468
|
-
geolocation:
|
|
2469
|
-
serviceWorker:
|
|
2580
|
+
rtcPeerConnection: true,
|
|
2581
|
+
geolocation: true,
|
|
2582
|
+
serviceWorker: true,
|
|
2470
2583
|
cacheApi: false,
|
|
2471
2584
|
sendBeacon: true,
|
|
2472
2585
|
fetch: true,
|
|
2473
|
-
xhr:
|
|
2586
|
+
xhr: true,
|
|
2474
2587
|
websocket: false,
|
|
2475
2588
|
mutationObserver: false,
|
|
2476
2589
|
performanceObserver: false,
|
|
@@ -2484,31 +2597,49 @@ const paypal = {
|
|
|
2484
2597
|
"www.paypal.com"
|
|
2485
2598
|
],
|
|
2486
2599
|
outboundBytes: 0,
|
|
2487
|
-
inboundBytes:
|
|
2600
|
+
inboundBytes: 49707,
|
|
2488
2601
|
injectedElements: [
|
|
2489
2602
|
]
|
|
2490
2603
|
},
|
|
2491
2604
|
performance: {
|
|
2492
|
-
taskDurationMs:
|
|
2493
|
-
scriptDurationMs:
|
|
2494
|
-
heapDeltaKb:
|
|
2605
|
+
taskDurationMs: 21,
|
|
2606
|
+
scriptDurationMs: 12,
|
|
2607
|
+
heapDeltaKb: 1682
|
|
2495
2608
|
},
|
|
2496
2609
|
scripts: [
|
|
2497
2610
|
{
|
|
2498
2611
|
url: "https://www.paypal.com/web-sdk/v6/core",
|
|
2499
|
-
transferKb: 48.
|
|
2612
|
+
transferKb: 48.5,
|
|
2500
2613
|
decodedKb: 148,
|
|
2501
|
-
encoding: "
|
|
2502
|
-
durationMs:
|
|
2614
|
+
encoding: "br",
|
|
2615
|
+
durationMs: 276,
|
|
2503
2616
|
initiatorType: "script",
|
|
2504
2617
|
protocol: "unknown"
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
url: "https://c.paypal.com/da/r/fb.js?${d}`:",
|
|
2621
|
+
transferKb: 23.3,
|
|
2622
|
+
decodedKb: 70.4,
|
|
2623
|
+
encoding: "gzip",
|
|
2624
|
+
durationMs: 0,
|
|
2625
|
+
initiatorType: "secondary",
|
|
2626
|
+
protocol: "unknown"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
url: "https://c.paypal.com/da/r/fb.js",
|
|
2630
|
+
transferKb: 23.4,
|
|
2631
|
+
decodedKb: 70.4,
|
|
2632
|
+
encoding: "gzip",
|
|
2633
|
+
durationMs: 0,
|
|
2634
|
+
initiatorType: "secondary",
|
|
2635
|
+
protocol: "unknown"
|
|
2505
2636
|
}
|
|
2506
2637
|
]
|
|
2507
2638
|
};
|
|
2508
2639
|
const vimeoPlayer = {
|
|
2509
2640
|
totalTransferKb: 8.9,
|
|
2510
2641
|
totalDecodedKb: 23.8,
|
|
2511
|
-
loadTimeMs:
|
|
2642
|
+
loadTimeMs: 178,
|
|
2512
2643
|
collectsWebVitals: false,
|
|
2513
2644
|
apis: {
|
|
2514
2645
|
cookies: false,
|
|
@@ -2542,7 +2673,7 @@ const vimeoPlayer = {
|
|
|
2542
2673
|
sendBeacon: false,
|
|
2543
2674
|
fetch: false,
|
|
2544
2675
|
xhr: true,
|
|
2545
|
-
websocket:
|
|
2676
|
+
websocket: false,
|
|
2546
2677
|
mutationObserver: false,
|
|
2547
2678
|
performanceObserver: false,
|
|
2548
2679
|
intersectionObserver: false
|
|
@@ -2583,8 +2714,8 @@ const vimeoPlayer = {
|
|
|
2583
2714
|
},
|
|
2584
2715
|
performance: {
|
|
2585
2716
|
taskDurationMs: 7,
|
|
2586
|
-
scriptDurationMs:
|
|
2587
|
-
heapDeltaKb:
|
|
2717
|
+
scriptDurationMs: 1,
|
|
2718
|
+
heapDeltaKb: 742
|
|
2588
2719
|
},
|
|
2589
2720
|
scripts: [
|
|
2590
2721
|
{
|
|
@@ -2592,16 +2723,16 @@ const vimeoPlayer = {
|
|
|
2592
2723
|
transferKb: 8.9,
|
|
2593
2724
|
decodedKb: 23.8,
|
|
2594
2725
|
encoding: "gzip",
|
|
2595
|
-
durationMs:
|
|
2726
|
+
durationMs: 178,
|
|
2596
2727
|
initiatorType: "script",
|
|
2597
2728
|
protocol: "unknown"
|
|
2598
2729
|
}
|
|
2599
2730
|
]
|
|
2600
2731
|
};
|
|
2601
2732
|
const youtubePlayer = {
|
|
2602
|
-
totalTransferKb:
|
|
2733
|
+
totalTransferKb: 13.9,
|
|
2603
2734
|
totalDecodedKb: 32.4,
|
|
2604
|
-
loadTimeMs:
|
|
2735
|
+
loadTimeMs: 309,
|
|
2605
2736
|
collectsWebVitals: false,
|
|
2606
2737
|
apis: {
|
|
2607
2738
|
cookies: false,
|
|
@@ -2611,7 +2742,7 @@ const youtubePlayer = {
|
|
|
2611
2742
|
canvas: false,
|
|
2612
2743
|
webgl: false,
|
|
2613
2744
|
audioContext: false,
|
|
2614
|
-
userAgent:
|
|
2745
|
+
userAgent: false,
|
|
2615
2746
|
doNotTrack: false,
|
|
2616
2747
|
hardwareConcurrency: false,
|
|
2617
2748
|
deviceMemory: false,
|
|
@@ -2703,7 +2834,7 @@ const youtubePlayer = {
|
|
|
2703
2834
|
"www.youtube.com"
|
|
2704
2835
|
],
|
|
2705
2836
|
outboundBytes: 0,
|
|
2706
|
-
inboundBytes:
|
|
2837
|
+
inboundBytes: 14257,
|
|
2707
2838
|
injectedElements: [
|
|
2708
2839
|
{
|
|
2709
2840
|
tag: "script",
|
|
@@ -2712,17 +2843,17 @@ const youtubePlayer = {
|
|
|
2712
2843
|
]
|
|
2713
2844
|
},
|
|
2714
2845
|
performance: {
|
|
2715
|
-
taskDurationMs:
|
|
2846
|
+
taskDurationMs: 7,
|
|
2716
2847
|
scriptDurationMs: 1,
|
|
2717
|
-
heapDeltaKb:
|
|
2848
|
+
heapDeltaKb: 811
|
|
2718
2849
|
},
|
|
2719
2850
|
scripts: [
|
|
2720
2851
|
{
|
|
2721
2852
|
url: "https://www.youtube.com/iframe_api",
|
|
2722
|
-
transferKb: 3.
|
|
2853
|
+
transferKb: 3.3,
|
|
2723
2854
|
decodedKb: 1,
|
|
2724
2855
|
encoding: "br",
|
|
2725
|
-
durationMs:
|
|
2856
|
+
durationMs: 309,
|
|
2726
2857
|
initiatorType: "script",
|
|
2727
2858
|
protocol: "unknown"
|
|
2728
2859
|
},
|
|
@@ -2731,7 +2862,7 @@ const youtubePlayer = {
|
|
|
2731
2862
|
transferKb: 10.6,
|
|
2732
2863
|
decodedKb: 31.4,
|
|
2733
2864
|
encoding: "br",
|
|
2734
|
-
durationMs:
|
|
2865
|
+
durationMs: 22,
|
|
2735
2866
|
initiatorType: "script",
|
|
2736
2867
|
protocol: "unknown"
|
|
2737
2868
|
}
|
|
@@ -2862,11 +2993,11 @@ const npm = {
|
|
|
2862
2993
|
const googleRecaptcha = {
|
|
2863
2994
|
totalTransferKb: 363.9,
|
|
2864
2995
|
totalDecodedKb: 852,
|
|
2865
|
-
loadTimeMs:
|
|
2996
|
+
loadTimeMs: 245,
|
|
2866
2997
|
collectsWebVitals: false,
|
|
2867
2998
|
apis: {
|
|
2868
|
-
cookies:
|
|
2869
|
-
localStorage:
|
|
2999
|
+
cookies: false,
|
|
3000
|
+
localStorage: false,
|
|
2870
3001
|
sessionStorage: true,
|
|
2871
3002
|
indexedDB: false,
|
|
2872
3003
|
canvas: false,
|
|
@@ -2919,9 +3050,9 @@ const googleRecaptcha = {
|
|
|
2919
3050
|
]
|
|
2920
3051
|
},
|
|
2921
3052
|
performance: {
|
|
2922
|
-
taskDurationMs:
|
|
2923
|
-
scriptDurationMs:
|
|
2924
|
-
heapDeltaKb:
|
|
3053
|
+
taskDurationMs: 68,
|
|
3054
|
+
scriptDurationMs: 38,
|
|
3055
|
+
heapDeltaKb: 2990
|
|
2925
3056
|
},
|
|
2926
3057
|
scripts: [
|
|
2927
3058
|
{
|
|
@@ -2929,7 +3060,7 @@ const googleRecaptcha = {
|
|
|
2929
3060
|
transferKb: 1.5,
|
|
2930
3061
|
decodedKb: 1.5,
|
|
2931
3062
|
encoding: "gzip",
|
|
2932
|
-
durationMs:
|
|
3063
|
+
durationMs: 245,
|
|
2933
3064
|
initiatorType: "script",
|
|
2934
3065
|
protocol: "unknown"
|
|
2935
3066
|
},
|
|
@@ -2938,7 +3069,7 @@ const googleRecaptcha = {
|
|
|
2938
3069
|
transferKb: 362.4,
|
|
2939
3070
|
decodedKb: 850.5,
|
|
2940
3071
|
encoding: "gzip",
|
|
2941
|
-
durationMs:
|
|
3072
|
+
durationMs: 232,
|
|
2942
3073
|
initiatorType: "script",
|
|
2943
3074
|
protocol: "h2"
|
|
2944
3075
|
}
|
|
@@ -2947,10 +3078,10 @@ const googleRecaptcha = {
|
|
|
2947
3078
|
const googleSignIn = {
|
|
2948
3079
|
totalTransferKb: 92.1,
|
|
2949
3080
|
totalDecodedKb: 247.6,
|
|
2950
|
-
loadTimeMs:
|
|
3081
|
+
loadTimeMs: 619,
|
|
2951
3082
|
collectsWebVitals: false,
|
|
2952
3083
|
apis: {
|
|
2953
|
-
cookies:
|
|
3084
|
+
cookies: false,
|
|
2954
3085
|
localStorage: false,
|
|
2955
3086
|
sessionStorage: true,
|
|
2956
3087
|
indexedDB: false,
|
|
@@ -2994,14 +3125,14 @@ const googleSignIn = {
|
|
|
2994
3125
|
"accounts.google.com"
|
|
2995
3126
|
],
|
|
2996
3127
|
outboundBytes: 0,
|
|
2997
|
-
inboundBytes:
|
|
3128
|
+
inboundBytes: 94339,
|
|
2998
3129
|
injectedElements: [
|
|
2999
3130
|
]
|
|
3000
3131
|
},
|
|
3001
3132
|
performance: {
|
|
3002
|
-
taskDurationMs:
|
|
3003
|
-
scriptDurationMs:
|
|
3004
|
-
heapDeltaKb:
|
|
3133
|
+
taskDurationMs: 11,
|
|
3134
|
+
scriptDurationMs: 2,
|
|
3135
|
+
heapDeltaKb: 1210
|
|
3005
3136
|
},
|
|
3006
3137
|
scripts: [
|
|
3007
3138
|
{
|
|
@@ -3009,7 +3140,7 @@ const googleSignIn = {
|
|
|
3009
3140
|
transferKb: 92.1,
|
|
3010
3141
|
decodedKb: 247.6,
|
|
3011
3142
|
encoding: "gzip",
|
|
3012
|
-
durationMs:
|
|
3143
|
+
durationMs: 619,
|
|
3013
3144
|
initiatorType: "script",
|
|
3014
3145
|
protocol: "unknown"
|
|
3015
3146
|
}
|
|
@@ -3079,7 +3210,7 @@ const blueskyEmbed = {
|
|
|
3079
3210
|
const instagramEmbed = {
|
|
3080
3211
|
totalTransferKb: 33.9,
|
|
3081
3212
|
totalDecodedKb: 102.2,
|
|
3082
|
-
loadTimeMs:
|
|
3213
|
+
loadTimeMs: 359,
|
|
3083
3214
|
collectsWebVitals: false,
|
|
3084
3215
|
apis: {
|
|
3085
3216
|
cookies: false,
|
|
@@ -3126,14 +3257,14 @@ const instagramEmbed = {
|
|
|
3126
3257
|
"www.instagram.com"
|
|
3127
3258
|
],
|
|
3128
3259
|
outboundBytes: 0,
|
|
3129
|
-
inboundBytes:
|
|
3260
|
+
inboundBytes: 36789,
|
|
3130
3261
|
injectedElements: [
|
|
3131
3262
|
]
|
|
3132
3263
|
},
|
|
3133
3264
|
performance: {
|
|
3134
|
-
taskDurationMs:
|
|
3135
|
-
scriptDurationMs:
|
|
3136
|
-
heapDeltaKb:
|
|
3265
|
+
taskDurationMs: 12,
|
|
3266
|
+
scriptDurationMs: 5,
|
|
3267
|
+
heapDeltaKb: 886
|
|
3137
3268
|
},
|
|
3138
3269
|
scripts: [
|
|
3139
3270
|
{
|
|
@@ -3141,7 +3272,7 @@ const instagramEmbed = {
|
|
|
3141
3272
|
transferKb: 33.9,
|
|
3142
3273
|
decodedKb: 102.2,
|
|
3143
3274
|
encoding: "zstd",
|
|
3144
|
-
durationMs:
|
|
3275
|
+
durationMs: 359,
|
|
3145
3276
|
initiatorType: "script",
|
|
3146
3277
|
protocol: "h2"
|
|
3147
3278
|
}
|
|
@@ -3150,11 +3281,11 @@ const instagramEmbed = {
|
|
|
3150
3281
|
const xEmbed = {
|
|
3151
3282
|
totalTransferKb: 130.5,
|
|
3152
3283
|
totalDecodedKb: 410.4,
|
|
3153
|
-
loadTimeMs:
|
|
3284
|
+
loadTimeMs: 79,
|
|
3154
3285
|
collectsWebVitals: false,
|
|
3155
3286
|
apis: {
|
|
3156
3287
|
cookies: false,
|
|
3157
|
-
localStorage:
|
|
3288
|
+
localStorage: false,
|
|
3158
3289
|
sessionStorage: false,
|
|
3159
3290
|
indexedDB: false,
|
|
3160
3291
|
canvas: false,
|
|
@@ -3183,7 +3314,7 @@ const xEmbed = {
|
|
|
3183
3314
|
cacheApi: false,
|
|
3184
3315
|
sendBeacon: false,
|
|
3185
3316
|
fetch: false,
|
|
3186
|
-
xhr:
|
|
3317
|
+
xhr: false,
|
|
3187
3318
|
websocket: false,
|
|
3188
3319
|
mutationObserver: true,
|
|
3189
3320
|
performanceObserver: false,
|
|
@@ -3198,18 +3329,18 @@ const xEmbed = {
|
|
|
3198
3329
|
"syndication.twitter.com"
|
|
3199
3330
|
],
|
|
3200
3331
|
outboundBytes: 0,
|
|
3201
|
-
inboundBytes:
|
|
3332
|
+
inboundBytes: 134600,
|
|
3202
3333
|
injectedElements: [
|
|
3203
3334
|
{
|
|
3204
3335
|
tag: "iframe",
|
|
3205
|
-
src: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%
|
|
3336
|
+
src: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%3A40469"
|
|
3206
3337
|
}
|
|
3207
3338
|
]
|
|
3208
3339
|
},
|
|
3209
3340
|
performance: {
|
|
3210
3341
|
taskDurationMs: 49,
|
|
3211
|
-
scriptDurationMs:
|
|
3212
|
-
heapDeltaKb:
|
|
3342
|
+
scriptDurationMs: 16,
|
|
3343
|
+
heapDeltaKb: 2540
|
|
3213
3344
|
},
|
|
3214
3345
|
scripts: [
|
|
3215
3346
|
{
|
|
@@ -3217,16 +3348,16 @@ const xEmbed = {
|
|
|
3217
3348
|
transferKb: 27.3,
|
|
3218
3349
|
decodedKb: 90.9,
|
|
3219
3350
|
encoding: "gzip",
|
|
3220
|
-
durationMs:
|
|
3351
|
+
durationMs: 79,
|
|
3221
3352
|
initiatorType: "script",
|
|
3222
3353
|
protocol: "unknown"
|
|
3223
3354
|
},
|
|
3224
3355
|
{
|
|
3225
|
-
url: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%
|
|
3356
|
+
url: "https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=http%3A%2F%2F127.0.0.1%3A40469",
|
|
3226
3357
|
transferKb: 103.2,
|
|
3227
3358
|
decodedKb: 319.5,
|
|
3228
3359
|
encoding: "gzip",
|
|
3229
|
-
durationMs:
|
|
3360
|
+
durationMs: 57,
|
|
3230
3361
|
initiatorType: "iframe",
|
|
3231
3362
|
protocol: "unknown"
|
|
3232
3363
|
}
|
|
@@ -3334,28 +3465,178 @@ const scriptSizes = {
|
|
|
3334
3465
|
gravatar: gravatar
|
|
3335
3466
|
};
|
|
3336
3467
|
|
|
3337
|
-
const
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3468
|
+
const FINGERPRINT_ENTROPY = {
|
|
3469
|
+
canvas: 6,
|
|
3470
|
+
// ~17 bits — renders unique per GPU/driver/font stack
|
|
3471
|
+
webgl: 6,
|
|
3472
|
+
// ~15 bits — GPU renderer string uniquely identifies hardware
|
|
3473
|
+
audioContext: 5,
|
|
3474
|
+
// ~12 bits — audio processing stack fingerprint
|
|
3475
|
+
rtcPeerConnection: 4,
|
|
3476
|
+
// leaks real IP behind VPN, enables WebRTC fingerprinting
|
|
3477
|
+
mediaDevices: 3,
|
|
3478
|
+
// enumerates cameras/mics — hardware inventory
|
|
3479
|
+
plugins: 3,
|
|
3480
|
+
// historically ~15 bits, declining in modern browsers
|
|
3481
|
+
screen: 3,
|
|
3482
|
+
// ~8 bits — resolution + colorDepth
|
|
3483
|
+
geolocation: 3,
|
|
3484
|
+
// precise location (requires permission but very invasive)
|
|
3485
|
+
timezone: 2,
|
|
3486
|
+
// ~5 bits
|
|
3487
|
+
languages: 2,
|
|
3488
|
+
// ~5 bits
|
|
3489
|
+
hardwareConcurrency: 2,
|
|
3490
|
+
// ~3.5 bits — CPU core count
|
|
3491
|
+
deviceMemory: 2,
|
|
3492
|
+
// ~2.5 bits — RAM bucket
|
|
3493
|
+
userAgent: 1,
|
|
3494
|
+
// being frozen by UA-CH, declining utility
|
|
3495
|
+
platform: 1,
|
|
3496
|
+
// ~3 bits but highly correlated with userAgent
|
|
3497
|
+
vendor: 1,
|
|
3498
|
+
// low entropy, mostly "Google Inc."
|
|
3499
|
+
maxTouchPoints: 1,
|
|
3500
|
+
// ~2 bits
|
|
3501
|
+
devicePixelRatio: 1,
|
|
3502
|
+
// ~3 bits but correlated with screen
|
|
3503
|
+
connection: 1,
|
|
3504
|
+
// network type — low entropy
|
|
3505
|
+
getBattery: 1
|
|
3506
|
+
// low entropy but privacy concern (removed from most browsers)
|
|
3507
|
+
};
|
|
3508
|
+
const MAX_FINGERPRINT = Object.values(FINGERPRINT_ENTROPY).reduce((a, b) => a + b, 0);
|
|
3509
|
+
const STORAGE_API_WEIGHT = {
|
|
3510
|
+
cookies: 4,
|
|
3511
|
+
// cross-domain capable, most abused
|
|
3512
|
+
localStorage: 3,
|
|
3513
|
+
// persistent, survives tab close
|
|
3514
|
+
indexedDB: 3,
|
|
3515
|
+
// large persistent storage
|
|
3516
|
+
sessionStorage: 1
|
|
3517
|
+
// session-scoped, less invasive
|
|
3518
|
+
};
|
|
3519
|
+
const MAX_STORAGE_API = Object.values(STORAGE_API_WEIGHT).reduce((a, b) => a + b, 0);
|
|
3520
|
+
const MONITOR_WEIGHT = {
|
|
3521
|
+
mutationObserver: 5,
|
|
3522
|
+
// sees all DOM changes — behavioral tracking
|
|
3523
|
+
intersectionObserver: 3,
|
|
3524
|
+
// viewport/scroll tracking
|
|
3525
|
+
windowName: 2
|
|
3526
|
+
// cross-origin data channel
|
|
3527
|
+
};
|
|
3528
|
+
const MAX_MONITOR = Object.values(MONITOR_WEIGHT).reduce((a, b) => a + b, 0);
|
|
3529
|
+
const DATA_SCOPE_WEIGHT = {
|
|
3530
|
+
"session-replay": 5,
|
|
3531
|
+
// records entire user session
|
|
3532
|
+
"heatmaps": 4,
|
|
3533
|
+
// tracks mouse movement / attention
|
|
3534
|
+
"user-identity": 4,
|
|
3535
|
+
// PII-adjacent
|
|
3536
|
+
"retargeting": 3,
|
|
3537
|
+
// cross-site ad following
|
|
3538
|
+
"audiences": 3,
|
|
3539
|
+
// user profiling
|
|
3540
|
+
"ab-testing": 2,
|
|
3541
|
+
// behavioral segmentation
|
|
3542
|
+
"form-submissions": 2,
|
|
3543
|
+
// captures input data
|
|
3544
|
+
"clicks": 1,
|
|
3545
|
+
"scrolls": 1,
|
|
3546
|
+
"conversions": 1,
|
|
3547
|
+
"events": 0,
|
|
3548
|
+
// basic analytics, expected
|
|
3549
|
+
"page-views": 0,
|
|
3550
|
+
// basic analytics, expected
|
|
3551
|
+
"transactions": 1,
|
|
3552
|
+
"errors": 0,
|
|
3553
|
+
// functional
|
|
3554
|
+
"video-engagement": 0,
|
|
3555
|
+
"tag-injection": 5
|
|
3556
|
+
// loads unknown third-party code — wildcard privacy risk
|
|
3557
|
+
};
|
|
3558
|
+
const KNOWN_UNDETECTED_APIS = {
|
|
3559
|
+
// reCAPTCHA: bot detection fingerprints via canvas, webgl, audio — heavily obfuscated
|
|
3560
|
+
googleRecaptcha: ["canvas", "webgl", "audioContext"]
|
|
3561
|
+
};
|
|
3562
|
+
const HEAVY_FP_APIS = ["canvas", "webgl", "audioContext", "rtcPeerConnection"];
|
|
3563
|
+
const KNOWN_FUNCTIONAL_APIS = {
|
|
3564
|
+
// Crisp: voice/video chat requires audio, WebRTC, and camera/mic enumeration
|
|
3565
|
+
crisp: ["audioContext", "rtcPeerConnection", "mediaDevices"],
|
|
3566
|
+
// Intercom: canvas used for UI rendering, not fingerprinting
|
|
3567
|
+
intercom: ["canvas"]
|
|
3568
|
+
};
|
|
3569
|
+
function computePrivacyRating(apis, cookies, network, trackedData, functionalApis) {
|
|
3570
|
+
const fingerprintApis = [];
|
|
3571
|
+
let fingerprintRaw = 0;
|
|
3572
|
+
for (const [api, weight] of Object.entries(FINGERPRINT_ENTROPY)) {
|
|
3573
|
+
if (apis[api]) {
|
|
3574
|
+
fingerprintRaw += weight;
|
|
3575
|
+
fingerprintApis.push(api);
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3578
|
+
const fingerprintScore = Math.round(fingerprintRaw / MAX_FINGERPRINT * 30);
|
|
3579
|
+
const storageApis = [];
|
|
3580
|
+
let storageRaw = 0;
|
|
3581
|
+
for (const [api, weight] of Object.entries(STORAGE_API_WEIGHT)) {
|
|
3582
|
+
if (apis[api]) {
|
|
3583
|
+
storageRaw += weight;
|
|
3584
|
+
storageApis.push(api);
|
|
3585
|
+
}
|
|
3586
|
+
}
|
|
3587
|
+
const storageScore = Math.round(storageRaw / MAX_STORAGE_API * 10);
|
|
3588
|
+
const thirdPartyCookies = cookies.filter((c) => !c.firstParty).length;
|
|
3589
|
+
const longLivedCookies = cookies.filter((c) => c.lifetimeDays > 30).length;
|
|
3590
|
+
const cookieScore = Math.min(9, thirdPartyCookies * 3) + Math.min(6, longLivedCookies * 2);
|
|
3591
|
+
const persistenceScore = Math.min(25, storageScore + cookieScore);
|
|
3592
|
+
const domainCount = network.domains.length;
|
|
3593
|
+
const domainScore = Math.min(12, Math.max(0, domainCount - 1) * 4);
|
|
3594
|
+
const pixelQueryBytes = network.injectedElements.filter((e) => e.tag === "img" && e.src.includes("?")).reduce((sum, e) => sum + new URL(e.src).search.length, 0);
|
|
3595
|
+
const totalOutbound = network.outboundBytes + pixelQueryBytes;
|
|
3596
|
+
const outboundScore = totalOutbound === 0 ? 0 : Math.min(8, Math.ceil(totalOutbound / 250));
|
|
3597
|
+
const trackingPixels = network.injectedElements.filter((e) => e.tag === "img").length;
|
|
3598
|
+
const injectedIframes = network.injectedElements.filter((e) => e.tag === "iframe").length;
|
|
3599
|
+
const injectionScore = Math.min(5, trackingPixels * 3 + injectedIframes * 2);
|
|
3600
|
+
const networkScore = Math.min(25, domainScore + outboundScore + injectionScore);
|
|
3601
|
+
const monitorApis = [];
|
|
3602
|
+
let monitorRaw = 0;
|
|
3603
|
+
for (const [api, weight] of Object.entries(MONITOR_WEIGHT)) {
|
|
3604
|
+
if (apis[api]) {
|
|
3605
|
+
monitorRaw += weight;
|
|
3606
|
+
monitorApis.push(api);
|
|
3607
|
+
}
|
|
3608
|
+
}
|
|
3609
|
+
const monitorScore = Math.round(monitorRaw / MAX_MONITOR * 10);
|
|
3610
|
+
const scopeTypes = trackedData.filter((t) => (DATA_SCOPE_WEIGHT[t] ?? 0) > 0);
|
|
3611
|
+
const scopeRaw = trackedData.reduce((sum, t) => sum + (DATA_SCOPE_WEIGHT[t] ?? 0), 0);
|
|
3612
|
+
const scopeScore = Math.min(10, scopeRaw);
|
|
3613
|
+
const heavyFpApis = HEAVY_FP_APIS.filter((api) => apis[api] && !functionalApis?.has(api));
|
|
3614
|
+
const hasExfiltration = totalOutbound > 0 || domainCount > 1 || trackingPixels > 0 || apis.sendBeacon;
|
|
3615
|
+
const fpExfilScore = heavyFpApis.length > 0 && hasExfiltration ? Math.min(25, heavyFpApis.length * 9) : 0;
|
|
3616
|
+
const score = fingerprintScore + persistenceScore + networkScore + monitorScore + scopeScore + fpExfilScore;
|
|
3617
|
+
let grade;
|
|
3618
|
+
if (score <= 5)
|
|
3619
|
+
grade = "A+";
|
|
3620
|
+
else if (score <= 15)
|
|
3621
|
+
grade = "A";
|
|
3622
|
+
else if (score <= 30)
|
|
3623
|
+
grade = "B";
|
|
3624
|
+
else if (score <= 50)
|
|
3625
|
+
grade = "C";
|
|
3626
|
+
else if (score <= 70)
|
|
3627
|
+
grade = "D";
|
|
3628
|
+
else grade = "F";
|
|
3353
3629
|
return {
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3630
|
+
grade,
|
|
3631
|
+
score,
|
|
3632
|
+
breakdown: {
|
|
3633
|
+
fingerprinting: { score: fingerprintScore, apis: fingerprintApis },
|
|
3634
|
+
persistence: { score: persistenceScore, thirdPartyCookies, longLivedCookies, storageApis },
|
|
3635
|
+
network: { score: networkScore, domains: domainCount, outboundBytes: totalOutbound, trackingPixels },
|
|
3636
|
+
monitoring: { score: monitorScore, apis: monitorApis },
|
|
3637
|
+
dataScope: { score: scopeScore, types: scopeTypes },
|
|
3638
|
+
fpExfiltration: { score: fpExfilScore, heavyApis: heavyFpApis }
|
|
3639
|
+
}
|
|
3359
3640
|
};
|
|
3360
3641
|
}
|
|
3361
3642
|
const CLS_RISK_TAGS = /* @__PURE__ */ new Set(["iframe", "img", "div", "video"]);
|
|
@@ -3368,6 +3649,68 @@ function computeCwvEstimate(perf, network, apis) {
|
|
|
3368
3649
|
const inpRiskLevel = heavyScript && domObserver ? "high" : heavyScript || domObserver ? "medium" : "low";
|
|
3369
3650
|
return { lcpImpactMs, clsRisk, clsElements, inpRiskLevel };
|
|
3370
3651
|
}
|
|
3652
|
+
function scoreSteps(value, steps) {
|
|
3653
|
+
let score = 0;
|
|
3654
|
+
for (const [threshold, points] of steps) {
|
|
3655
|
+
if (value >= threshold)
|
|
3656
|
+
score = points;
|
|
3657
|
+
}
|
|
3658
|
+
return score;
|
|
3659
|
+
}
|
|
3660
|
+
function computePerformanceRating(perf, transferKb, network, cwv) {
|
|
3661
|
+
const networkScore = scoreSteps(transferKb, [
|
|
3662
|
+
[5, 5],
|
|
3663
|
+
[15, 10],
|
|
3664
|
+
[30, 15],
|
|
3665
|
+
[60, 20],
|
|
3666
|
+
[120, 25],
|
|
3667
|
+
[250, 30]
|
|
3668
|
+
]);
|
|
3669
|
+
const mainThreadScore = scoreSteps(perf.taskDurationMs, [
|
|
3670
|
+
[10, 5],
|
|
3671
|
+
[20, 10],
|
|
3672
|
+
[30, 18],
|
|
3673
|
+
[50, 25],
|
|
3674
|
+
[75, 30]
|
|
3675
|
+
]);
|
|
3676
|
+
const memoryScore = scoreSteps(perf.heapDeltaKb, [
|
|
3677
|
+
[750, 5],
|
|
3678
|
+
[1e3, 10],
|
|
3679
|
+
[1500, 15],
|
|
3680
|
+
[2e3, 20]
|
|
3681
|
+
]);
|
|
3682
|
+
const connectionScore = scoreSteps(network.requestCount, [
|
|
3683
|
+
[2, 3],
|
|
3684
|
+
[3, 5],
|
|
3685
|
+
[4, 7],
|
|
3686
|
+
[6, 10]
|
|
3687
|
+
]);
|
|
3688
|
+
const cwvScore = (cwv.lcpImpactMs > 15 ? 3 : 0) + (cwv.clsRisk ? Math.min(4, cwv.clsElements * 2) : 0) + (cwv.inpRiskLevel === "high" ? 3 : cwv.inpRiskLevel === "medium" ? 1 : 0);
|
|
3689
|
+
const score = networkScore + mainThreadScore + memoryScore + connectionScore + cwvScore;
|
|
3690
|
+
let grade;
|
|
3691
|
+
if (score <= 5)
|
|
3692
|
+
grade = "A+";
|
|
3693
|
+
else if (score <= 15)
|
|
3694
|
+
grade = "A";
|
|
3695
|
+
else if (score <= 30)
|
|
3696
|
+
grade = "B";
|
|
3697
|
+
else if (score <= 50)
|
|
3698
|
+
grade = "C";
|
|
3699
|
+
else if (score <= 70)
|
|
3700
|
+
grade = "D";
|
|
3701
|
+
else grade = "F";
|
|
3702
|
+
return {
|
|
3703
|
+
grade,
|
|
3704
|
+
score,
|
|
3705
|
+
breakdown: {
|
|
3706
|
+
networkCost: { score: networkScore, transferKb },
|
|
3707
|
+
mainThread: { score: mainThreadScore, taskDurationMs: perf.taskDurationMs, scriptDurationMs: perf.scriptDurationMs },
|
|
3708
|
+
memory: { score: memoryScore, heapDeltaKb: perf.heapDeltaKb },
|
|
3709
|
+
connections: { score: connectionScore, requestCount: network.requestCount },
|
|
3710
|
+
cwvRisk: { score: cwvScore, lcpImpactMs: cwv.lcpImpactMs, clsRisk: cwv.clsRisk, inpRiskLevel: cwv.inpRiskLevel }
|
|
3711
|
+
}
|
|
3712
|
+
};
|
|
3713
|
+
}
|
|
3371
3714
|
const DOMAIN_RE = /^https?:\/\/([^/]+)/;
|
|
3372
3715
|
const USE_SCRIPT_RE = /^useScript/;
|
|
3373
3716
|
const WORD_SPLIT_RE = /[\s-]+/;
|
|
@@ -3423,25 +3766,38 @@ async function getScriptStats() {
|
|
|
3423
3766
|
const routes = proxyConfig?.routes ?? {};
|
|
3424
3767
|
const domains = extractDomains(routes);
|
|
3425
3768
|
const endpoints = Object.keys(routes).length;
|
|
3769
|
+
const emptyApis = {};
|
|
3770
|
+
const emptyNetwork = { requestCount: 0, domains: [], outboundBytes: 0, inboundBytes: 0, injectedElements: [] };
|
|
3771
|
+
const emptyPerf = { taskDurationMs: 0, scriptDurationMs: 0, heapDeltaKb: 0 };
|
|
3772
|
+
const apis = { ...size?.apis ?? emptyApis };
|
|
3773
|
+
const knownApis = KNOWN_UNDETECTED_APIS[id];
|
|
3774
|
+
if (knownApis) {
|
|
3775
|
+
for (const api of knownApis) apis[api] = true;
|
|
3776
|
+
}
|
|
3777
|
+
const cookies = size?.cookies ?? [];
|
|
3778
|
+
const network = size?.network ?? emptyNetwork;
|
|
3779
|
+
const perf = size?.performance ?? emptyPerf;
|
|
3780
|
+
const trackedData = meta?.trackedData ?? [];
|
|
3781
|
+
const scripts = size?.scripts ?? [];
|
|
3782
|
+
const transferKb = size?.totalTransferKb ?? 0;
|
|
3783
|
+
const primaryTransferKb = scripts.length > 0 ? Number.parseFloat(scripts.filter((s) => s.initiatorType !== "secondary").reduce((sum, s) => sum + s.transferKb, 0).toFixed(1)) : transferKb;
|
|
3784
|
+
const cwvEstimate = computeCwvEstimate(perf, network, apis);
|
|
3426
3785
|
return {
|
|
3427
3786
|
id,
|
|
3428
3787
|
label: entry.label || id || "",
|
|
3429
3788
|
category: entry.category || "unknown",
|
|
3430
|
-
scripts
|
|
3431
|
-
totalTransferKb:
|
|
3789
|
+
scripts,
|
|
3790
|
+
totalTransferKb: transferKb,
|
|
3432
3791
|
totalDecodedKb: size?.totalDecodedKb ?? 0,
|
|
3433
|
-
trackedData
|
|
3792
|
+
trackedData,
|
|
3434
3793
|
collectsWebVitals: size?.collectsWebVitals ?? false,
|
|
3435
|
-
apis
|
|
3436
|
-
|
|
3437
|
-
cookies
|
|
3438
|
-
network
|
|
3439
|
-
performance:
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
size?.network ?? { injectedElements: [] },
|
|
3443
|
-
size?.apis ?? {}
|
|
3444
|
-
),
|
|
3794
|
+
apis,
|
|
3795
|
+
privacyRating: computePrivacyRating(apis, cookies, network, trackedData, KNOWN_FUNCTIONAL_APIS[id] ? new Set(KNOWN_FUNCTIONAL_APIS[id]) : void 0),
|
|
3796
|
+
cookies,
|
|
3797
|
+
network,
|
|
3798
|
+
performance: perf,
|
|
3799
|
+
performanceRating: computePerformanceRating(perf, primaryTransferKb, network, cwvEstimate),
|
|
3800
|
+
cwvEstimate,
|
|
3445
3801
|
hasBundling: entry.scriptBundling !== false && entry.scriptBundling !== void 0,
|
|
3446
3802
|
hasProxy: !!proxyConfig,
|
|
3447
3803
|
proxyDomains: domains,
|