-
Notifications
You must be signed in to change notification settings - Fork 147
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: graph-ts
docs
#549
feat: graph-ts
docs
#549
Conversation
📦 Next.js Bundle Analysis for @graphprotocol/docsThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
681.78 KB (🟡 +50 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!
New Pages Added
The following pages were added to the bundle from the code in this PR:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/en/developing/graph-ts/[[...slug]] |
77.48 KB |
759.26 KB | 216.93% |
/en/developing/graph-ts/api |
17.63 KB |
699.41 KB | 199.83% |
/en/developing/graph-ts/common-issues |
5.37 KB |
687.15 KB | 196.33% |
{ | ||
source: '/en/developing/graph-ts/', | ||
destination: '/en/developing/graph-ts/README/', | ||
permanent: false, | ||
}, | ||
{ | ||
source: '/en/developer/assemblyscript-api/', | ||
destination: '/en/developing/graph-ts/api/', | ||
permanent: true, | ||
}, | ||
{ | ||
source: '/en/developing/assemblyscript-api/', | ||
destination: '/en/developing/graph-ts/api/', | ||
permanent: true, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for setting these up!
import { buildDynamicMDX } from 'nextra/remote' | ||
import { getPageMap } from '@/src/getPageMap' | ||
import { remarkReplaceLinks } from '@/src/remarkReplaceLinks' | ||
import { Mermaid } from 'nextra/components' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧜♀️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Nice! I think my only thought here is that it's |
closes #429