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

Change FAQ for dynamic routing #8439

Merged
merged 1 commit into from Aug 20, 2019
Merged

Change FAQ for dynamic routing #8439

merged 1 commit into from Aug 20, 2019

Conversation

huv1k
Copy link
Contributor

@huv1k huv1k commented Aug 20, 2019

Change FAQ for fancy routes from custom server to dynamic routing.

@ijjk
Copy link
Member

ijjk commented Aug 20, 2019

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General Overall increase ⚠️
zeit/next.js canary huv1k/next.js docs-dynamic Change
buildDuration 25s 24.6s -457ms
nodeModulesSize 41.3 MB 41.3 MB ⚠️ +23 B
Client Bundles (main, webpack, commons)
zeit/next.js canary huv1k/next.js docs-dynamic Change
main-HASH.js 18.2 kB 18.2 kB
main-HASH.js gzip 6.65 kB 6.65 kB
webpack-HASH.js 1.53 kB 1.53 kB
webpack-HASH.js gzip 746 B 746 B
Overall change
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary huv1k/next.js docs-dynamic Change
main-HASH.module.js 16.5 kB 16.5 kB
main-HASH.module.js gzip 6.37 kB 6.37 kB
webpack-HASH.module.js 1.53 kB 1.53 kB
webpack-HASH.module.js gzip 746 B 746 B
Overall change
Client Pages
zeit/next.js canary huv1k/next.js docs-dynamic Change
_app.js 1.9 kB 1.9 kB
_app.js gzip 908 B 908 B
_error.js 12.1 kB 12.1 kB
_error.js gzip 4.76 kB 4.76 kB
hooks.js 12.7 kB 12.7 kB
hooks.js gzip 4.81 kB 4.81 kB
index.js 343 B 343 B
index.js gzip 237 B 237 B
link.js 8.14 kB 8.14 kB
link.js gzip 3.49 kB 3.49 kB
routerDirect.js 433 B 433 B
routerDirect.js gzip 296 B 296 B
withRouter.js 444 B 444 B
withRouter.js gzip 294 B 294 B
Overall change
Client Pages Modern
zeit/next.js canary huv1k/next.js docs-dynamic Change
_app.module.js 1.79 kB 1.79 kB
_app.module.js gzip 867 B 867 B
_error.module.js 23.3 kB 23.3 kB
_error.module.js gzip 8.62 kB 8.62 kB
hooks.module.js 1.55 kB 1.55 kB
hooks.module.js gzip 804 B 804 B
index.module.js 319 B 319 B
index.module.js gzip 238 B 238 B
link.module.js 8.52 kB 8.52 kB
link.module.js gzip 3.68 kB 3.68 kB
routerDirect.module.js 419 B 419 B
routerDirect.module.js gzip 294 B 294 B
withRouter.module.js 429 B 429 B
withRouter.module.js gzip 293 B 293 B
Overall change
Client Build Manifests
zeit/next.js canary huv1k/next.js docs-dynamic Change
_buildManifest.js 81 B 81 B
_buildManifest.js gzip 61 B 61 B
_buildManifest.module.js 519 B 519 B
_buildManifest.module.js gzip 309 B 312 B ⚠️ +3 B
Overall change
Fetched pages
zeit/next.js canary huv1k/next.js docs-dynamic Change
link 3.77 kB 3.77 kB
link gzip 975 B 979 B ⚠️ +4 B
index 3.72 kB 3.72 kB
index gzip 967 B 970 B ⚠️ +3 B
withRouter 3.78 kB 3.78 kB
withRouter gzip 963 B 966 B ⚠️ +3 B
Overall change

