serlo / frontend

Next.js app that serves serlo.org
https://serlo.org
Apache License 2.0
35 stars 9 forks source link

Deployment #3922

Closed elbotho closed 1 week ago

elbotho commented 1 week ago

Changes (please add PRs you merge to this list):

Editor:

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
frontend ✅ Ready (Inspect) Visit Preview Jul 2, 2024 10:46am
github-actions[bot] commented 1 week ago

📦 Next.js Bundle Analysis for @serlo/frontend

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 104.31 KB (-1 B)
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!

Twenty-one Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/___editor_preview 508.31 KB (🟡 +24 B) 612.62 KB
/biologie 160.32 KB (-12 B) 264.63 KB
/chemie 160.32 KB (-12 B) 264.63 KB
/entity/create/[type]/[taxonomyId] 509.27 KB (🟡 +22 B) 613.58 KB
/entity/repository/add-revision/[...id] 508.53 KB (🟡 +25 B) 612.84 KB
/event/history 131.79 KB (-12 B) 236.1 KB
/event/history/[...slug] 132.77 KB (-12 B) 237.08 KB
/event/history/user/profile/[username] 135.15 KB (-12 B) 239.47 KB
/informatik 160.32 KB (-12 B) 264.64 KB
/lerntipps 160.32 KB (-12 B) 264.63 KB
/mathe 160.32 KB (-12 B) 264.63 KB
/nachhaltigkeit 160.33 KB (-12 B) 264.64 KB
/page/create 508.54 KB (🟡 +20 B) 612.85 KB
/subscriptions/manage 114.57 KB (🟢 -12 B) 218.88 KB
/taxonomy/term/create/[parent_id]/[id] 508.31 KB (🟡 +22 B) 612.63 KB
/taxonomy/term/update/[id] 508.25 KB (🟡 +24 B) 612.56 KB
/user/notifications 134.04 KB (-12 B) 238.35 KB
/user/profile/[username] 179.12 KB (-12 B) 283.43 KB
/user/settings 507.49 KB (🟡 +24 B) 611.8 KB
/uuid/recycle-bin 86.73 KB (🟢 -12 B) 191.04 KB
/willkommen 83.17 KB (🟢 -14 B) 187.48 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.