Closed elbotho closed 6 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
frontend | ✅ Ready (Inspect) | Visit Preview | Nov 19, 2024 1:21pm |
This analysis was generated by the Next.js Bundle Analysis action. 🤖
Page | Size (compressed) |
---|---|
global |
104.73 KB (🟡 +6 B) |
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!
The following pages changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load |
---|---|---|
/___editor_preview |
629.73 KB (🟢 -85 B) |
734.46 KB |
/entity/create/[type]/[taxonomyId] |
650 KB (🟢 -85 B) |
754.73 KB |
/entity/repository/add-revision/[...id] |
649.74 KB (🟢 -85 B) |
754.47 KB |
/page/create |
649.72 KB (🟢 -85 B) |
754.45 KB |
/taxonomy/term/create/[parent_id]/[id] |
649.47 KB (🟢 -85 B) |
754.2 KB |
/taxonomy/term/update/[id] |
649.42 KB (🟢 -85 B) |
754.15 KB |
/user/settings |
651.39 KB (🟢 -85 B) |
756.12 KB |
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.
Works for me, thank you! ❤️ I'll change the placeholder
@CodingDive this is roughly what I had in mind, what do you think?