Skip to content

chore: remove activity log from transaction details#40380

Merged
n3ps merged 9 commits intomainfrom
n3ps/rm-activity-log
Feb 27, 2026
Merged

chore: remove activity log from transaction details#40380
n3ps merged 9 commits intomainfrom
n3ps/rm-activity-log

Conversation

@n3ps
Copy link
Contributor

@n3ps n3ps commented Feb 24, 2026

Description

This PR removes the Activity Log section from the transaction details modal

The Activity Log link in this modal has been broken for over a year and is unmaintained.

Open in GitHub Codespaces

Changelog

CHANGELOG entry: chore: remove activity log from activity details

Related issues

Fixes: #40289

Manual testing steps

  1. Open the Activity list
  2. Click on an item to open details
  3. Verify there is no Activity Log link in the modal

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Note

Low Risk
Primarily deletes an unused/broken UI feature and its translations; risk is limited to potential missing string/route-state assumptions in remaining transaction/bridge detail views.

Overview
Removes the Transaction Activity Log feature from the transaction details UI, including the disclosure section in TransactionListItemDetails and the bridge transaction details page.

Deletes the entire ui/components/app/transaction-activity-log component stack (UI, container, utilities, stories, tests, snapshots) and strips related localization strings (e.g., activityLog, speedUpTransaction, and per-event transaction* messages) across many locales. Cleans up references in styling/imports, TS migration tracking, Jest baselines, bridge navigation state, and updates transaction breakdown logic to use TransactionStatus.confirmed instead of the removed constant.

Written by Cursor Bugbot for commit 8fe5ac0. This will update automatically on new commits. Configure here.

Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
@metamaskbot metamaskbot added the team-core-extension-ux Core Extension UX team label Feb 24, 2026
@n3ps n3ps changed the title Remove Activity Log from transaction list item details chore: remove activity log from transaction list item details Feb 24, 2026
Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 24, 2026

Builds ready [7d31770]
⚡ Performance Benchmarks (1381 ± 94 ms)
👆 Interaction Benchmarks
ActionMetricMean (ms)Std Dev (ms)P75 (ms)P95 (ms)
Load New Accountload_new_account28125303319
total28125303319
Confirm Txconfirm_tx60251960456049
total60251960456049
Bridge User Actionsbridge_load_page22524252254
bridge_load_asset_picker20252237285
bridge_search_token71517728732
total11426312161217
🔌 Startup Benchmarks
BuildMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
Chrome Browserify Startup Standard HomeuiStartup1381117516039414281555
load116898113678512161339
domContentLoaded116297613508412101334
domInteractive2717117192477
firstPaint160671192161212248
backgroundConnect20518924512208231
firstReactRender18134042023
initialActions109113
loadScripts97178211628310071137
setupStore1362541621
numNetworkReqs312299202284
Chrome Browserify Startup Power User HomeuiStartup17111339264518917522047
load11251013173414611091461
domContentLoaded11121004172114310921457
domInteractive3419144243379
firstPaint1737251590244315
backgroundConnect28424735323291343
firstReactRender23155172341
initialActions105112
loadScripts90880414851398901252
setupStore1563871732
numNetworkReqs61411602656119
Chrome Webpack Startup Standard HomeuiStartup83669211551028671069
load71160798692754894
domContentLoaded70560398091748886
domInteractive2815126212381
firstPaint1076039159112209
backgroundConnect27184673041
firstReactRender19123972233
initialActions104112
loadScripts70260197890746881
setupStore1263961325
numNetworkReqs3122101212590
Chrome Webpack Startup Power User HomeuiStartup1186992215619912411593
load6835981336121672990
domContentLoaded6755921326121661980
domInteractive35171523032130
firstPaint1386044885167344
backgroundConnect17612636548170304
firstReactRender23164642531
initialActions104111
loadScripts6725901318119660968
setupStore1354481434
numNetworkReqs1103527954136248
Firefox Browserify Startup Standard HomeuiStartup17001445236517016982057
load14321200211413014571704
domContentLoaded14311200210812914561704
domInteractive943540553136151
firstPaint------
backgroundConnect62332452963121
firstReactRender14115951416
initialActions103012
loadScripts14031177208412414301614
setupStore198192251663
numNetworkReqs3220100212792
Firefox Browserify Startup Power User HomeuiStartup26712080378939427353598
load15551263249425316672054
domContentLoaded15551262249425316662054
domInteractive11437636103109341
firstPaint------
backgroundConnect3071201005276276912
firstReactRender18146251822
initialActions103122
loadScripts15211241242024516271976
setupStore1278767185111547
numNetworkReqs61301473083119
Firefox Webpack Startup Standard HomeuiStartup17461449341529817742063
load14671231294626614921750
domContentLoaded14671230294526614881749
domInteractive933032058131217
firstPaint------
backgroundConnect63262283369138
firstReactRender16122831624
initialActions103112
loadScripts14421205290726314641688
setupStore258212332073
numNetworkReqs312095182779
Firefox Webpack Startup Power User HomeuiStartup26852117396438027473544
load15391310236724716442087
domContentLoaded15391310236624716442087
domInteractive11634609106108396
firstPaint------
backgroundConnect296110973244279879
firstReactRender21173542330
initialActions203122
loadScripts15051284230424216052059
setupStore17781259247212690
numNetworkReqs59281413487133
🧭 User Journey Benchmarks
BenchmarkMetricMean (ms)Std Dev (ms)P75 (ms)P95 (ms)
Onboarding Import WalletimportWalletToSocialScreen2211222222
srpButtonToSrpForm9229495
confirmSrpToPwForm2202222
pwFormToMetricsScreen1721921
metricsToWalletReadyScreen1711819
doneButtonToHomeScreen93614810711154
openAccountMenuToAccountListLoaded744218776287668
total87588088198856
Onboarding New WalletcreateWalletToSocialScreen2211220223
srpButtonToPwForm1071107108
createPwToRecoveryScreen8099
skipBackupToMetricsScreen3613637
agreeButtonToOnboardingSuccess1601617
doneButtonToAssetList674135608907
total10671319991294
Asset DetailsassetClickToPriceChart3623739
total3623739
Solana Asset DetailsassetClickToPriceChart4624848
total4624848
Import Srp HomeloginToHomeScreen199715521742185
openAccountMenuAfterLogin4124242
homeAfterImportWithNewWallet231912524022518
total436023843924771
Send TransactionsopenSendPageFromHome31103940
selectTokenToSendFormLoaded1922122
reviewTransactionToConfirmationPage86416869893
total9149918929
SwapopenSwapPageFromHome12516136145
fetchAndDisplaySwapQuotes528483962396380
total540984163846491
🌐 Dapp Page Load Benchmarks

