Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(e2e): make landing test more resilient #3201

Merged
merged 3 commits into from
Dec 13, 2023
Merged

Conversation

elbotho
Copy link
Member

@elbotho elbotho commented Dec 13, 2023

No description provided.

Copy link

vercel bot commented Dec 13, 2023

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

Name Status Preview Updated (UTC)
frontend 🔄 Building (Inspect) Visit Preview Dec 13, 2023 11:58am

@elbotho elbotho merged commit 2539a8f into staging Dec 13, 2023
11 of 13 checks passed
@elbotho elbotho deleted the e2e-fix-landing-test branch December 13, 2023 11:58
Copy link
Contributor

📦 Next.js Bundle Analysis for @serlo/frontend

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 103.69 KB (-1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Nineteen 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] 73.29 KB (🟡 +11 B) 176.98 KB
/___editor_preview 475.79 KB (🟡 +7 B) 579.48 KB
/authorization/roles 64.93 KB (🟡 +12 B) 168.62 KB
/entity/create/[type]/[taxonomyId] 477.2 KB (🟡 +7 B) 580.89 KB
/entity/license/update/[id] 56.17 KB (🟡 +13 B) 159.86 KB
/entity/link/order/[id]/link 92.73 KB (🟡 +12 B) 196.42 KB
/entity/repository/add-revision/[...id] 476.41 KB (🟡 +7 B) 580.1 KB
/entity/repository/history/[id] 68.8 KB (🟡 +12 B) 172.49 KB
/entity/taxonomy/update/[id] 68.78 KB (🟡 +14 B) 172.47 KB
/event/history/[...slug] 133.2 KB (🟡 +12 B) 236.89 KB
/jobs/[[...jobId]] 51.23 KB (🟡 +12 B) 154.92 KB
/page/create 476.43 KB (🟡 +7 B) 580.12 KB
/pages 57.51 KB (🟡 +13 B) 161.2 KB
/taxonomy/term/[copyOrMove]/batch/[id] 70.57 KB (🟡 +14 B) 174.26 KB
/taxonomy/term/create/[parent_id]/[id] 476.12 KB (🟡 +7 B) 579.81 KB
/taxonomy/term/sort/entities/[id] 95.27 KB (🟡 +11 B) 198.96 KB
/taxonomy/term/update/[id] 476.03 KB (🟡 +7 B) 579.72 KB
/user/settings 474.77 KB (🟡 +7 B) 578.46 KB
/uuid/recycle-bin 84.22 KB (🟡 +10 B) 187.91 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant