serlo / frontend

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

fix(auth): add missing kratos string #4299

Closed elbotho closed 6 days ago

vercel[bot] commented 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 0:56am
github-actions[bot] commented 6 days ago

📦 Next.js Bundle Analysis for @serlo/frontend

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

Twelve 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 155.17 KB (🟡 +4 B) 259.9 KB
/chemie 155.16 KB (🟡 +4 B) 259.9 KB
/event/history 123.18 KB (🟡 +4 B) 227.92 KB
/event/history/[...slug] 124.16 KB (🟡 +4 B) 228.89 KB
/event/history/user/profile/[username] 126.55 KB (🟡 +4 B) 231.29 KB
/informatik 155.17 KB (🟡 +4 B) 259.9 KB
/lerntipps 155.17 KB (🟡 +4 B) 259.9 KB
/mathe 155.16 KB (🟡 +4 B) 259.9 KB
/nachhaltigkeit 155.17 KB (🟡 +4 B) 259.91 KB
/subscriptions/manage 106.27 KB (🟡 +4 B) 211 KB
/user/notifications 125.52 KB (🟡 +4 B) 230.25 KB
/user/profile/[username] 174.21 KB (🟡 +4 B) 278.94 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.