mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Added bundle size and % (#43)
This commit is contained in:
parent
b997ca8f09
commit
b01ddc5544
|
@ -209,9 +209,9 @@ Note: we recommend putting `.next` in `.npmignore` or `.gitigore`. Otherwise, us
|
|||
<details>
|
||||
<summary>How big is it?</summary>
|
||||
|
||||
The client side next bundle, which includes React and Glamor is **${X}kb** gzipped.
|
||||
The client side next bundle, which includes React and Glamor is **73kb** gzipped.
|
||||
|
||||
The Next runtime (lazy loading, routing, `<Head>`) contributes **${Y}%** to the size of that bundle.
|
||||
The Next runtime (lazy loading, routing, `<Head>`) contributes around **15%** to the size of that bundle.
|
||||
|
||||
The codebase is ~1500LOC (excluding CLI programs).
|
||||
|
||||
|
|
Loading…
Reference in a new issue