Replies: 3 comments
-
I was really susprised this was not the case already - I went searching this github for an issue for what I thought was a bug. After I build my site, this is the output of the page sizes
When I load On the filesystem, the _nest/data .json file for the page is 16.6 MB I would have expected at least the .html file size to be reflected in the page size output - I'm not sure what these numbers are that it's referencing. In my opinion, this output is bugged and shows inaccurate information. It tells me the above page is 370 B which is far from true :) |
Beta Was this translation helpful? Give feedback.
-
These shipped at some point! |
Beta Was this translation helpful? Give feedback.
-
Moving this to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Like we expose First Load JS size, we should expose the SSG data size for a page. This will help users know if they're including way too much data in their
getStaticProps
return value.Beta Was this translation helpful? Give feedback.
All reactions