Serverless Mode (Increase detected ⚠️)
General Overall increase ⚠️
zeit/next.js canary huv1k/next.js docs-dynamic Change
buildDuration 26.2s 26.5s ⚠️ +289ms
nodeModulesSize 41.3 MB 41.3 MB ⚠️ +23 B
Client Bundles (main, webpack, commons) Overall decrease ✓
zeit/next.js canary huv1k/next.js docs-dynamic Change
main-HASH.js 18.2 kB 18.2 kB -1 B
main-HASH.js gzip 6.65 kB 6.65 kB -1 B
webpack-HASH.js 1.53 kB 1.53 kB
webpack-HASH.js gzip 746 B 746 B
Overall change -1 B
Client Bundles (main, webpack, commons) Modern Overall decrease ✓
zeit/next.js canary huv1k/next.js docs-dynamic Change
main-HASH.module.js 16.5 kB 16.5 kB -1 B
main-HASH.module.js gzip 6.37 kB 6.37 kB -1 B
webpack-HASH.module.js 1.53 kB 1.53 kB
webpack-HASH.module.js gzip 746 B 746 B
Overall change -1 B
Client Pages Overall increase ⚠️
zeit/next.js canary huv1k/next.js docs-dynamic Change
_app.js 1.9 kB 1.9 kB
_app.js gzip 908 B 908 B
_error.js 12.1 kB 12.1 kB
_error.js gzip 4.76 kB 4.76 kB ⚠️ +1 B
hooks.js 12.7 kB 12.7 kB
hooks.js gzip 4.81 kB 4.81 kB
index.js 343 B 343 B
index.js gzip 237 B 237 B
link.js 8.14 kB 8.14 kB
link.js gzip 3.49 kB 3.49 kB ⚠️ +1 B
routerDirect.js 433 B 434 B ⚠️ +1 B
routerDirect.js gzip 296 B 296 B
withRouter.js 444 B 444 B
withRouter.js gzip 294 B 294 B
Overall change ⚠️ +1 B
Client Pages Modern Overall increase ⚠️
zeit/next.js canary huv1k/next.js docs-dynamic Change
_app.module.js 1.79 kB 1.79 kB
_app.module.js gzip 867 B 866 B -1 B
_error.module.js 23.3 kB 23.3 kB
_error.module.js gzip 8.62 kB 8.62 kB
hooks.module.js 1.55 kB 1.55 kB
hooks.module.js gzip 804 B 805 B ⚠️ +1 B
index.module.js 319 B 319 B
index.module.js gzip 238 B 238 B
link.module.js 8.52 kB 8.52 kB
link.module.js gzip 3.68 kB 3.68 kB
routerDirect.module.js 419 B 419 B
routerDirect.module.js gzip 294 B 294 B
withRouter.module.js 429 B 430 B ⚠️ +1 B
withRouter.module.js gzip 293 B 293 B
Overall change ⚠️ +1 B
Client Build Manifests Overall increase ⚠️
zeit/next.js canary huv1k/next.js docs-dynamic Change
_buildManifest.js 81 B 81 B
_buildManifest.js gzip 61 B 61 B
_buildManifest.module.js 518 B 519 B ⚠️ +1 B
_buildManifest.module.js gzip 308 B 311 B ⚠️ +3 B
Overall change ⚠️ +1 B
Serverless bundles Overall increase ⚠️
zeit/next.js canary huv1k/next.js docs-dynamic Change
_error.js 248 kB 248 kB ⚠️ +18 B
_error.js gzip 66.5 kB 66.5 kB ⚠️ +4 B
hooks.html 3.83 kB 3.84 kB ⚠️ +5 B
hooks.html gzip 987 B 991 B ⚠️ +4 B
index.js 249 kB 249 kB ⚠️ +18 B
index.js gzip 66.8 kB 66.8 kB ⚠️ +4 B
link.js 256 kB 256 kB ⚠️ +18 B
link.js gzip 69 kB 69 kB ⚠️ +4 B
routerDirect.js 249 kB 249 kB ⚠️ +18 B
routerDirect.js gzip 66.7 kB 66.7 kB ⚠️ +4 B
withRouter.js 249 kB 249 kB ⚠️ +18 B
withRouter.js gzip 66.8 kB 66.8 kB ⚠️ +1 B
Overall change ⚠️ +95 B

@timneutkens timneutkens merged commit 0e01435 into vercel:canary Aug 20, 2019
@huv1k huv1k deleted the docs-dynamic branch August 20, 2019 12:48
@vercel vercel locked as resolved and limited conversation to collaborators Feb 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants