headstartwp icon indicating copy to clipboard operation
headstartwp copied to clipboard

feat: primitives scaffolding

Open nicholasio opened this issue 1 year ago • 13 comments

Description of the Change

Closes #

How to test the Change

Changelog Entry

Added - New feature Changed - Existing functionality Deprecated - Soon-to-be removed feature Removed - Feature Fixed - Bug fix Security - Vulnerability

Credits

Props @username, @username2, ...

Checklist:

  • [ ] I agree to follow this project's Code of Conduct.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added tests to cover my change.
  • [ ] All new and existing tests pass.

nicholasio avatar Jan 23 '24 23:01 nicholasio

🦋 Changeset detected

Latest commit: 0b9028886d9d741add102d13a73f8262d5443daa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@headstartwp/block-primitives Patch
@headstartwp/core Patch

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

changeset-bot[bot] avatar Jan 23 '24 23:01 changeset-bot[bot]

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

Name Status Preview Comments Updated (UTC)
headstartwp-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 5:35pm
headstarwp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 5:35pm

vercel[bot] avatar Jan 23 '24 23:01 vercel[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

This PR introduced no changes to the JavaScript bundle! 🙌

github-actions[bot] avatar Jan 23 '24 23:01 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

This PR introduced no changes to the JavaScript bundle! 🙌

github-actions[bot] avatar Feb 19 '24 18:02 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

This PR introduced no changes to the JavaScript bundle! 🙌

github-actions[bot] avatar Mar 12 '24 20:03 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

⚠️ Global Bundle Size Increased

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