Current Commit: 7d31770 | Date: 2/24/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 982ms (±143ms) 🟢 | historical mean value: 1.04s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 686ms (±141ms) 🟢 | historical mean value: 724ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 86ms (±124ms) 🟢 | historical mean value: 77ms ⬆️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 982ms 143ms 948ms 2.39s 997ms 2.39s
domContentLoaded 686ms 141ms 653ms 2.07s 687ms 2.07s
firstPaint 86ms 124ms 60ms 1.32s 84ms 1.32s
firstContentfulPaint 86ms 124ms 60ms 1.32s 84ms 1.32s
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs
  • background: 58 Bytes (0%)
  • ui: -819 Bytes (-0.01%)
  • common: 20 Bytes (0%)

@n3ps n3ps marked this pull request as ready for review February 24, 2026 22:39
@n3ps n3ps requested a review from a team as a code owner February 24, 2026 22:39
@n3ps n3ps enabled auto-merge February 24, 2026 22:39
@n3ps n3ps requested a review from a team as a code owner February 25, 2026 04:15
@github-actions
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 25, 2026

Builds ready [3f9f11b]
⚡ Performance Benchmarks (1380 ± 106 ms)
👆 Interaction Benchmarks
ActionMetricMean (ms)Std Dev (ms)P75 (ms)P95 (ms)
Load New Accountload_new_account2688268281
total2688268281
Confirm Txconfirm_tx60211860396045
total60211860396045
Bridge User Actionsbridge_load_page19919219225
bridge_load_asset_picker17723200205
bridge_search_token6920693693
total10701810851086
🔌 Startup Benchmarks
BuildMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
Chrome Browserify Startup Standard HomeuiStartup13801167171410614501563
load117697314519912461339
domContentLoaded116996914269612391326
domInteractive2716112182475
firstPaint1526641178206308
backgroundConnect20318526313206233
firstReactRender19135052024
initialActions1010225
loadScripts98177412339610471136
setupStore1162341419
numNetworkReqs3122100192583
Chrome Browserify Startup Power User HomeuiStartup16911360234416017441999
load11161002171113411101449
domContentLoaded1101993170612810971435
domInteractive3319121193279
firstPaint1717041279236321
backgroundConnect28124837620289317
firstReactRender23155472438
initialActions104112
loadScripts90079414781248971227
setupStore1675171731
numNetworkReqs57341512355113
Chrome Webpack Startup Standard HomeuiStartup8346871134948671021
load72060097789765885
domContentLoaded71459597188759872
domInteractive2816104212484
firstPaint1125831656149227
backgroundConnect26194562939
firstReactRender18113762031
initialActions108112
loadScripts71259396487757863
setupStore1264861224
numNetworkReqs3122100212589
Chrome Webpack Startup Power User HomeuiStartup1200841183416012921491
load7106261260115700995
domContentLoaded7016201253115688988
domInteractive37172233533133
firstPaint1226634867128272
backgroundConnect17113333346166294
firstReactRender22173332427
initialActions102111
loadScripts6996181240113686980
setupStore1254561419
numNetworkReqs1073526750140230
Firefox Browserify Startup Standard HomeuiStartup15901349213617216152023
load13341142171311613831561
domContentLoaded13331142171211713781560
domInteractive75322814092136
firstPaint------
backgroundConnect5827230326097
firstReactRender13111921316
initialActions102012
loadScripts13081120168611013601512
setupStore157159161430
numNetworkReqs321996212693
Firefox Browserify Startup Power User HomeuiStartup26852005379740127763541
load15671223248329716652204
domContentLoaded15671222248329716652204
domInteractive1153747899111375
firstPaint------
backgroundConnect2681041223241249889
firstReactRender19146881823
initialActions103122
loadScripts15351198245728716252151
setupStore1438786193135546
numNetworkReqs60301483380119
Firefox Webpack Startup Standard HomeuiStartup16311410201612216761866
load1368115015948914251506
domContentLoaded1368114615948914241506
domInteractive872924647130142
firstPaint------
backgroundConnect57271982763104
firstReactRender16122941625
initialActions103122
loadScripts1346113715758713991491
setupStore207152221558
numNetworkReqs312091182581
Firefox Webpack Startup Power User HomeuiStartup26722033389939927633445
load15351213250526417002070
domContentLoaded15351213250426417002069
domInteractive13331760168107544
firstPaint------
backgroundConnect268113955205242829
firstReactRender20163042229
initialActions207122
loadScripts15041197244625616662035
setupStore18991219245264728
numNetworkReqs59281543780139
🧭 User Journey Benchmarks
BenchmarkMetricMean (ms)Std Dev (ms)P75 (ms)P95 (ms)
Onboarding Import WalletimportWalletToSocialScreen2213221224
srpButtonToSrpForm9219393
confirmSrpToPwForm2202222
pwFormToMetricsScreen1501515
metricsToWalletReadyScreen1601616
doneButtonToHomeScreen90934710341517
openAccountMenuToAccountListLoaded7011670177017
total829647788548895
Onboarding New WalletcreateWalletToSocialScreen2181217219
srpButtonToPwForm1051105107
createPwToRecoveryScreen8099
skipBackupToMetricsScreen3513637
agreeButtonToOnboardingSuccess1601617
doneButtonToAssetList81832311081299
total120132714971689
Asset DetailsassetClickToPriceChart4254150
total4254150
Solana Asset DetailsassetClickToPriceChart5325456
total5325456
Import Srp HomeloginToHomeScreen19163219101970
openAccountMenuAfterLogin4214343
homeAfterImportWithNewWallet224517323052551
total424019644554482
Send TransactionsopenSendPageFromHome3623939
selectTokenToSendFormLoaded1912020
reviewTransactionToConfirmationPage8522854855
total9054907911
SwapopenSwapPageFromHome1099117122
fetchAndDisplaySwapQuotes46537147214726
total47607548214848
🌐 Dapp Page Load Benchmarks

Current Commit: 3f9f11b | Date: 2/25/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.05s (±41ms) 🟡 | historical mean value: 1.04s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 731ms (±38ms) 🟢 | historical mean value: 725ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 78ms (±10ms) 🟢 | historical mean value: 77ms ⬆️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.05s 41ms 1.02s 1.36s 1.08s 1.36s
domContentLoaded 731ms 38ms 707ms 1.02s 750ms 1.02s
firstPaint 78ms 10ms 60ms 156ms 88ms 156ms
firstContentfulPaint 78ms 10ms 60ms 156ms 88ms 156ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚀 Bundle size reduced!]
  • background: 58 Bytes (0%)
  • ui: -15.37 KiB (-0.18%)
  • common: -770 Bytes (-0.01%)

@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 25, 2026

Builds ready [105f2a4]
⚡ Performance Benchmarks (1363 ± 110 ms)
👆 Interaction Benchmarks
ActionMetricMean (ms)Std Dev (ms)P75 (ms)P95 (ms)
Load New Accountload_new_account28627305319
total28627305319
Confirm Txconfirm_tx6027560326032
total6027560326032
Bridge User Actionsbridge_load_page21740259272
bridge_load_asset_picker18875205318
bridge_search_token70512717721
total10801410901095
🔌 Startup Benchmarks
BuildMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
Chrome Browserify Startup Standard HomeuiStartup13631141182411014111528
load114695815379511961298
domContentLoaded113895315239411901286
domInteractive2715119212381
firstPaint2226312972521971082
backgroundConnect20518628114207230
firstReactRender17123541822
initialActions302002014
loadScripts95175013249510031097
setupStore1363961425
numNetworkReqs312295212290
Chrome Browserify Startup Power User HomeuiStartup3149146610513200840678225
load12151034160311612541442
domContentLoaded11981021157611112321413
domInteractive3119128193184
firstPaint1897840990263331
backgroundConnect13692518195167321604475
firstReactRender24145572637
initialActions106112
loadScripts997838135810810301217
setupStore1474461426
numNetworkReqs85371422097121
Chrome Webpack Startup Standard HomeuiStartup87170611691039131101
load73962196089794896
domContentLoaded73461795588788889
domInteractive281696192475
firstPaint1136336958126222
backgroundConnect27195773041
firstReactRender19124172135
initialActions104112
loadScripts73161595387786881
setupStore1163141219
numNetworkReqs3122101212590
Chrome Webpack Startup Power User HomeuiStartup1320888317531814081766
load77866714011217751056
domContentLoaded76465513881227561050
domInteractive41202193238107
firstPaint1648170099172370
backgroundConnect193137876110172321
firstReactRender23173842530
initialActions102011
loadScripts76165213771217551047
setupStore1354361521
numNetworkReqs1336525339155204
Firefox Browserify Startup Standard HomeuiStartup16871441330024116992092
load14301216302922314411757
domContentLoaded14291211302422314411756
domInteractive973597610598224
firstPaint------
backgroundConnect60282222661106
firstReactRender14112011416
initialActions102012
loadScripts14011192299921614161703
setupStore188155221649
numNetworkReqs311998192582
Firefox Browserify Startup Power User HomeuiStartup29612134889775130663819
load16881315730662217022156
domContentLoaded16871314730662217012155
domInteractive192541504207203667
firstPaint------
backgroundConnect4561201842321684998
firstReactRender20156592032
initialActions213122
loadScripts16401288723761816762100
setupStore15517854170204519
numNetworkReqs883523441106179
Firefox Webpack Startup Standard HomeuiStartup17441399302424617712036
load14721205272822815011696
domContentLoaded14711205272822815001695
domInteractive113301441145133223
firstPaint------
backgroundConnect61272443167109
firstReactRender16123031625
initialActions103112
loadScripts14471191270022614781661
setupStore248182321960
numNetworkReqs301986162774
Firefox Webpack Startup Power User HomeuiStartup28531964847079429883603
load16431265706674416322397
domContentLoaded16421265706574416312396
domInteractive195501129185217654
firstPaint------
backgroundConnect47412014043046981047
firstReactRender21145872331
initialActions208122
loadScripts16091236703874315982378
setupStore13514811165184519
numNetworkReqs86322123697172
🧭 User Journey Benchmarks
BenchmarkMetricMean (ms)Std Dev (ms)P75 (ms)P95 (ms)
Onboarding Import WalletimportWalletToSocialScreen2182218222
srpButtonToSrpForm8919092
confirmSrpToPwForm2102121
pwFormToMetricsScreen1401515
metricsToWalletReadyScreen1601616
doneButtonToHomeScreen7982468721234
openAccountMenuToAccountListLoaded669721168367013
total78569879407984
Onboarding New WalletcreateWalletToSocialScreen2182220220
srpButtonToPwForm1053109110
createPwToRecoveryScreen81910
skipBackupToMetricsScreen3513637
agreeButtonToOnboardingSuccess1501616
doneButtonToAssetList87438810901533
total125838814641920
Asset DetailsassetClickToPriceChart53196685
total53196685
Solana Asset DetailsassetClickToPriceChart4714748
total4714748
Import Srp HomeloginToHomeScreen20419821442154
openAccountMenuAfterLogin4324346
homeAfterImportWithNewWallet22896723312394
total43727344284464
Send TransactionsopenSendPageFromHome1941826
selectTokenToSendFormLoaded2473135
reviewTransactionToConfirmationPage85410861867
total89921913927
SwapopenSwapPageFromHome11213124125
fetchAndDisplaySwapQuotes540080263826382
total551280064756507
🌐 Dapp Page Load Benchmarks

