serlo / frontend

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

Deployment #3857

Closed elbotho closed 3 months ago

elbotho commented 3 months ago

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

vercel[bot] commented 3 months ago

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

Name Status Preview Updated (UTC)
frontend ✅ Ready (Inspect) Visit Preview Jun 5, 2024 2:22pm
github-actions[bot] commented 3 months ago

📦 Next.js Bundle Analysis for @serlo/frontend

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

Eleven 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 483.17 KB (🟡 +2 B) 587 KB
/auth/login 88.85 KB (🟡 +1 B) 192.68 KB
/auth/oauth/login 88.86 KB (🟡 +1 B) 192.69 KB
/auth/recovery 70.35 KB (🟡 +1 B) 174.18 KB
/auth/registration 71.27 KB (🟡 +1 B) 175.1 KB
/auth/settings 71.37 KB (🟡 +1 B) 175.2 KB
/auth/verification 70.69 KB (🟡 +1 B) 174.52 KB
/entity/create/[type]/[taxonomyId] 484.52 KB (🟡 +1 B) 588.35 KB
/entity/repository/add-revision/[...id] 483.8 KB (-2 B) 587.63 KB
/taxonomy/term/update/[id] 483.52 KB (🟡 +1 B) 587.35 KB
/user/settings 482.52 KB (-1 B) 586.35 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.