Six 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 (145 KB)
/ 10.13 KB 133.41 KB 92.00% (+/- <0.01%)
/[...path] 7.12 KB 130.4 KB 89.93% (+/- <0.01%)
/blog/[[...path]] 10.48 KB 133.76 KB 92.25% (🟢 -0.01%)
/category/[...path] 5.48 KB 128.76 KB 88.80% (+/- <0.01%)
/search/[[...path]] 3.51 KB 126.79 KB 87.44% (+/- <0.01%)
/tag/[...path] 5.51 KB 128.79 KB 88.82% (+/- <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 "+/-

github-actions[bot] avatar Mar 14 '24 13:03 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

⚠️ Global Bundle Size Increased

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

Six 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 (145 KB)
/ 10.13 KB 133.41 KB 92.00% (+/- <0.01%)
/[...path] 7.12 KB 130.4 KB 89.93% (+/- <0.01%)
/blog/[[...path]] 10.48 KB 133.76 KB 92.25% (🟢 -0.01%)
/category/[...path] 5.48 KB 128.76 KB 88.80% (+/- <0.01%)
/search/[[...path]] 3.51 KB 126.79 KB 87.44% (+/- <0.01%)
/tag/[...path] 5.51 KB 128.79 KB 88.82% (+/- <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 "+/-

github-actions[bot] avatar Mar 14 '24 14:03 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

⚠️ Global Bundle Size Increased

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

Six 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 (145 KB)
/ 10.13 KB 133.41 KB 92.00% (+/- <0.01%)
/[...path] 7.12 KB 130.4 KB 89.93% (+/- <0.01%)
/blog/[[...path]] 10.48 KB 133.76 KB 92.25% (🟢 -0.01%)
/category/[...path] 5.48 KB 128.76 KB 88.80% (+/- <0.01%)
/search/[[...path]] 3.51 KB 126.79 KB 87.44% (+/- <0.01%)
/tag/[...path] 5.51 KB 128.79 KB 88.82% (+/- <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 "+/-

github-actions[bot] avatar Mar 14 '24 14:03 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

⚠️ Global Bundle Size Increased

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

Six 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 (145 KB)
/ 10.13 KB 133.41 KB 92.00% (+/- <0.01%)
/[...path] 7.12 KB 130.4 KB 89.93% (+/- <0.01%)
/blog/[[...path]] 10.48 KB 133.76 KB 92.25% (🟢 -0.01%)
/category/[...path] 5.48 KB 128.76 KB 88.80% (+/- <0.01%)
/search/[[...path]] 3.51 KB 126.79 KB 87.44% (+/- <0.01%)
/tag/[...path] 5.51 KB 128.79 KB 88.82% (+/- <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 "+/-

github-actions[bot] avatar Mar 20 '24 00:03 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

⚠️ Global Bundle Size Increased

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

Six 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 (145 KB)
/ 10.13 KB 133.41 KB 92.00% (+/- <0.01%)
/[...path] 7.12 KB 130.4 KB 89.93% (+/- <0.01%)
/blog/[[...path]] 10.48 KB 133.76 KB 92.25% (🟢 -0.01%)
/category/[...path] 5.48 KB 128.76 KB 88.80% (+/- <0.01%)
/search/[[...path]] 3.51 KB 126.79 KB 87.44% (+/- <0.01%)
/tag/[...path] 5.51 KB 128.79 KB 88.82% (+/- <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 "+/-

github-actions[bot] avatar Mar 21 '24 15:03 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

⚠️ Global Bundle Size Increased

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

Six 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 (145 KB)
/ 10.18 KB 133.48 KB 92.06% (🟢 -0.01%)
/[...path] 7.17 KB 130.47 KB 89.98% (+/- <0.01%)
/blog/[[...path]] 10.52 KB 133.82 KB 92.29% (+/- <0.01%)
/category/[...path] 5.49 KB 128.79 KB 88.82% (+/- <0.01%)
/search/[[...path]] 3.52 KB 126.83 KB 87.47% (🟢 -0.01%)
/tag/[...path] 5.51 KB 128.82 KB 88.84% (+/- <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 "+/-

github-actions[bot] avatar Apr 05 '24 14:04 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

⚠️ Global Bundle Size Increased

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

Six 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 (145 KB)
/ 10.18 KB 133.48 KB 92.06% (🟢 -0.01%)
/[...path] 7.17 KB 130.47 KB 89.98% (+/- <0.01%)
/blog/[[...path]] 10.52 KB 133.82 KB 92.29% (+/- <0.01%)
/category/[...path] 5.49 KB 128.79 KB 88.82% (+/- <0.01%)
/search/[[...path]] 3.52 KB 126.83 KB 87.47% (🟢 -0.01%)
/tag/[...path] 5.51 KB 128.82 KB 88.84% (+/- <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 "+/-

github-actions[bot] avatar Apr 05 '24 15:04 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headless_framework

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

⚠️ Global Bundle Size Increased

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

Six 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 (145 KB)
/ 10.18 KB 133.48 KB 92.06% (🟢 -0.01%)
/[...path] 7.17 KB 130.47 KB 89.98% (+/- <0.01%)
/blog/[[...path]] 10.52 KB 133.82 KB 92.29% (+/- <0.01%)
/category/[...path] 5.49 KB 128.79 KB 88.82% (+/- <0.01%)
/search/[[...path]] 3.52 KB 126.83 KB 87.47% (🟢 -0.01%)
/tag/[...path] 5.51 KB 128.82 KB 88.84% (+/- <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 "+/-

github-actions[bot] avatar Apr 09 '24 15:04 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Oct 28 '24 18:10 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Oct 28 '24 18:10 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Oct 28 '24 18:10 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Oct 29 '24 01:10 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Oct 29 '24 20:10 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Oct 30 '24 15:10 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Oct 31 '24 12:10 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Nov 04 '24 14:11 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Nov 04 '24 19:11 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Nov 05 '24 00:11 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Nov 05 '24 13:11 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -269 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Nov 06 '24 20:11 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -273 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.25% (🟢 -0.37%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.77 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.79 KB 88.13% (🟡 +0.12%)
/tag/[...path] 5.76 KB 129.77 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Nov 07 '24 13:11 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -273 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.25% (🟢 -0.37%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.77 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.79 KB 88.13% (🟡 +0.12%)
/tag/[...path] 5.76 KB 129.77 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Nov 07 '24 13:11 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 124.01 KB (🟢 -268 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!

Seven 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 (145 KB)
/ 9.76 KB 133.77 KB 92.26% (🟢 -0.38%)
/[...path] 6.64 KB 130.65 KB 90.10% (🟢 -0.37%)
/author/[...path] 6 KB 130.01 KB 89.66% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.2 KB 92.55% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
/search/[[...path]] 3.78 KB 127.8 KB 88.14% (🟡 +0.11%)
/tag/[...path] 5.76 KB 129.78 KB 89.50% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Nov 08 '24 15:11 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 123.84 KB (🟢 -272 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!

Seven 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 (145 KB)
/ 9.76 KB 133.6 KB 92.14% (🟢 -0.38%)
/[...path] 6.64 KB 130.48 KB 89.99% (🟢 -0.37%)
/author/[...path] 6 KB 129.84 KB 89.55% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.03 KB 92.43% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.61 KB 89.38% (🟡 +0.12%)
/search/[[...path]] 3.78 KB 127.63 KB 88.02% (🟡 +0.12%)
/tag/[...path] 5.76 KB 129.61 KB 89.38% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Feb 19 '25 13:02 github-actions[bot]

📦 Next.js Bundle Analysis for @10up/headstartwp

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 123.84 KB (🟢 -272 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!

Seven 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 (145 KB)
/ 9.76 KB 133.6 KB 92.14% (🟢 -0.38%)
/[...path] 6.64 KB 130.48 KB 89.99% (🟢 -0.37%)
/author/[...path] 6 KB 129.84 KB 89.55% (🟡 +0.11%)
/blog/[[...path]] 10.19 KB 134.03 KB 92.43% (🟢 -0.37%)
/category/[...path] 5.76 KB 129.61 KB 89.38% (🟡 +0.12%)
/search/[[...path]] 3.78 KB 127.63 KB 88.02% (🟡 +0.12%)
/tag/[...path] 5.76 KB 129.61 KB 89.38% (🟡 +0.11%)
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 "+/-

github-actions[bot] avatar Feb 19 '25 15:02 github-actions[bot]