serlo / frontend

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

fix(plugin-course): fix revision view for courses #3920

Closed elbotho 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 Jul 1, 2024 11:53am
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. 🤖

Twenty Pages Changed Size

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

Page Size (compressed) First Load
/[...slug] 84.5 KB (🟡 +59 B) 188.81 KB
/___bot_or_not 97.89 KB (🟡 +59 B) 202.2 KB
/___editor_preview 507.86 KB (🟡 +59 B) 612.17 KB
/biologie 159.97 KB (🟡 +59 B) 264.29 KB
/chemie 159.97 KB (🟡 +59 B) 264.28 KB
/content-only/[...slug] 75.01 KB (🟡 +59 B) 179.33 KB
/editor 108.04 KB (🟡 +59 B) 212.35 KB
/entity/create/[type]/[taxonomyId] 508.8 KB (🟡 +59 B) 613.11 KB
/entity/repository/add-revision/[...id] 508.07 KB (🟡 +59 B) 612.38 KB
/entity/repository/compare/[entity_id]/[revision_id] 87.52 KB (🟡 +59 B) 191.83 KB
/informatik 159.98 KB (🟡 +59 B) 264.29 KB
/lerntipps 159.97 KB (🟡 +59 B) 264.29 KB
/license/detail/[id] 62.76 KB (🟡 +59 B) 167.07 KB
/mathe 159.97 KB (🟡 +59 B) 264.28 KB
/nachhaltigkeit 159.98 KB (🟡 +59 B) 264.29 KB
/page/create 508.08 KB (🟡 +59 B) 612.39 KB
/taxonomy/term/create/[parent_id]/[id] 507.85 KB (🟡 +59 B) 612.16 KB
/taxonomy/term/update/[id] 507.79 KB (🟡 +59 B) 612.1 KB
/user/profile/[username] 179.73 KB (🟡 +59 B) 284.04 KB
/user/settings 507.01 KB (🟡 +59 B) 611.32 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.