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

feat: migrate to new exchange subgraphs #903

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LufyCZ
Copy link
Member

@LufyCZ LufyCZ commented Sep 13, 2022

No description provided.

@vercel
Copy link

vercel bot commented Sep 13, 2022

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

Name Status Preview Updated
sushiswap-interface ✅ Ready (Inspect) Visit Preview Sep 13, 2022 at 10:11PM (UTC)

@github-actions
Copy link

📦 Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 868.01 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!

Twenty-five 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 (3.42 MB)
/account 111.78 KB 979.78 KB 27.99% (+/- <0.01%)
/account/borrowing 103.58 KB 971.59 KB 27.76% (+/- <0.01%)
/account/lending 103.55 KB 971.55 KB 27.76% (+/- <0.01%)
/account/liquidity 57.72 KB 925.72 KB 26.45% (+/- <0.01%)
/analytics/farms 60.9 KB 928.91 KB 26.54% (+/- <0.01%)
/analytics/farms/[id] 79.08 KB 947.08 KB 27.06% (+/- <0.01%)
/analytics/pools/[id] 101.82 KB 969.82 KB 27.71% (+/- <0.01%)
/analytics/tokens/[id] 77.61 KB 945.62 KB 27.02% (+/- <0.01%)
/analytics/user 35.99 KB 904 KB 25.83% (+/- <0.01%)
/bar 37.74 KB 905.74 KB 25.88% (+/- <0.01%)
/farm 123.66 KB 991.67 KB 28.33% (+/- <0.01%)
/kashi 118.95 KB 986.96 KB 28.20% (+/- <0.01%)
/kashi/[pair] 112.62 KB 980.62 KB 28.02% (+/- <0.01%)
/legacy/find 70.06 KB 938.06 KB 26.80% (+/- <0.01%)
/legacy/pool 40.96 KB 908.97 KB 25.97% (+/- <0.01%)
/legacy/remove/[[...tokens]] 70.52 KB 938.53 KB 26.82% (+/- <0.01%)
/limit-order/[[...tokens]] 112.78 KB 980.78 KB 28.02% (+/- <0.01%)
/miso/[auction] 118.25 KB 986.26 KB 28.18% (+/- <0.01%)
/trident/add/[[...tokens]] 107.77 KB 975.78 KB 27.88% (+/- <0.01%)
/trident/create 93.79 KB 961.8 KB 27.48% (+/- <0.01%)
/trident/migrate 40.82 KB 908.83 KB 25.97% (+/- <0.01%)
/trident/migrate/confirm 69.73 KB 937.74 KB 26.79% (+/- <0.01%)
/trident/pool/[[...tokens]] 68.57 KB 936.58 KB 26.76% (+/- <0.01%)
/trident/pools 59.84 KB 927.85 KB 26.51% (+/- <0.01%)
/trident/remove/[[...tokens]] 111.35 KB 979.36 KB 27.98% (+/- <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 40% 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.

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.

1 participant