serlo / frontend

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

New Crowdin updates #3897

Closed kulla closed 2 weeks ago

vercel[bot] commented 2 weeks ago

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

Name Status Preview Updated (UTC)
frontend ✅ Ready (Inspect) Visit Preview Jun 19, 2024 5:19pm
github-actions[bot] commented 2 weeks 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 159.6 KB (🟢 -47 B) 263.65 KB
/chemie 159.6 KB (🟢 -47 B) 263.65 KB
/event/history 131.15 KB (🟢 -47 B) 235.2 KB
/event/history/[...slug] 132.14 KB (🟢 -47 B) 236.19 KB
/event/history/user/profile/[username] 134.52 KB (🟢 -47 B) 238.57 KB
/informatik 159.6 KB (🟢 -47 B) 263.65 KB
/lerntipps 159.6 KB (🟢 -47 B) 263.65 KB
/mathe 159.6 KB (🟢 -47 B) 263.64 KB
/nachhaltigkeit 159.6 KB (🟢 -47 B) 263.65 KB
/subscriptions/manage 113.92 KB (🟢 -47 B) 217.96 KB
/user/notifications 133.4 KB (🟢 -47 B) 237.45 KB
/user/profile/[username] 178.42 KB (🟢 -47 B) 282.46 KB
/uuid/recycle-bin 86.16 KB (🟢 -47 B) 190.21 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.