serlo / frontend

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

New Crowdin updates #4148

Closed kulla closed 1 week ago

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 Sep 24, 2024 7:12pm
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. 🤖

Thirteen Pages Changed Size

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

Page Size (compressed) First Load
/biologie 162.33 KB (🟡 +13 B) 266.86 KB
/chemie 162.33 KB (🟡 +13 B) 266.86 KB
/event/history 134.32 KB (🟡 +13 B) 238.85 KB
/event/history/[...slug] 135.29 KB (🟡 +13 B) 239.81 KB
/event/history/user/profile/[username] 137.64 KB (🟡 +13 B) 242.16 KB
/informatik 162.34 KB (🟡 +13 B) 266.86 KB
/lerntipps 162.33 KB (🟡 +13 B) 266.86 KB
/mathe 162.33 KB (🟡 +13 B) 266.86 KB
/nachhaltigkeit 162.34 KB (🟡 +13 B) 266.86 KB
/subscriptions/manage 117.15 KB (🟡 +13 B) 221.67 KB
/user/notifications 136.54 KB (🟡 +13 B) 241.07 KB
/user/profile/[username] 185.25 KB (🟡 +13 B) 289.77 KB
/uuid/recycle-bin 89.1 KB (🟡 +13 B) 193.63 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.