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

Product Link #4002

Merged
merged 6 commits into from
Sep 18, 2024
Merged

Product Link #4002

merged 6 commits into from
Sep 18, 2024

Conversation

birkjernstrom
Copy link
Member

  • clients: Rename Product Overview to Catalog
  • clients: Copy Checkout URL to products
  • clients: Better copy for Copy Checkout URL
  • clients: Ability to configure Product Link Base URL

Copy link

vercel bot commented Sep 18, 2024

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

Name Status Preview Comments Updated (UTC)
polar ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2024 8:23am
polar-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2024 8:23am

Copy link
Contributor

📦 Next.js Bundle Analysis for web

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 188.75 KB (🟡 +33 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!

Twenty-nine Pages Changed Size

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

Page Size (compressed) First Load % of Budget (350 KB)
/backoffice/layout 538.04 KB 726.79 KB 207.65% (+/- <0.01%)
/dashboard/[organization]/(overlay)/layout 527.1 KB 715.84 KB 204.53% (+/- <0.01%)
/dashboard/[organization]/(topbar)/analytics/page 666.15 KB 854.9 KB 244.26% (+/- <0.01%)
/dashboard/[organization]/(topbar)/layout 538.04 KB 726.79 KB 207.65% (+/- <0.01%)
/dashboard/[organization]/(topbar)/(home)/page 547.39 KB 736.14 KB 210.33% (+/- <0.01%)
/dashboard/[organization]/(topbar)/donations/overview/page 647.58 KB 836.33 KB 238.95% (+/- <0.01%)
/dashboard/[organization]/(topbar)/issues/overview/page 574.87 KB 763.62 KB 218.18% (+/- <0.01%)
/dashboard/[organization]/(topbar)/issues/organizations/page 529.51 KB 718.26 KB 205.22% (+/- <0.01%)
/dashboard/[organization]/(topbar)/issues/badge/page 551.67 KB 740.42 KB 211.55% (+/- <0.01%)
/dashboard/[organization]/(topbar)/members/page 527.44 KB 716.18 KB 204.62% (+/- <0.01%)
/dashboard/[organization]/(topbar)/posts/analytics/page 643.31 KB 832.05 KB 237.73% (+/- <0.01%)
/dashboard/[organization]/(topbar)/posts/page 638.02 KB 826.76 KB 236.22% (+/- <0.01%)
/dashboard/[organization]/(topbar)/products/page 529.97 KB 718.72 KB 205.35% (🟡 +0.06%)
/dashboard/[organization]/(topbar)/products/benefits/page 617.59 KB 806.34 KB 230.38% (+/- <0.01%)
/dashboard/[organization]/(topbar)/sales/page 554.62 KB 743.36 KB 212.39% (+/- <0.01%)
/dashboard/[organization]/(topbar)/sales/subscriptions/page 568.04 KB 756.79 KB 216.23% (+/- <0.01%)
/dashboard/[organization]/(topbar)/settings/page 559.47 KB 748.22 KB 213.78% (+/- <0.01%)
/dashboard/[organization]/(topbar)/settings/webhooks/endpoints/[id]/page 567.95 KB 756.7 KB 216.20% (+/- <0.01%)
/dashboard/[organization]/(white)/posts/new/page 656.01 KB 844.75 KB 241.36% (+/- <0.01%)
/dashboard/[organization]/(white)/layout 526.51 KB 715.26 KB 204.36% (+/- <0.01%)
/dashboard/[organization]/products/[id]/page 603.92 KB 792.67 KB 226.48% (+/- <0.01%)
/dashboard/[organization]/products/layout 526.51 KB 715.26 KB 204.36% (+/- <0.01%)
/dashboard/[organization]/(white)/posts/[post]/page 658.3 KB 847.05 KB 242.01% (+/- <0.01%)
/dashboard/[organization]/products/new/page 603.62 KB 792.37 KB 226.39% (+/- <0.01%)
/dashboard/[organization]/promote/page 545.21 KB 733.95 KB 209.70% (+/- <0.01%)
/dashboard/[organization]/promote/layout 526.51 KB 715.26 KB 204.36% (+/- <0.01%)
/(topbar)/(backer)/finance/layout 222.09 KB 410.84 KB 117.38% (+/- <0.01%)
/dashboard/[organization]/(topbar)/finance/layout 526.51 KB 715.25 KB 204.36% (+/- <0.01%)
/dashboard/[organization]/(topbar)/finance/issue-funding/layout 526.51 KB 715.25 KB 204.36% (+/- <0.01%)
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

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your 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. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

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