Current Commit: 105f2a4 | Date: 2/25/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.04s (±38ms) 🟡 | historical mean value: 1.04s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 728ms (±35ms) 🟢 | historical mean value: 727ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 77ms (±13ms) 🟢 | historical mean value: 78ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.04s 38ms 1.02s 1.32s 1.07s 1.32s
domContentLoaded 728ms 35ms 709ms 989ms 741ms 989ms
firstPaint 77ms 13ms 60ms 192ms 88ms 192ms
firstContentfulPaint 77ms 13ms 60ms 192ms 88ms 192ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 4.2 KiB (0.1%)
  • ui: -8.05 KiB (-0.1%)
  • common: -654 Bytes (-0.01%)

@n3ps n3ps requested a review from AndyMBridges February 25, 2026 18:54
@n3ps n3ps changed the title chore: remove activity log link from transaction details chore: remove activity log from transaction details Feb 26, 2026
@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 26, 2026

Builds ready [8fe5ac0]
⚡ Performance Benchmarks
👆 Interaction Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Load New Accountload_new_account28026530816290308
total28026530816290308
Confirm Txconfirm_tx603760266049860396049
total603760266049860396049
Bridge User Actionsbridge_load_page2392302466242246
bridge_load_asset_picker21912528665269286
bridge_search_token72570675118739751
total1193110712636512381263
🔌 Startup Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Standard HomeuiStartup14301198198811714611659
load12061001168110712351380
domContentLoaded1199993166810612291356
domInteractive3016134242584
firstPaint162701260139212358
backgroundConnect21519927614219243
firstReactRender19134652030
initialActions106114
loadScripts1001802145010410321160
setupStore1474161724
numNetworkReqs322295202881
Power User HomeuiStartup233914058728114324064926
load12011033176413612211574
domContentLoaded11871023166312912071541
domInteractive3520136223684
firstPaint213781680216264322
backgroundConnect60526441346825592304
firstReactRender24155472538
initialActions106112
loadScripts97381114351259941318
setupStore1554671723
numNetworkReqs72401512582129
🧭 User Journey Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Onboarding Import WalletimportWalletToSocialScreen2222192273223227
srpButtonToSrpForm94929519595
confirmSrpToPwForm22212202222
pwFormToMetricsScreen16151601616
metricsToWalletReadyScreen17171801718
doneButtonToHomeScreen699594929135662929
openAccountMenuToAccountListLoaded76617066804137080388041
total88798737901611690029016
Onboarding New WalletcreateWalletToSocialScreen2182172191219219
srpButtonToPwForm1051041061105106
createPwToRecoveryScreen888088
skipBackupToMetricsScreen35343503535
agreeButtonToOnboardingSuccess16161601616
doneButtonToAssetList63259271247613712
total102497111004810261100
Asset DetailsassetClickToPriceChart583990196590
total583990196590
Solana Asset DetailsassetClickToPriceChart51465435254
total51465435254
Import Srp HomeloginToHomeScreen1989190220847120242084
openAccountMenuAfterLogin43385154351
homeAfterImportWithNewWallet22102110244413721632444
total45584097535147648575351
Send TransactionsopenSendPageFromHome39374123941
selectTokenToSendFormLoaded19162541825
reviewTransactionToConfirmationPage86084888515857885
total9379051001359471001
SwapopenSwapPageFromHome1079612210111122
fetchAndDisplaySwapQuotes4620457547326545894732
total4747467648436347594843
🌐 Dapp Page Load Benchmarks

