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

develop #933

Merged
merged 18 commits into from
May 15, 2024
Merged

develop #933

merged 18 commits into from
May 15, 2024

Conversation

hiro0218
Copy link
Owner

@hiro0218 hiro0218 commented May 7, 2024

No description provided.

Copy link

vercel bot commented May 7, 2024

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

Name Status Preview Updated (UTC)
b-0218-jp ✅ Ready (Inspect) Visit Preview May 15, 2024 1:43pm

Copy link
Contributor

github-actions bot commented May 7, 2024

dependency-cruiser 禁断の依存性チェック - 検索結果

概要

4 modules    0 dependencies    0 errors    0 warnings    0 informational    0 ignored

違反は見つかりませんでした。


変更されたファイルの依存関係を可視化します。
flowchart LR

subgraph 0["src"]
subgraph 1["build"]
subgraph 2["ogp"]
3["http.ts"]
end
end
subgraph 4["components"]
subgraph 5["App"]
subgraph 6["Footer"]
7["index.tsx"]
end
end
subgraph 8["UI"]
subgraph 9["LinkCard"]
A["index.tsx"]
end
end
end
subgraph B["ui"]
subgraph C["styled"]
subgraph D["CssBaseline"]
subgraph E["Settings"]
F["Color.ts"]
end
end
end
end
end


style 3 fill:lime,color:black
style 7 fill:lime,color:black
style A fill:lime,color:black
style F fill:lime,color:black

Copy link
Contributor

github-actions bot commented May 7, 2024

📦 Next.js Bundle Analysis for b.0218.jp

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

🎉 Global Bundle Size Decreased

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

Eight 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)
/ 37.79 KB 169.75 KB 48.50% (🟡 +0.02%)
/[post] 13.45 KB 145.41 KB 41.55% (+/- <0.01%)
/about 45 KB 176.96 KB 50.56% (🟡 +0.02%)
/archive 36.32 KB 168.28 KB 48.08% (🟡 +0.03%)
/popular 36.03 KB 167.99 KB 48.00% (🟡 +0.02%)
/privacy 44.99 KB 176.95 KB 50.56% (🟡 +0.02%)
/tags 34.88 KB 166.84 KB 47.67% (🟡 +0.02%)
/tags/[slug] 2.44 KB 134.4 KB 38.40% (+/- <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.

@hiro0218 hiro0218 merged commit 3c28146 into master May 15, 2024
7 checks passed
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