Open jpuri opened 2 years ago
PR partially fixes this issue: https://github.com/MetaMask/metamask-extension/pull/15793
Adding contributor experience label to this as its aligned with our goals but this should not block MV3 team from progressing if it is necessary for MV3 timelines. @hilvmason
We have charts being generated for bundle side in background and UI.
Currently we generate a JSON file with bundle size stats for each commit, this can cause performance issues as number of files grow. We need to check about the option of using single JSON file to store data.
As number of commits increase we can possibly club the commits which have same bundle size.
Create a stacked view for
common + background
bundle size andcommon + ui
bundle size.Add initialisation time to bundle size chart, it will help us co-relate the 2.
cc @danjm , @kumavis , @kevinghim