Current Commit: 8fe5ac0 | Date: 2/26/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.05s (±40ms) 🟡 | historical mean value: 1.06s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 738ms (±37ms) 🟢 | historical mean value: 743ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 82ms (±11ms) 🟢 | historical mean value: 84ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.05s 40ms 1.02s 1.34s 1.10s 1.34s
domContentLoaded 738ms 37ms 712ms 1.00s 771ms 1.00s
firstPaint 82ms 11ms 68ms 176ms 96ms 176ms
firstContentfulPaint 82ms 11ms 68ms 176ms 96ms 176ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚀 Bundle size reduced!]
  • background: 58 Bytes (0%)
  • ui: -15.37 KiB (-0.18%)
  • common: -770 Bytes (-0.01%)

AndyMBridges
AndyMBridges previously approved these changes Feb 26, 2026
ameliejyc
ameliejyc previously approved these changes Feb 26, 2026
Resolve modify/delete conflicts for transaction-activity-log files
by keeping them deleted (the purpose of this PR is to remove the
activity log feature entirely).

Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
@sonarqubecloud
Copy link

@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 26, 2026

Builds ready [24c0f74]
⚡ Performance Benchmarks
👆 Interaction Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Load New Accountload_new_account27126028810268288
total27126028810268288
Confirm Txconfirm_tx6040602260521260506052
total6040602260521260506052
Bridge User Actionsbridge_load_page2102022196210219
bridge_load_asset_picker19317821011200210
bridge_search_token7026997042704704
total1119108811622811421162
🔌 Startup Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Standard HomeuiStartup15301230199912215971722
load12951052169111413591474
domContentLoaded12871046166311313521463
domInteractive3018130232593
firstPaint202711471196247404
backgroundConnect22720438222230257
firstReactRender2011223211937
initialActions108124
loadScripts1080845145011311431261
setupStore1674881737
numNetworkReqs3122100212290
Power User HomeuiStartup2358139710073142521784433
load11781027170814611991507
domContentLoaded11631017169614211761482
domInteractive3717281363493
firstPaint1917847389262359
backgroundConnect746252834111064412558
firstReactRender23155582441
initialActions106113
loadScripts94981114141299591242
setupStore1554161829
numNetworkReqs73381562586123
🧭 User Journey Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Onboarding Import WalletimportWalletToSocialScreen2202172232221223
srpButtonToSrpForm99981011100101
confirmSrpToPwForm23222302323
pwFormToMetricsScreen16161701617
metricsToWalletReadyScreen17161701717
doneButtonToHomeScreen87176795478938954
openAccountMenuToAccountListLoaded76167256786323478457863
total9063899491757390789175
Onboarding New WalletcreateWalletToSocialScreen2182182190219219
srpButtonToPwForm1071051092109109
createPwToRecoveryScreen888088
skipBackupToMetricsScreen39354644146
agreeButtonToOnboardingSuccess16151601616
doneButtonToAssetList945607144430211231444
total1335989183130315191831
Asset DetailsassetClickToPriceChart41325484054
total41325484054
Solana Asset DetailsassetClickToPriceChart47454924749
total47454924749
Import Srp HomeloginToHomeScreen20841868243420822062434
openAccountMenuAfterLogin44434504545
homeAfterImportWithNewWallet2204210822786222272278
total43994015478229847144782
Send TransactionsopenSendPageFromHome311746123946
selectTokenToSendFormLoaded21202312223
reviewTransactionToConfirmationPage8578478698860869
total91188792816924928
SwapopenSwapPageFromHome996112221114122
fetchAndDisplaySwapQuotes4630461246591846334659
total4731471947551447304755
🌐 Dapp Page Load Benchmarks

