Conversation
|
📦 Next.js Bundle Analysis for aave-uiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
528.69 KB (🟡 +6 KB) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
Twelve Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
| Page | Size (compressed) | First Load |
|---|---|---|
/ |
86.79 KB (🟢 -5.99 KB) |
615.48 KB |
/404 |
16.28 KB (🟡 +1 B) |
544.97 KB |
/500 |
16.69 KB (🟡 +1 B) |
545.38 KB |
/faucet |
38.77 KB (🟢 -4.72 KB) |
567.46 KB |
/governance |
97.89 KB (🟢 -3.49 KB) |
626.58 KB |
/governance/ipfs-preview |
111.35 KB (🟡 +1 B) |
640.04 KB |
/governance/v3/proposal |
137.66 KB (🟢 -3.48 KB) |
666.34 KB |
/history |
47.41 KB (🟢 -4.2 KB) |
576.1 KB |
/markets |
38.8 KB (🟡 +2 B) |
567.49 KB |
/reserve-overview |
34.75 KB (🟢 -5.44 KB) |
563.44 KB |
/staking |
33.36 KB (🟢 -3.46 KB) |
562.05 KB |
/v3-migration |
48.63 KB (🟢 -703 B) |
577.32 KB |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.
|
General Changes
Developer Notes
In order to minimize the surface area of changes, I assumed that if an empty string is passed in for the symbol, it should be fetched from the contracts.
Author Checklist
Please ensure you, the author, have gone through this checklist to ensure there is an efficient workflow for the reviewers.
mainIf the PR is ready for review:
Openstate and not inDraftmodeReady for Dev Reviewlabel has been addedReviewer Checklist
Please ensure you, as the reviewer(s), have gone through this checklist to ensure that the code changes are ready to ship safely and to help mitigate any downstream issues that may occur.
.env.examplefile as well as the pertinant.github/actions/*files