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

docs: Fix redirect issue with FAQ #3616

Merged
merged 1 commit into from
Jul 6, 2024
Merged

docs: Fix redirect issue with FAQ #3616

merged 1 commit into from
Jul 6, 2024

Conversation

birkjernstrom
Copy link
Member

No description provided.

Copy link

vercel bot commented Jul 6, 2024

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

Name Status Preview Comments Updated (UTC)
polar 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jul 6, 2024 0:03am
polar-next-js-example 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jul 6, 2024 0:03am

Copy link
Contributor

github-actions bot commented Jul 6, 2024

📦 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 224.17 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!

Thirty-three 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)
/maintainer/page 444.73 KB 668.9 KB 191.11% (🟡 +0.05%)
/backoffice/layout 451.91 KB 676.08 KB 193.17% (🟡 +0.05%)
/docs/api/[...endpoint]/page 416.04 KB 640.21 KB 182.92% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/layout 451.91 KB 676.08 KB 193.17% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/donations/overview/page 569.11 KB 793.28 KB 226.65% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/funding/page 473.02 KB 697.2 KB 199.20% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/issues/badge/page 464.1 KB 688.28 KB 196.65% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/issues/overview/page 480.28 KB 704.45 KB 201.27% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/members/page 442.05 KB 666.22 KB 190.35% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/overview/page 468.63 KB 692.81 KB 197.94% (🟡 +0.06%)
/maintainer/[organization]/(topbar)/posts/page 552.77 KB 776.94 KB 221.98% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/posts/analytics/page 562.21 KB 786.38 KB 224.68% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/products/benefits/page 533.98 KB 758.15 KB 216.62% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/sales/orders/page 474.45 KB 698.62 KB 199.60% (🟡 +0.06%)
/maintainer/[organization]/(topbar)/products/overview/page 471.48 KB 695.66 KB 198.76% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/sales/overview/page 565.7 KB 789.87 KB 225.68% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/sales/subscriptions/page 487.31 KB 711.48 KB 203.28% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/settings/page 457.58 KB 681.75 KB 194.79% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/settings/webhooks/endpoints/[id]/page 483.96 KB 708.13 KB 202.32% (🟡 +0.05%)
/maintainer/[organization]/(white)/posts/[post]/page 549.71 KB 773.88 KB 221.11% (🟡 +0.05%)
/maintainer/[organization]/(white)/layout 436.58 KB 660.75 KB 188.78% (🟡 +0.06%)
/maintainer/[organization]/(white)/posts/new/page 547.35 KB 771.52 KB 220.44% (🟡 +0.05%)
/maintainer/[organization]/products/[id]/page 523.39 KB 747.56 KB 213.59% (🟡 +0.05%)
/maintainer/[organization]/products/layout 436.58 KB 660.75 KB 188.78% (🟡 +0.06%)
/maintainer/[organization]/products/new/page 523.07 KB 747.24 KB 213.50% (🟡 +0.05%)
/maintainer/[organization]/promote/page 458.56 KB 682.73 KB 195.07% (🟡 +0.05%)
/maintainer/[organization]/promote/layout 436.58 KB 660.75 KB 188.78% (🟡 +0.06%)
/docs/(mdx)/layout 388.32 KB 612.49 KB 175.00% (🟡 +0.05%)
/docs/api/(mdx)/layout 388.31 KB 612.48 KB 174.99% (🟡 +0.05%)
/docs/contribute/layout 388.32 KB 612.49 KB 175.00% (🟡 +0.05%)
/docs/support/layout 388.32 KB 612.49 KB 175.00% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/finance/layout 436.57 KB 660.74 KB 188.78% (🟡 +0.05%)
/maintainer/[organization]/(topbar)/finance/issue-funding/layout 436.57 KB 660.74 KB 188.78% (🟡 +0.05%)
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.

@birkjernstrom birkjernstrom merged commit 8a0a470 into main Jul 6, 2024
10 of 12 checks passed
@birkjernstrom birkjernstrom deleted the docs/fix-redirects branch July 6, 2024 12:09
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.

None yet

1 participant