Current Commit: 24c0f74 | Date: 2/26/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.05s (±41ms) 🟡 | historical mean value: 1.04s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 736ms (±39ms) 🟢 | historical mean value: 730ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 82ms (±13ms) 🟢 | historical mean value: 82ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.05s 41ms 1.02s 1.36s 1.08s 1.36s
domContentLoaded 736ms 39ms 710ms 1.03s 756ms 1.03s
firstPaint 82ms 13ms 64ms 196ms 92ms 196ms
firstContentfulPaint 82ms 13ms 64ms 196ms 92ms 196ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚀 Bundle size reduced!]
  • background: 58 Bytes (0%)
  • ui: -15.35 KiB (-0.18%)
  • common: -770 Bytes (-0.01%)

@n3ps n3ps added this pull request to the merge queue Feb 27, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 27, 2026
@n3ps n3ps added this pull request to the merge queue Feb 27, 2026
Merged via the queue into main with commit feb6a38 Feb 27, 2026
509 of 521 checks passed
@n3ps n3ps deleted the n3ps/rm-activity-log branch February 27, 2026 15:19
@github-actions github-actions bot locked and limited conversation to collaborators Feb 27, 2026
@metamaskbot metamaskbot added the release-13.22.0 Issue or pull request that will be included in release 13.22.0 label Feb 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-13.22.0 Issue or pull request that will be included in release 13.22.0 size-XL team-core-extension-ux Core Extension UX team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Activity - Activity Log is always empty for all tx types

6 participants