[v3] replace `@headlessui/react` and `@popperjs/core` in `<Select />` with `radix-ui/react-dropdown-menu`
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| nextra | ❌ Failed (Inspect) | Oct 10, 2023 10:03pm | ||
| nextra-theme-docs-dev | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 10, 2023 10:03pm |
| nextra-v2 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 10, 2023 10:03pm |
🦋 Changeset detected
Latest commit: c46b3cd8d4ddbbbdd7734e7c8c7474d2a03e2a80
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
📦 Next.js Bundle Analysis for swr-site
This analysis was generated by the Next.js Bundle Analysis action. 🤖
⚠️ Global Bundle Size Increased
| Page | Size (compressed) |
|---|---|
global |
168.72 KB (🟡 +12.6 KB) |
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!
Ten 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) |
|---|---|---|---|
/en |
16.02 KB |
184.74 KB | 52.78% (🟡 +0.06%) |
/en/docs/advanced/markdown-import |
16.33 KB |
185.05 KB | 52.87% (🟡 +0.06%) |
/en/docs/advanced/scrollbar-x |
12.82 KB |
181.53 KB | 51.87% (🟡 +0.05%) |
/en/docs/getting-started |
21.63 KB |
190.34 KB | 54.38% (🟡 +0.06%) |
/en/docs/revalidation |
15 KB |
183.71 KB | 52.49% (+/- <0.01%) |
/en/foo |
12.19 KB |
180.9 KB | 51.69% (🟡 +0.06%) |
/en/remote/graphql-eslint/[[...slug]] |
12.13 KB |
180.85 KB | 51.67% (🟡 +0.05%) |
/en/remote/graphql-yoga/[[...slug]] |
12.15 KB |
180.86 KB | 51.67% (🟡 +0.06%) |
/es/docs/revalidation |
13.51 KB |
182.22 KB | 52.06% (+/- <0.01%) |
/ru/docs/revalidation |
14.32 KB |
183.03 KB | 52.29% (🟡 +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 "+/-