polarsource / polar

Polar is the best funding & monetization platform for developers. From first donation to IPO.
https://polar.sh
Apache License 2.0
1.57k stars 53 forks source link

clients/web/landing: fix documentation menu links #3634

Closed frankie567 closed 1 month ago

vercel[bot] commented 1 month ago

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 Jul 10, 2024 8:54am
1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **polar-next-js-example** | ⬜️ Ignored ([Inspect](https://vercel.com/polar-sh/polar-next-js-example/FPkKGuJ4UrUMQgKvMA8XfaPow25g)) | [Visit Preview](https://polar-next-js-example-git-landing-docs-links-polar-sh.vercel.app) | | Jul 10, 2024 8:54am |
github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for web

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 % of Budget (350 KB)
/docs/api/[...endpoint]/page 420.86 KB 647.28 KB 184.94% (+/- <0.01%)
/(landing)/layout 108.11 KB 334.53 KB 95.58% (🟢 -0.01%)
/docs/(mdx)/layout 393.11 KB 619.53 KB 177.01% (+/- <0.01%)
/docs/(mdx)/benefits/page 30.51 KB 256.93 KB 73.41% (+/- <0.01%)
/docs/(mdx)/subscriptions/page 30.51 KB 256.93 KB 73.41% (+/- <0.01%)
/docs/api/(mdx)/layout 393.1 KB 619.52 KB 177.01% (+/- <0.01%)
/docs/api/(mdx)/page 30.51 KB 256.93 KB 73.41% (+/- <0.01%)
/docs/contribute/layout 393.11 KB 619.53 KB 177.01% (+/- <0.01%)
/docs/support/page 30.51 KB 256.93 KB 73.41% (+/- <0.01%)
/docs/support/layout 393.11 KB 619.53 KB 177.01% (+/- <0.01%)
/(landing)/(mdx)/careers/page 30.51 KB 256.93 KB 73.41% (+/- <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.