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

Enable New CSS Support by Default #9927

Merged
merged 13 commits into from Jan 9, 2020
Merged

Enable New CSS Support by Default #9927

merged 13 commits into from Jan 9, 2020

Conversation

Timer
Copy link
Member

@Timer Timer commented Jan 3, 2020

This enables the new CSS support in Next.js by default.

@Timer Timer added this to the 9.2.0 milestone Jan 3, 2020
@ijjk
Copy link
Member

ijjk commented Jan 3, 2020

Stats from current PR

Default Server Mode
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.8s 12.8s -1.1s
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.43 kB 6.43 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.41 kB 5.41 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.04 kB 1.04 kB
link.html gzip 1.04 kB 1.04 kB ⚠️ +1 B
withRouter.html gzip 1.03 kB 1.03 kB
Overall change 3.11 kB 3.11 kB ⚠️ +1 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.1s 13.2s ⚠️ +131ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.43 kB 6.43 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.41 kB 5.41 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 78.9 kB 78.9 kB -2 B
hooks.html gzip 1.07 kB 1.07 kB
index.js gzip 79.1 kB 79.1 kB -2 B
link.js gzip 81.3 kB 81.3 kB -1 B
routerDirect.js gzip 79.2 kB 79.2 kB -2 B
withRouter.js gzip 79.3 kB 79.3 kB -2 B
Overall change 399 kB 399 kB -9 B

Commit: 5c9fd37

@ijjk
Copy link
Member

ijjk commented Jan 3, 2020

Stats from current PR

Default Server Mode
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 12.9s 13.3s ⚠️ +442ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.43 kB 6.43 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.41 kB 5.41 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.04 kB 1.04 kB
link.html gzip 1.04 kB 1.04 kB ⚠️ +1 B
withRouter.html gzip 1.03 kB 1.03 kB
Overall change 3.11 kB 3.11 kB ⚠️ +1 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.4s 13.8s ⚠️ +372ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.43 kB 6.43 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.41 kB 5.41 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 78.9 kB 78.9 kB -2 B
hooks.html gzip 1.07 kB 1.07 kB
index.js gzip 79.1 kB 79.1 kB -2 B
link.js gzip 81.3 kB 81.3 kB -1 B
routerDirect.js gzip 79.2 kB 79.2 kB -2 B
withRouter.js gzip 79.3 kB 79.3 kB -2 B
Overall change 399 kB 399 kB -9 B

Commit: 11ca22f

@ijjk
Copy link
Member

ijjk commented Jan 3, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 12.4s 13s ⚠️ +533ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.44 kB 6.44 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.42 kB 5.42 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.04 kB 1.04 kB
link.html gzip 1.04 kB 1.04 kB -1 B
withRouter.html gzip 1.03 kB 1.03 kB -1 B
Overall change 3.11 kB 3.11 kB -2 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 12.9s 13.4s ⚠️ +456ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.44 kB 6.44 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.42 kB 5.42 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 78.9 kB 78.9 kB
hooks.html gzip 1.07 kB 1.07 kB
index.js gzip 79.1 kB 79.1 kB -1 B
link.js gzip 81.3 kB 81.3 kB -1 B
routerDirect.js gzip 79.2 kB 79.2 kB -1 B
withRouter.js gzip 79.3 kB 79.3 kB -1 B
Overall change 399 kB 399 kB -4 B

Commit: 8684b6a

Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like me might need to update tests 🤔

@ijjk
Copy link
Member

ijjk commented Jan 3, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 11.8s 12s ⚠️ +200ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.44 kB 6.44 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.42 kB 5.42 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.04 kB 1.04 kB
link.html gzip 1.04 kB 1.04 kB -1 B
withRouter.html gzip 1.03 kB 1.03 kB -1 B
Overall change 3.11 kB 3.11 kB -2 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 12.4s 12.5s ⚠️ +82ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.44 kB 6.44 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.42 kB 5.42 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 78.9 kB 78.9 kB
hooks.html gzip 1.07 kB 1.07 kB
index.js gzip 79.1 kB 79.1 kB -1 B
link.js gzip 81.3 kB 81.3 kB -1 B
routerDirect.js gzip 79.2 kB 79.2 kB -1 B
withRouter.js gzip 79.3 kB 79.3 kB -1 B
Overall change 399 kB 399 kB -4 B

Commit: 33cdde3

@ijjk
Copy link
Member

ijjk commented Jan 3, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.7s 13.8s ⚠️ +140ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.44 kB 6.44 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.42 kB 5.42 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.04 kB 1.04 kB
link.html gzip 1.04 kB 1.04 kB -1 B
withRouter.html gzip 1.03 kB 1.03 kB -1 B
Overall change 3.11 kB 3.11 kB -2 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 14s 14.7s ⚠️ +650ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.44 kB 6.44 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.42 kB 5.42 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 78.9 kB 78.9 kB
hooks.html gzip 1.07 kB 1.07 kB
index.js gzip 79.1 kB 79.1 kB -1 B
link.js gzip 81.3 kB 81.3 kB -1 B
routerDirect.js gzip 79.2 kB 79.2 kB -1 B
withRouter.js gzip 79.3 kB 79.3 kB -1 B
Overall change 399 kB 399 kB -4 B

Commit: 38e625a

ijjk
ijjk previously requested changes Jan 3, 2020
Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we need to add !this.context._documentProps.inAmpMode && to here since it's not allowed in AMP mode

@ijjk
Copy link
Member

ijjk commented Jan 3, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.9s 14.8s ⚠️ +876ms
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.45 kB 6.45 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.43 kB 5.43 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.04 kB 1.04 kB -3 B
link.html gzip 1.04 kB 1.04 kB ⚠️ +1 B
withRouter.html gzip 1.03 kB 1.03 kB
Overall change 3.12 kB 3.11 kB -2 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       async=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       async=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 14.5s 15.6s ⚠️ +1s
nodeModulesSize 48.9 MB 48.9 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 6.45 kB 6.45 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..6ef5.js gzip 13.8 kB 13.8 kB
framework.HASH.js gzip 39.5 kB 39.5 kB
Overall change 69.2 kB 69.2 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 5.43 kB 5.43 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.6 kB 12.6 kB
framework.HA..dule.js gzip 39.4 kB 39.4 kB
Overall change 63.7 kB 63.7 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.93 kB 2.93 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.89 kB 9.89 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.49 kB 2.49 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.43 kB 7.43 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 78.9 kB 78.9 kB -1 B
hooks.html gzip 1.07 kB 1.07 kB -1 B
index.js gzip 79.1 kB 79.1 kB
link.js gzip 81.3 kB 81.3 kB -1 B
routerDirect.js gzip 79.2 kB 79.2 kB -1 B
withRouter.js gzip 79.3 kB 79.3 kB -1 B
Overall change 399 kB 399 kB -5 B

Commit: db3366a

@ijjk
Copy link
Member

ijjk commented Jan 9, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 11.5s 11.7s ⚠️ +139ms
nodeModulesSize 49 MB 49 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.02 kB 1.02 kB -1 B
link.html gzip 1.03 kB 1.03 kB -1 B
withRouter.html gzip 1.01 kB 1.01 kB -1 B
Overall change 3.06 kB 3.06 kB -3 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 11.7s 12.3s ⚠️ +565ms
nodeModulesSize 49 MB 49 MB ⚠️ +234 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 77.8 kB 77.8 kB -1 B
hooks.html gzip 1.05 kB 1.05 kB
index.js gzip 78 kB 78 kB -2 B
link.js gzip 80.4 kB 80.4 kB -1 B
routerDirect.js gzip 78 kB 78 kB -2 B
withRouter.js gzip 78.1 kB 78.1 kB -1 B
Overall change 393 kB 393 kB -7 B

Commit: dd9dd78

@ijjk
Copy link
Member

ijjk commented Jan 9, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 16.2s 16.1s -32ms
nodeModulesSize 49 MB 49 MB ⚠️ +172 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.02 kB 1.02 kB -1 B
link.html gzip 1.03 kB 1.03 kB -1 B
withRouter.html gzip 1.01 kB 1.01 kB -1 B
Overall change 3.06 kB 3.06 kB -3 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 16s 16.8s ⚠️ +866ms
nodeModulesSize 49 MB 49 MB ⚠️ +172 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 77.8 kB 77.8 kB -1 B
hooks.html gzip 1.05 kB 1.05 kB
index.js gzip 78 kB 78 kB -2 B
link.js gzip 80.4 kB 80.4 kB -1 B
routerDirect.js gzip 78 kB 78 kB -2 B
withRouter.js gzip 78.1 kB 78.1 kB -1 B
Overall change 393 kB 393 kB -7 B

Commit: 98085c5

@ijjk
Copy link
Member

ijjk commented Jan 9, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.2s 13.7s ⚠️ +484ms
nodeModulesSize 49 MB 49 MB ⚠️ +423 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.02 kB 1.02 kB -1 B
link.html gzip 1.03 kB 1.03 kB -1 B
withRouter.html gzip 1.01 kB 1.01 kB -1 B
Overall change 3.06 kB 3.06 kB -3 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Increase detected ⚠️)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.6s 14.4s ⚠️ +778ms
nodeModulesSize 49 MB 49 MB ⚠️ +423 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 77.8 kB 77.8 kB ⚠️ +9 B
hooks.html gzip 1.05 kB 1.05 kB
index.js gzip 78 kB 78 kB ⚠️ +8 B
link.js gzip 80.4 kB 80.4 kB ⚠️ +7 B
routerDirect.js gzip 78 kB 78.1 kB ⚠️ +9 B
withRouter.js gzip 78.1 kB 78.1 kB ⚠️ +9 B
Overall change 393 kB 393 kB ⚠️ +42 B

Commit: fe3506c

@ijjk
Copy link
Member

ijjk commented Jan 9, 2020

Stats from current PR

Default Server Mode
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.8s 14s ⚠️ +188ms
nodeModulesSize 49 MB 49 MB ⚠️ +423 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.02 kB 1.02 kB ⚠️ +1 B
link.html gzip 1.03 kB 1.03 kB ⚠️ +1 B
withRouter.html gzip 1.01 kB 1.02 kB ⚠️ +2 B
Overall change 3.06 kB 3.06 kB ⚠️ +4 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Increase detected ⚠️)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.9s 14.8s ⚠️ +875ms
nodeModulesSize 49 MB 49 MB ⚠️ +423 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 77.8 kB 77.8 kB ⚠️ +8 B
hooks.html gzip 1.05 kB 1.05 kB ⚠️ +1 B
index.js gzip 78 kB 78 kB ⚠️ +10 B
link.js gzip 80.4 kB 80.4 kB ⚠️ +7 B
routerDirect.js gzip 78 kB 78.1 kB ⚠️ +9 B
withRouter.js gzip 78.1 kB 78.1 kB ⚠️ +9 B
Overall change 393 kB 393 kB ⚠️ +44 B

Commit: ad6dafc

@ijjk
Copy link
Member

ijjk commented Jan 9, 2020

Stats from current PR

Default Server Mode
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 12.8s 13.3s ⚠️ +484ms
nodeModulesSize 49 MB 49 MB ⚠️ +423 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.02 kB 1.02 kB ⚠️ +1 B
link.html gzip 1.03 kB 1.03 kB ⚠️ +1 B
withRouter.html gzip 1.01 kB 1.02 kB ⚠️ +2 B
Overall change 3.06 kB 3.06 kB ⚠️ +4 B

Diffs

Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Increase detected ⚠️)
General Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 13.2s 13.7s ⚠️ +492ms
nodeModulesSize 49 MB 49 MB ⚠️ +423 B
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 77.8 kB 77.8 kB ⚠️ +8 B
hooks.html gzip 1.05 kB 1.05 kB ⚠️ +1 B
index.js gzip 78 kB 78 kB ⚠️ +10 B
link.js gzip 80.4 kB 80.4 kB ⚠️ +7 B
routerDirect.js gzip 78 kB 78.1 kB ⚠️ +9 B
withRouter.js gzip 78.1 kB 78.1 kB ⚠️ +9 B
Overall change 393 kB 393 kB ⚠️ +44 B

Commit: 5e9df56

@ijjk
Copy link
Member

ijjk commented Jan 9, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 14.1s 14.9s ⚠️ +762ms
nodeModulesSize 49 MB 48.9 MB -61.8 kB
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB 13.7 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB 12.5 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Rendered Page Sizes Overall increase ⚠️
zeit/next.js canary Timer/next.js enable/css Change
index.html gzip 1.02 kB 1.02 kB ⚠️ +1 B
link.html gzip 1.03 kB 1.03 kB ⚠️ +2 B
withRouter.html gzip 1.01 kB 1.02 kB ⚠️ +2 B
Overall change 3.06 kB 3.06 kB ⚠️ +5 B

Diffs

Diff for _app.js
@@ -144,10 +144,6 @@
       exports.AppInitialProps = _utils.AppInitialProps
 
       __webpack_require__('nOHt')
-      /**
-       * `App` component is used for initialize of pages. It allows for overwriting and full control of the `page` initialization.
-       * This allows for keeping state between navigation, custom error handling, injecting additional data.
-       */
 
       function appGetInitialProps(_x) {
         return _appGetInitialProps.apply(this, arguments)
@@ -200,9 +196,6 @@
           _createClass(App, [
             {
               key: 'componentDidCatch',
-              // Kept here for backwards compatibility.
-              // When someone ended App they could call `super.componentDidCatch`.
-              // @deprecated This method is no longer needed. Errors are caught at the top level
               value: function componentDidCatch(error, _errorInfo) {
                 throw error
               },
@@ -235,7 +228,7 @@
       var warnUrl
 
       if (false) {
-      } // @deprecated noop for now until removal
+      }
 
       function Container(p) {
         if (false) {
@@ -244,7 +237,6 @@
       }
 
       function createUrl(router) {
-        // This is to make sure we don't references the router object at call time
         var pathname = router.pathname,
           asPath = router.asPath,
           query = router.query
Diff for _app.module.js
@@ -92,10 +92,6 @@
       exports.AppInitialProps = _utils.AppInitialProps
 
       __webpack_require__('nOHt')
-      /**
-       * `App` component is used for initialize of pages. It allows for overwriting and full control of the `page` initialization.
-       * This allows for keeping state between navigation, custom error handling, injecting additional data.
-       */
 
       function appGetInitialProps(_x) {
         return _appGetInitialProps.apply(this, arguments)
@@ -113,9 +109,6 @@
       }
 
       class App extends _react.default.Component {
-        // Kept here for backwards compatibility.
-        // When someone ended App they could call `super.componentDidCatch`.
-        // @deprecated This method is no longer needed. Errors are caught at the top level
         componentDidCatch(error, _errorInfo) {
           throw error
         }
@@ -139,7 +132,7 @@
       var warnUrl
 
       if (false) {
-      } // @deprecated noop for now until removal
+      }
 
       function Container(p) {
         if (false) {
@@ -148,7 +141,6 @@
       }
 
       function createUrl(router) {
-        // This is to make sure we don't references the router object at call time
         var { pathname, asPath, query } = router
         return {
           get query() {
Diff for _error.js
@@ -120,9 +120,6 @@
         405: 'Method Not Allowed',
         500: 'Internal Server Error',
       }
-      /**
-       * `Error` component used for handling errors.
-       */
 
       var Error =
         /*#__PURE__*/
Diff for _error.module.js
@@ -75,9 +75,6 @@
         405: 'Method Not Allowed',
         500: 'Internal Server Error',
       }
-      /**
-       * `Error` component used for handling errors.
-       */
 
       class Error extends _react.default.Component {
         static getInitialProps(_ref) {
Diff for link.js
@@ -491,10 +491,9 @@
       var prefetched = {}
 
       function getObserver() {
-        // Return shared instance of IntersectionObserver if already created
         if (observer) {
           return observer
-        } // Only create shared IntersectionObserver if supported in browser
+        }
 
         if (!IntersectionObserver) {
           return undefined
@@ -568,7 +567,6 @@
             })
 
             _this.linkClicked = function(e) {
-              // @ts-ignore target exists on currentTarget
               var _e$currentTarget = e.currentTarget,
                 nodeName = _e$currentTarget.nodeName,
                 target = _e$currentTarget.target
@@ -581,7 +579,6 @@
                   e.shiftKey ||
                   (e.nativeEvent && e.nativeEvent.which === 2))
               ) {
-                // ignore click for new tab / new window behavior
                 return
               }
 
@@ -593,20 +590,18 @@
                 as = _this$formatUrls.as
 
               if (!isLocal(href)) {
-                // ignore click if it's outside our scope (e.g. https://google.com)
                 return
               }
 
               var pathname = window.location.pathname
               href = (0, _url.resolve)(pathname, href)
               as = as ? (0, _url.resolve)(pathname, as) : href
-              e.preventDefault() //  avoid scroll for urls with anchor refs
-
+              e.preventDefault()
               var scroll = _this.props.scroll
 
               if (scroll == null) {
                 scroll = as.indexOf('#') < 0
-              } // replace state instead of push if prop is present
+              }
 
               _router['default']
                 [_this.props.replace ? 'replace' : 'push'](href, as, {
@@ -669,14 +664,12 @@
                     )
                   }
                 }
-              }, // The function is memoized so that no extra lifecycles are needed
-              // as per https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html
+              },
             },
             {
               key: 'prefetch',
               value: function prefetch() {
-                if (!this.p || false) return // Prefetch the JSON page if asked (only in the client)
-
+                if (!this.p || false) return
                 var href = this.getHref()
 
                 _router['default'].prefetch(href)
@@ -696,7 +689,7 @@
                     this.props.as
                   ),
                   href = _this$formatUrls3.href,
-                  as = _this$formatUrls3.as // Deprecated. Warning shown by propType check. If the children provided is a string (<Link>example</Link>) we wrap it in an <a> tag
+                  as = _this$formatUrls3.as
 
                 if (typeof children === 'string') {
                   children = _react['default'].createElement(
@@ -704,7 +697,7 @@
                     null,
                     children
                   )
-                } // This will return the first child, if multiple are provided it will throw an error
+                }
 
                 var child = _react.Children.only(children)
 
@@ -741,16 +734,14 @@
                       _this3.linkClicked(e)
                     }
                   },
-                } // If child is an <a> tag and doesn't have a href attribute, or if the 'passHref' property is
-                // defined, we specify the current 'href', so that repetition is not needed by the user
+                }
 
                 if (
                   this.props.passHref ||
                   (child.type === 'a' && !('href' in child.props))
                 ) {
                   props.href = as || href
-                } // Add the ending slash to the paths. So, we can serve the
-                // "<page>/index.html" directly.
+                }
 
                 if (false) {
                   var rewriteUrlForNextExport
Diff for link.module.js
@@ -366,10 +366,9 @@
       var prefetched = {}
 
       function getObserver() {
-        // Return shared instance of IntersectionObserver if already created
         if (observer) {
           return observer
-        } // Only create shared IntersectionObserver if supported in browser
+        }
 
         if (!IntersectionObserver) {
           return undefined
@@ -432,7 +431,6 @@
           })
 
           this.linkClicked = e => {
-            // @ts-ignore target exists on currentTarget
             var { nodeName, target } = e.currentTarget
 
             if (
@@ -443,27 +441,24 @@
                 e.shiftKey ||
                 (e.nativeEvent && e.nativeEvent.which === 2))
             ) {
-              // ignore click for new tab / new window behavior
               return
             }
 
             var { href, as } = this.formatUrls(this.props.href, this.props.as)
 
             if (!isLocal(href)) {
-              // ignore click if it's outside our scope (e.g. https://google.com)
               return
             }
 
             var { pathname } = window.location
             href = (0, _url.resolve)(pathname, href)
             as = as ? (0, _url.resolve)(pathname, as) : href
-            e.preventDefault() //  avoid scroll for urls with anchor refs
-
+            e.preventDefault()
             var { scroll } = this.props
 
             if (scroll == null) {
               scroll = as.indexOf('#') < 0
-            } // replace state instead of push if prop is present
+            }
 
             _router.default[this.props.replace ? 'replace' : 'push'](href, as, {
               shallow: this.props.shallow,
@@ -508,12 +503,10 @@
               })
             }
           }
-        } // The function is memoized so that no extra lifecycles are needed
-        // as per https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html
+        }
 
         prefetch() {
-          if (!this.p || false) return // Prefetch the JSON page if asked (only in the client)
-
+          if (!this.p || false) return
           var href = this.getHref()
 
           _router.default.prefetch(href)
@@ -523,11 +516,11 @@
 
         render() {
           var { children } = this.props
-          var { href, as } = this.formatUrls(this.props.href, this.props.as) // Deprecated. Warning shown by propType check. If the children provided is a string (<Link>example</Link>) we wrap it in an <a> tag
+          var { href, as } = this.formatUrls(this.props.href, this.props.as)
 
           if (typeof children === 'string') {
             children = _react.default.createElement('a', null, children)
-          } // This will return the first child, if multiple are provided it will throw an error
+          }
 
           var child = _react.Children.only(children)
 
@@ -561,16 +554,14 @@
                 this.linkClicked(e)
               }
             },
-          } // If child is an <a> tag and doesn't have a href attribute, or if the 'passHref' property is
-          // defined, we specify the current 'href', so that repetition is not needed by the user
+          }
 
           if (
             this.props.passHref ||
             (child.type === 'a' && !('href' in child.props))
           ) {
             props.href = as || href
-          } // Add the ending slash to the paths. So, we can serve the
-          // "<page>/index.html" directly.
+          }
 
           if (false) {
             var rewriteUrlForNextExport
Diff for de003c3a9d30..26.module.js
@@ -75,7 +75,7 @@
           )
         }
 
-        WithRouterWrapper.getInitialProps = ComposedComponent.getInitialProps // This is needed to allow checking for custom getInitialProps in _app
+        WithRouterWrapper.getInitialProps = ComposedComponent.getInitialProps
         WithRouterWrapper.origGetInitialProps =
           ComposedComponent.origGetInitialProps
 
@@ -3025,11 +3025,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
       var _withRouter = _interopRequireDefault(__webpack_require__('0Bsm'))
 
       exports.withRouter = _withRouter.default
-      /* global window */
-
       var singletonRouter = {
         router: null,
-        // holds the actual router instance
         readyCallbacks: [],
 
         ready(cb) {
@@ -3039,8 +3036,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
             this.readyCallbacks.push(cb)
           }
         },
-      } // Create public properties and methods of the router in the singletonRouter
-
+      }
       var urlPropertyFields = [
         'pathname',
         'route',
@@ -3063,18 +3059,13 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
         'back',
         'prefetch',
         'beforePopState',
-      ] // Events is a static property on the router, the router doesn't have to be initialized to use it
-
+      ]
       ;(0, _defineProperty.default)(singletonRouter, 'events', {
         get() {
           return _router2.default.events
         },
       })
       urlPropertyFields.forEach(field => {
-        // Here we need to use Object.defineProperty because, we need to return
-        // the property assigned to the actual router
-        // The value might get changed as we change routes and this is the
-        // proper way to access it
         ;(0, _defineProperty.default)(singletonRouter, field, {
           get() {
             var router = getRouter()
@@ -3083,7 +3074,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
         })
       })
       coreMethodFields.forEach(field => {
-        // We don't really know the types here, so we add them later instead
         singletonRouter[field] = function() {
           var router = getRouter()
           return router[field](...arguments)
@@ -3100,11 +3090,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
               try {
                 _singletonRouter[eventField](...arguments)
               } catch (err) {
-                // tslint:disable-next-line:no-console
                 console.error(
                   'Error when running the Router event: ' + eventField
-                ) // tslint:disable-next-line:no-console
-
+                )
                 console.error(err.message + '\n' + err.stack)
               }
             }
@@ -3121,20 +3109,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
         }
 
         return singletonRouter.router
-      } // Export the singletonRouter and this is the public API.
-
-      var _default = singletonRouter // Reexport the withRoute HOC
+      }
 
+      var _default = singletonRouter
       exports.default = _default
 
       function useRouter() {
         return _react.default.useContext(_routerContext.RouterContext)
-      } // INTERNAL APIS
-      // -------------
-      // (do not use following exports inside the app)
-      // Create a router and assign it as the singleton instance.
-      // This is used in client side when we are initilizing the app.
-      // This should **not** use inside the server.
+      }
 
       var createRouter = function createRouter() {
         for (
@@ -3149,7 +3131,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
         singletonRouter.readyCallbacks.forEach(cb => cb())
         singletonRouter.readyCallbacks = []
         return singletonRouter.router
-      } // This function is used to create the `withRouter` router instance
+      }
 
       exports.createRouter = createRouter
 
@@ -3159,13 +3141,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
 
         for (var property of urlPropertyFields) {
           if (typeof _router[property] === 'object') {
-            instance[property] = (0, _extends2.default)({}, _router[property]) // makes sure query is not stateful
-
+            instance[property] = (0, _extends2.default)({}, _router[property])
             continue
           }
 
           instance[property] = _router[property]
-        } // Events is a static property on the router, the router doesn't have to be initialized to use it
+        }
 
         instance.events = _router2.default.events
         coreMethodFields.forEach(field => {
Diff for de003c3a9d30..ba6a65095.js
@@ -65,7 +65,7 @@
           )
         }
 
-        WithRouterWrapper.getInitialProps = ComposedComponent.getInitialProps // This is needed to allow checking for custom getInitialProps in _app
+        WithRouterWrapper.getInitialProps = ComposedComponent.getInitialProps
         WithRouterWrapper.origGetInitialProps =
           ComposedComponent.origGetInitialProps
 
@@ -3634,11 +3634,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
       var _withRouter = _interopRequireDefault(__webpack_require__('0Bsm'))
 
       exports.withRouter = _withRouter['default']
-      /* global window */
-
       var singletonRouter = {
         router: null,
-        // holds the actual router instance
         readyCallbacks: [],
         ready: function ready(cb) {
           if (this.router) return cb()
@@ -3647,8 +3644,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
             this.readyCallbacks.push(cb)
           }
         },
-      } // Create public properties and methods of the router in the singletonRouter
-
+      }
       var urlPropertyFields = [
         'pathname',
         'route',
@@ -3671,18 +3667,13 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
         'back',
         'prefetch',
         'beforePopState',
-      ] // Events is a static property on the router, the router doesn't have to be initialized to use it
-
+      ]
       ;(0, _defineProperty['default'])(singletonRouter, 'events', {
         get: function get() {
           return _router2['default'].events
         },
       })
       urlPropertyFields.forEach(function(field) {
-        // Here we need to use Object.defineProperty because, we need to return
-        // the property assigned to the actual router
-        // The value might get changed as we change routes and this is the
-        // proper way to access it
         ;(0, _defineProperty['default'])(singletonRouter, field, {
           get: function get() {
             var router = getRouter()
@@ -3691,7 +3682,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
         })
       })
       coreMethodFields.forEach(function(field) {
-        // We don't really know the types here, so we add them later instead
         singletonRouter[field] = function() {
           var router = getRouter()
           return router[field].apply(router, arguments)
@@ -3708,11 +3698,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
               try {
                 _singletonRouter[eventField].apply(_singletonRouter, arguments)
               } catch (err) {
-                // tslint:disable-next-line:no-console
                 console.error(
                   'Error when running the Router event: ' + eventField
-                ) // tslint:disable-next-line:no-console
-
+                )
                 console.error(err.message + '\n' + err.stack)
               }
             }
@@ -3729,20 +3717,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
         }
 
         return singletonRouter.router
-      } // Export the singletonRouter and this is the public API.
-
-      var _default = singletonRouter // Reexport the withRoute HOC
+      }
 
+      var _default = singletonRouter
       exports['default'] = _default
 
       function useRouter() {
         return _react['default'].useContext(_routerContext.RouterContext)
-      } // INTERNAL APIS
-      // -------------
-      // (do not use following exports inside the app)
-      // Create a router and assign it as the singleton instance.
-      // This is used in client side when we are initilizing the app.
-      // This should **not** use inside the server.
+      }
 
       var createRouter = function createRouter() {
         for (
@@ -3759,7 +3741,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
         })
         singletonRouter.readyCallbacks = []
         return singletonRouter.router
-      } // This function is used to create the `withRouter` router instance
+      }
 
       exports.createRouter = createRouter
 
@@ -3782,13 +3764,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
               instance[property] = (0, _extends2['default'])(
                 {},
                 _router[property]
-              ) // makes sure query is not stateful
-
+              )
               continue
             }
 
             instance[property] = _router[property]
-          } // Events is a static property on the router, the router doesn't have to be initialized to use it
+          }
         } catch (err) {
           _didIteratorError = true
           _iteratorError = err
Diff for main-HASH.js
@@ -384,7 +384,6 @@
       var _querystring = __webpack_require__('s4NR')
 
       var _isDynamic = __webpack_require__('/jkW')
-      /* global location */
 
       if (!window.Promise) {
         window.Promise = _promise['default']
@@ -404,12 +403,8 @@
         assetPrefix = data.assetPrefix,
         runtimeConfig = data.runtimeConfig,
         dynamicIds = data.dynamicIds
-      var prefix = assetPrefix || '' // With dynamic assetPrefix it's no longer possible to set assetPrefix at the build time
-      // So, this is how we do it in the client side at runtime
-
-      __webpack_require__.p = prefix + '/_next/' //eslint-disable-line
-      // Initialize next/config with the environment configuration
-
+      var prefix = assetPrefix || ''
+      __webpack_require__.p = prefix + '/_next/'
       envConfig.setConfig({
         serverRuntimeConfig: {},
         publicRuntimeConfig: runtimeConfig || {},
@@ -468,8 +463,7 @@
                 this.scrollToHash()
 
                 if (false) {
-                } // If page was exported and has a querystring
-                // If it's a dynamic route or has a querystring
+                }
 
                 if (
                   (data.nextExport &&
@@ -477,7 +471,6 @@
                       location.search)) ||
                   (Component.__NEXT_SPR && location.search)
                 ) {
-                  // update query on mount for exported pages
                   router.replace(
                     router.pathname +
                       '?' +
@@ -491,9 +484,6 @@
                       ),
                     asPath,
                     {
-                      // WARNING: `_h` is an internal option for handing Next.js
-                      // client-side hydration. Your app should _never_ use this property.
-                      // It may change at any time without notice.
                       _h: 1,
                       shallow: true,
                     }
@@ -515,9 +505,7 @@
                 hash = hash && hash.substring(1)
                 if (!hash) return
                 var el = document.getElementById(hash)
-                if (!el) return // If we call scrollIntoView() in here without a setTimeout
-                // it won't scroll properly.
-
+                if (!el) return
                 setTimeout(function() {
                   return el.scrollIntoView()
                 }, 0)
@@ -537,172 +525,167 @@
       var emitter = (0, _mitt['default'])()
       exports.emitter = emitter
 
-      var _default =
-        /*#__PURE__*/
-        (function() {
-          var _ref2 = (0, _asyncToGenerator2['default'])(
-            /*#__PURE__*/
-            _regeneratorRuntime.mark(function _callee(_temp) {
-              var _ref,
-                passedWebpackHMR,
-                _ref3,
-                app,
-                mod,
-                initialErr,
-                _require,
-                isValidElementType,
-                renderCtx
-
-              return _regeneratorRuntime.wrap(
-                function _callee$(_context) {
-                  while (1) {
-                    switch ((_context.prev = _context.next)) {
-                      case 0:
-                        ;(_ref = _temp === void 0 ? {} : _temp),
-                          (passedWebpackHMR = _ref.webpackHMR) // This makes sure this specific lines are removed in production
-
-                        if (false) {
-                        }
+      var _default = (function() {
+        var _ref2 = (0, _asyncToGenerator2['default'])(
+          /*#__PURE__*/
+          _regeneratorRuntime.mark(function _callee(_temp) {
+            var _ref,
+              passedWebpackHMR,
+              _ref3,
+              app,
+              mod,
+              initialErr,
+              _require,
+              isValidElementType,
+              renderCtx
 
-                        _context.next = 4
-                        return pageLoader.loadPageScript('/_app')
-
-                      case 4:
-                        _ref3 = _context.sent
-                        app = _ref3.page
-                        mod = _ref3.mod
-                        App = app
-
-                        if (mod && mod.unstable_onPerformanceData) {
-                          onPerfEntry = function onPerfEntry(_ref3) {
-                            var name = _ref3.name,
-                              startTime = _ref3.startTime,
-                              value = _ref3.value,
-                              duration = _ref3.duration
-                            mod.unstable_onPerformanceData({
-                              name: name,
-                              startTime: startTime,
-                              value: value,
-                              duration: duration,
-                            })
-                          }
-                        }
+            return _regeneratorRuntime.wrap(
+              function _callee$(_context) {
+                while (1) {
+                  switch ((_context.prev = _context.next)) {
+                    case 0:
+                      ;(_ref = _temp === void 0 ? {} : _temp),
+                        (passedWebpackHMR = _ref.webpackHMR)
 
-                        initialErr = err
-                        _context.prev = 10
-                        _context.next = 13
-                        return pageLoader.loadPage(page)
+                      if (false) {
+                      }
 
-                      case 13:
-                        Component = _context.sent
+                      _context.next = 4
+                      return pageLoader.loadPageScript('/_app')
 
-                        if (true) {
-                          _context.next = 18
-                          break
+                    case 4:
+                      _ref3 = _context.sent
+                      app = _ref3.page
+                      mod = _ref3.mod
+                      App = app
+
+                      if (mod && mod.unstable_onPerformanceData) {
+                        onPerfEntry = function onPerfEntry(_ref3) {
+                          var name = _ref3.name,
+                            startTime = _ref3.startTime,
+                            value = _ref3.value,
+                            duration = _ref3.duration
+                          mod.unstable_onPerformanceData({
+                            name: name,
+                            startTime: startTime,
+                            value: value,
+                            duration: duration,
+                          })
                         }
+                      }
 
-                        ;(_require = __webpack_require__(
-                          !(function webpackMissingModule() {
-                            var e = new Error("Cannot find module 'react-is'")
-                            e.code = 'MODULE_NOT_FOUND'
-                            throw e
-                          })()
-                        )),
-                          (isValidElementType = _require.isValidElementType)
-
-                        if (isValidElementType(Component)) {
-                          _context.next = 18
-                          break
-                        }
+                      initialErr = err
+                      _context.prev = 10
+                      _context.next = 13
+                      return pageLoader.loadPage(page)
 
-                        throw new Error(
-                          'The default export is not a React Component in page: "' +
-                            page +
-                            '"'
-                        )
+                    case 13:
+                      Component = _context.sent
 
-                      case 18:
-                        _context.next = 23
+                      if (true) {
+                        _context.next = 18
                         break
+                      }
 
-                      case 20:
-                        _context.prev = 20
-                        _context.t0 = _context['catch'](10)
-                        // This catches errors like throwing in the top level of a module
-                        initialErr = _context.t0
+                      ;(_require = __webpack_require__(
+                        !(function webpackMissingModule() {
+                          var e = new Error("Cannot find module 'react-is'")
+                          e.code = 'MODULE_NOT_FOUND'
+                          throw e
+                        })()
+                      )),
+                        (isValidElementType = _require.isValidElementType)
+
+                      if (isValidElementType(Component)) {
+                        _context.next = 18
+                        break
+                      }
 
-                      case 23:
-                        if (!window.__NEXT_PRELOADREADY) {
-                          _context.next = 26
-                          break
-                        }
+                      throw new Error(
+                        'The default export is not a React Component in page: "' +
+                          page +
+                          '"'
+                      )
 
-                        _context.next = 26
-                        return window.__NEXT_PRELOADREADY(dynamicIds)
-
-                      case 26:
-                        exports.router = router = (0, _router.createRouter)(
-                          page,
-                          query,
-                          asPath,
-                          {
-                            initialProps: props,
-                            pageLoader: pageLoader,
-                            App: App,
-                            Component: Component,
-                            wrapApp: wrapApp,
-                            err: initialErr,
-                            subscription: function subscription(_ref4, App) {
-                              var Component = _ref4.Component,
-                                props = _ref4.props,
-                                err = _ref4.err
-                              render({
-                                App: App,
-                                Component: Component,
-                                props: props,
-                                err: err,
-                              })
-                            },
-                          }
-                        ) // call init-client middleware
+                    case 18:
+                      _context.next = 23
+                      break
 
-                        if (false) {
-                        }
+                    case 20:
+                      _context.prev = 20
+                      _context.t0 = _context['catch'](10)
+                      initialErr = _context.t0
+
+                    case 23:
+                      if (!window.__NEXT_PRELOADREADY) {
+                        _context.next = 26
+                        break
+                      }
 
-                        renderCtx = {
+                      _context.next = 26
+                      return window.__NEXT_PRELOADREADY(dynamicIds)
+
+                    case 26:
+                      exports.router = router = (0, _router.createRouter)(
+                        page,
+                        query,
+                        asPath,
+                        {
+                          initialProps: props,
+                          pageLoader: pageLoader,
                           App: App,
                           Component: Component,
-                          props: props,
+                          wrapApp: wrapApp,
                           err: initialErr,
+                          subscription: function subscription(_ref4, App) {
+                            var Component = _ref4.Component,
+                              props = _ref4.props,
+                              err = _ref4.err
+                            render({
+                              App: App,
+                              Component: Component,
+                              props: props,
+                              err: err,
+                            })
+                          },
                         }
-                        render(renderCtx)
-                        return _context.abrupt('return', emitter)
+                      )
 
-                      case 31:
-                      case 'end':
-                        return _context.stop()
-                    }
+                      if (false) {
+                      }
+
+                      renderCtx = {
+                        App: App,
+                        Component: Component,
+                        props: props,
+                        err: initialErr,
+                      }
+                      render(renderCtx)
+                      return _context.abrupt('return', emitter)
+
+                    case 31:
+                    case 'end':
+                      return _context.stop()
                   }
-                },
-                _callee,
-                null,
-                [[10, 20]]
-              )
-            })
-          )
+                }
+              },
+              _callee,
+              null,
+              [[10, 20]]
+            )
+          })
+        )
 
-          return function(_x) {
-            return _ref2.apply(this, arguments)
-          }
-        })()
+        return function(_x) {
+          return _ref2.apply(this, arguments)
+        }
+      })()
 
       exports['default'] = _default
 
       function render(_x2) {
         return _render.apply(this, arguments)
-      } // This method handles all runtime and debug errors.
-      // 404 and 500 errors are special kind of errors
-      // and they are still handle via the main render method.
+      }
 
       function _render() {
         _render = (0, _asyncToGenerator2['default'])(
@@ -760,7 +743,7 @@
 
       function renderError(_x3) {
         return _renderError.apply(this, arguments)
-      } // If hydrate does not exist, eg in preact.
+      }
 
       function _renderError() {
         _renderError = (0, _asyncToGenerator2['default'])(
@@ -771,8 +754,7 @@
               while (1) {
                 switch ((_context3.prev = _context3.next)) {
                   case 0:
-                    ;(App = props.App), (err = props.err) // In development runtime errors are caught by react-error-overlay
-                    // In production we catch runtime errors using componentDidCatch which will trigger renderError
+                    ;(App = props.App), (err = props.err)
 
                     if (true) {
                       _context3.next = 3
@@ -788,7 +770,7 @@
 
                   case 3:
                     if (false) {
-                    } // Make sure we log the error to the console, otherwise users can't track down issues.
+                    }
 
                     console.error(err)
                     _context3.next = 7
@@ -796,9 +778,6 @@
 
                   case 7:
                     ErrorComponent = _context3.sent
-                    // In production we do a normal render with the `ErrorComponent` as component.
-                    // If we've gotten here upon initial render, we can use the props from the server.
-                    // Otherwise, we need to call `getInitialProps` on `App` before mounting.
                     AppTree = wrapApp(App)
                     appCtx = {
                       Component: ErrorComponent,
@@ -855,7 +834,6 @@
       var reactRoot = null
 
       function renderReactElement(reactEl, domEl) {
-        // mark start of hydrate/render
         if (_utils.ST) {
           performance.mark('beforeRender')
         }
@@ -863,7 +841,6 @@
         if (false) {
           var opts, callback
         } else {
-          // The check for `.hydrate` is there to support React alternatives like preact
           if (isInitialRender) {
             _reactDom['default'].hydrate(reactEl, domEl, markHydrateComplete)
 
@@ -891,8 +868,7 @@
 
       function markHydrateComplete() {
         if (!_utils.ST) return
-        performance.mark('afterHydrate') // mark end of hydration
-
+        performance.mark('afterHydrate')
         performance.measure(
           'Next.js-before-hydration',
           'navigationStart',
@@ -910,8 +886,7 @@
 
       function markRenderComplete() {
         if (!_utils.ST) return
-        performance.mark('afterRender') // mark end of render
-
+        performance.mark('afterRender')
         var navStartEntries = performance.getEntriesByName(
           'routeChange',
           'mark'
@@ -1027,8 +1002,7 @@
                     ;(App = _ref6.App),
                       (Component = _ref6.Component),
                       (props = _ref6.props),
-                      (err = _ref6.err) // Usual getInitialProps fetching is handled in next/router
-                    // this is for when ErrorComponent gets replaced by Component by HMR
+                      (err = _ref6.err)
 
                     if (
                       !(
@@ -1072,8 +1046,7 @@
                       Component: Component,
                       err: err,
                       router: router,
-                    }) // lastAppProps has to be set before ReactDom.render to account for ReactDom throwing an error.
-
+                    })
                     lastAppProps = appProps
                     emitter.emit('before-reactdom-render', {
                       Component: Component,
@@ -1084,8 +1057,7 @@
                       AppContainer,
                       null,
                       _react['default'].createElement(App, appProps)
-                    ) // We catch runtime errors using componentDidCatch which will trigger renderError
-
+                    )
                     renderReactElement(false ? undefined : elem, appElement)
                     emitter.emit('after-reactdom-render', {
                       Component: Component,
@@ -1222,11 +1194,7 @@
       }
 
       var relPrefetch =
-        hasRel('preload') && !hasRel('prefetch') // https://caniuse.com/#feat=link-rel-preload
-          ? // macOS and iOS (Safari does not support prefetch)
-            'preload' // https://caniuse.com/#feat=link-rel-prefetch
-          : // IE 11, Edge 12+, nearly all evergreen
-            'prefetch'
+        hasRel('preload') && !hasRel('prefetch') ? 'preload' : 'prefetch'
       var hasNoModule = 'noModule' in document.createElement('script')
 
       function normalizeRoute(route) {
@@ -1279,7 +1247,7 @@
                 }
               })
             }
-          } // Returns a promise for the dependencies for a particular route
+          }
 
           _createClass(PageLoader, [
             {
@@ -1330,7 +1298,7 @@
                         mod: mod,
                       })
                     }
-                  } // If there's a cached version of the page, let's use it.
+                  }
 
                   var cachedPage = _this2.pageCache[route]
 
@@ -1345,10 +1313,9 @@
                           mod: mod,
                         })
                     return
-                  } // Register a listener to get the page
+                  }
 
-                  _this2.pageRegisterEvents.on(route, fire) // If the page is loading via SSR, we need to wait for it
-                  // rather downloading it again.
+                  _this2.pageRegisterEvents.on(route, fire)
 
                   if (
                     document.querySelector(
@@ -1377,10 +1344,7 @@
                               'link[rel=stylesheet][href^="' + d + '"]'
                             )
                           ) {
-                            appendLink(d, 'stylesheet')['catch'](function() {
-                              // FIXME: handle failure
-                              // Right now, this is needed to prevent an unhandled rejection.
-                            })
+                            appendLink(d, 'stylesheet')['catch'](function() {})
                           }
                         })
 
@@ -1414,9 +1378,7 @@
                 var script = document.createElement('script')
 
                 if (true && hasNoModule) {
-                  script.type = 'module' // Only page bundle scripts need to have .module added to url,
-                  // dependencies already have it added during build manifest creation
-
+                  script.type = 'module'
                   if (isPage) url = url.replace(/\.js$/, '.module.js')
                 }
 
@@ -1433,7 +1395,7 @@
                 }
 
                 document.body.appendChild(script)
-              }, // This method if called by the route code.
+              },
             },
             {
               key: 'registerPage',
@@ -1473,12 +1435,9 @@
               value: function prefetch(route, isDependency) {
                 var _this5 = this
 
-                // https://github.com/GoogleChromeLabs/quicklink/blob/453a661fa1fa940e2d2e044452398e38c67a98fb/src/index.mjs#L115-L118
-                // License: Apache 2.0
                 var cn
 
                 if ((cn = navigator.connection)) {
-                  // Don't prefetch if using 2G or if Save-Data is enabled.
                   if (cn.saveData || /2g/.test(cn.effectiveType))
                     return _promise['default'].resolve()
                 }
@@ -1532,11 +1491,7 @@
                             }),
                         ]
                   )
-                  .then(
-                    // do not return any data
-                    function() {}, // swallow prefetch errors
-                    function() {}
-                  )
+                  .then(function() {}, function() {})
               },
             },
           ])
Diff for main-HASH.module.js
@@ -287,7 +287,6 @@
       var _querystring = __webpack_require__('s4NR')
 
       var _isDynamic = __webpack_require__('/jkW')
-      /* global location */
 
       if (!window.Promise) {
         window.Promise = _promise.default
@@ -309,12 +308,8 @@
         runtimeConfig,
         dynamicIds,
       } = data
-      var prefix = assetPrefix || '' // With dynamic assetPrefix it's no longer possible to set assetPrefix at the build time
-      // So, this is how we do it in the client side at runtime
-
-      __webpack_require__.p = prefix + '/_next/' //eslint-disable-line
-      // Initialize next/config with the environment configuration
-
+      var prefix = assetPrefix || ''
+      __webpack_require__.p = prefix + '/_next/'
       envConfig.setConfig({
         serverRuntimeConfig: {},
         publicRuntimeConfig: runtimeConfig || {},
@@ -352,8 +347,7 @@
           this.scrollToHash()
 
           if (false) {
-          } // If page was exported and has a querystring
-          // If it's a dynamic route or has a querystring
+          }
 
           if (
             (data.nextExport &&
@@ -361,7 +355,6 @@
                 location.search)) ||
             (Component.__NEXT_SPR && location.search)
           ) {
-            // update query on mount for exported pages
             router.replace(
               router.pathname +
                 '?' +
@@ -375,9 +368,6 @@
                 ),
               asPath,
               {
-                // WARNING: `_h` is an internal option for handing Next.js
-                // client-side hydration. Your app should _never_ use this property.
-                // It may change at any time without notice.
                 _h: 1,
                 shallow: true,
               }
@@ -394,9 +384,7 @@
           hash = hash && hash.substring(1)
           if (!hash) return
           var el = document.getElementById(hash)
-          if (!el) return // If we call scrollIntoView() in here without a setTimeout
-          // it won't scroll properly.
-
+          if (!el) return
           setTimeout(() => el.scrollIntoView(), 0)
         }
 
@@ -408,95 +396,90 @@
       var emitter = (0, _mitt.default)()
       exports.emitter = emitter
 
-      var _default =
-        /*#__PURE__*/
-        (function() {
-          var _ref2 = (0, _asyncToGenerator2.default)(function*(_temp) {
-            var { webpackHMR: passedWebpackHMR } = _temp === void 0 ? {} : _temp // This makes sure this specific lines are removed in production
+      var _default = (function() {
+        var _ref2 = (0, _asyncToGenerator2.default)(function*(_temp) {
+          var { webpackHMR: passedWebpackHMR } = _temp === void 0 ? {} : _temp
 
-            if (false) {
-            }
-
-            var { page: app, mod } = yield pageLoader.loadPageScript('/_app')
-            App = app
-
-            if (mod && mod.unstable_onPerformanceData) {
-              onPerfEntry = function onPerfEntry(_ref3) {
-                var { name, startTime, value, duration } = _ref3
-                mod.unstable_onPerformanceData({
-                  name,
-                  startTime,
-                  value,
-                  duration,
-                })
-              }
-            }
-
-            var initialErr = err
-
-            try {
-              Component = yield pageLoader.loadPage(page)
+          if (false) {
+          }
 
-              if (false) {
-                var isValidElementType
-              }
-            } catch (error) {
-              // This catches errors like throwing in the top level of a module
-              initialErr = error
+          var { page: app, mod } = yield pageLoader.loadPageScript('/_app')
+          App = app
+
+          if (mod && mod.unstable_onPerformanceData) {
+            onPerfEntry = function onPerfEntry(_ref3) {
+              var { name, startTime, value, duration } = _ref3
+              mod.unstable_onPerformanceData({
+                name,
+                startTime,
+                value,
+                duration,
+              })
             }
+          }
 
-            if (window.__NEXT_PRELOADREADY) {
-              yield window.__NEXT_PRELOADREADY(dynamicIds)
-            }
+          var initialErr = err
 
-            exports.router = router = (0, _router.createRouter)(
-              page,
-              query,
-              asPath,
-              {
-                initialProps: props,
-                pageLoader,
-                App,
-                Component,
-                wrapApp,
-                err: initialErr,
-                subscription: (_ref4, App) => {
-                  var { Component, props, err } = _ref4
-                  render({
-                    App,
-                    Component,
-                    props,
-                    err,
-                  })
-                },
-              }
-            ) // call init-client middleware
+          try {
+            Component = yield pageLoader.loadPage(page)
 
             if (false) {
+              var isValidElementType
             }
+          } catch (error) {
+            initialErr = error
+          }
 
-            var renderCtx = {
+          if (window.__NEXT_PRELOADREADY) {
+            yield window.__NEXT_PRELOADREADY(dynamicIds)
+          }
+
+          exports.router = router = (0, _router.createRouter)(
+            page,
+            query,
+            asPath,
+            {
+              initialProps: props,
+              pageLoader,
               App,
               Component,
-              props,
+              wrapApp,
               err: initialErr,
+              subscription: (_ref4, App) => {
+                var { Component, props, err } = _ref4
+                render({
+                  App,
+                  Component,
+                  props,
+                  err,
+                })
+              },
             }
-            render(renderCtx)
-            return emitter
-          })
+          )
+
+          if (false) {
+          }
 
-          return function(_x) {
-            return _ref2.apply(this, arguments)
+          var renderCtx = {
+            App,
+            Component,
+            props,
+            err: initialErr,
           }
-        })()
+          render(renderCtx)
+          return emitter
+        })
+
+        return function(_x) {
+          return _ref2.apply(this, arguments)
+        }
+      })()
 
       exports.default = _default
 
       function render(_x2) {
         return _render.apply(this, arguments)
-      } // This method handles all runtime and debug errors.
-      // 404 and 500 errors are special kind of errors
-      // and they are still handle via the main render method.
+      }
 
       function _render() {
         _render = (0, _asyncToGenerator2.default)(function*(props) {
@@ -520,24 +503,20 @@
 
       function renderError(_x3) {
         return _renderError.apply(this, arguments)
-      } // If hydrate does not exist, eg in preact.
+      }
 
       function _renderError() {
         _renderError = (0, _asyncToGenerator2.default)(function*(props) {
-          var { App, err } = props // In development runtime errors are caught by react-error-overlay
-          // In production we catch runtime errors using componentDidCatch which will trigger renderError
+          var { App, err } = props
 
           if (false) {
           }
 
           if (false) {
-          } // Make sure we log the error to the console, otherwise users can't track down issues.
+          }
 
           console.error(err)
-          ErrorComponent = yield pageLoader.loadPage('/_error') // In production we do a normal render with the `ErrorComponent` as component.
-          // If we've gotten here upon initial render, we can use the props from the server.
-          // Otherwise, we need to call `getInitialProps` on `App` before mounting.
-
+          ErrorComponent = yield pageLoader.loadPage('/_error')
           var AppTree = wrapApp(App)
           var appCtx = {
             Component: ErrorComponent,
@@ -569,7 +548,6 @@
       var reactRoot = null
 
       function renderReactElement(reactEl, domEl) {
-        // mark start of hydrate/render
         if (_utils.ST) {
           performance.mark('beforeRender')
         }
@@ -577,7 +555,6 @@
         if (false) {
           var opts, callback
         } else {
-          // The check for `.hydrate` is there to support React alternatives like preact
           if (isInitialRender) {
             _reactDom.default.hydrate(reactEl, domEl, markHydrateComplete)
 
@@ -605,8 +582,7 @@
 
       function markHydrateComplete() {
         if (!_utils.ST) return
-        performance.mark('afterHydrate') // mark end of hydration
-
+        performance.mark('afterHydrate')
         performance.measure(
           'Next.js-before-hydration',
           'navigationStart',
@@ -624,8 +600,7 @@
 
       function markRenderComplete() {
         if (!_utils.ST) return
-        performance.mark('afterRender') // mark end of render
-
+        performance.mark('afterRender')
         var navStartEntries = performance.getEntriesByName(
           'routeChange',
           'mark'
@@ -710,8 +685,7 @@
 
       function _doRender() {
         _doRender = (0, _asyncToGenerator2.default)(function*(_ref6) {
-          var { App, Component, props, err } = _ref6 // Usual getInitialProps fetching is handled in next/router
-          // this is for when ErrorComponent gets replaced by Component by HMR
+          var { App, Component, props, err } = _ref6
 
           if (
             !props &&
@@ -742,8 +716,7 @@
             Component,
             err,
             router,
-          }) // lastAppProps has to be set before ReactDom.render to account for ReactDom throwing an error.
-
+          })
           lastAppProps = appProps
           emitter.emit('before-reactdom-render', {
             Component,
@@ -755,7 +728,7 @@
             AppContainer,
             null,
             _react.default.createElement(App, appProps)
-          ) // We catch runtime errors using componentDidCatch which will trigger renderError
+          )
 
           renderReactElement(false ? undefined : elem, appElement)
           emitter.emit('after-reactdom-render', {
@@ -814,11 +787,7 @@
       }
 
       var relPrefetch =
-        hasRel('preload') && !hasRel('prefetch') // https://caniuse.com/#feat=link-rel-preload
-          ? // macOS and iOS (Safari does not support prefetch)
-            'preload' // https://caniuse.com/#feat=link-rel-prefetch
-          : // IE 11, Edge 12+, nearly all evergreen
-            'prefetch'
+        hasRel('preload') && !hasRel('prefetch') ? 'preload' : 'prefetch'
       var hasNoModule = 'noModule' in document.createElement('script')
 
       function normalizeRoute(route) {
@@ -865,7 +834,7 @@
               }
             })
           }
-        } // Returns a promise for the dependencies for a particular route
+        }
 
         getDependencies(route) {
           return this.promisedBuildManifest.then(
@@ -898,7 +867,7 @@
                   mod,
                 })
               }
-            } // If there's a cached version of the page, let's use it.
+            }
 
             var cachedPage = this.pageCache[route]
 
@@ -911,10 +880,9 @@
                     mod,
                   })
               return
-            } // Register a listener to get the page
+            }
 
-            this.pageRegisterEvents.on(route, fire) // If the page is loading via SSR, we need to wait for it
-            // rather downloading it again.
+            this.pageRegisterEvents.on(route, fire)
 
             if (
               document.querySelector('script[data-next-page="' + route + '"]')
@@ -941,10 +909,7 @@
                         'link[rel=stylesheet][href^="' + d + '"]'
                       )
                     ) {
-                      appendLink(d, 'stylesheet').catch(() => {
-                        // FIXME: handle failure
-                        // Right now, this is needed to prevent an unhandled rejection.
-                      })
+                      appendLink(d, 'stylesheet').catch(() => {})
                     }
                   })
                   this.loadRoute(route)
@@ -971,9 +936,7 @@
           var script = document.createElement('script')
 
           if (true && hasNoModule) {
-            script.type = 'module' // Only page bundle scripts need to have .module added to url,
-            // dependencies already have it added during build manifest creation
-
+            script.type = 'module'
             if (isPage) url = url.replace(/\.js$/, '.module.js')
           }
 
@@ -989,7 +952,7 @@
           }
 
           document.body.appendChild(script)
-        } // This method if called by the route code.
+        }
 
         registerPage(route, regFn) {
           var register = () => {
@@ -1019,12 +982,9 @@
         }
 
         prefetch(route, isDependency) {
-          // https://github.com/GoogleChromeLabs/quicklink/blob/453a661fa1fa940e2d2e044452398e38c67a98fb/src/index.mjs#L115-L118
-          // License: Apache 2.0
           var cn
 
           if ((cn = navigator.connection)) {
-            // Don't prefetch if using 2G or if Save-Data is enabled.
             if (cn.saveData || /2g/.test(cn.effectiveType))
               return _promise.default.resolve()
           }
@@ -1076,11 +1036,7 @@
                       ),
                   ]
             )
-            .then(
-              // do not return any data
-              () => {}, // swallow prefetch errors
-              () => {}
-            )
+            .then(() => {}, () => {})
         }
       }
Diff for index.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -39,13 +39,13 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.d9b3b214074605052c26.module.js"
+      href="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.9ab3fbe53b1e24e1cc89.module.js"
       as="script"
       crossorigin="anonymous"
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/main-31eec21cac2e127e1241.module.js"
+      href="/_next/static/runtime/main-c911daef274612251a81.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
@@ -151,25 +151,25 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.fb89e23b574ba6a65095.js"
+      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.9c09c7d5ed09bfc85db8.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.d9b3b214074605052c26.module.js"
+      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.9ab3fbe53b1e24e1cc89.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/main-fe84dab9e48c3d7c3265.js"
+      src="/_next/static/runtime/main-c0ebe5bda6657e192308.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/main-31eec21cac2e127e1241.module.js"
+      src="/_next/static/runtime/main-c911daef274612251a81.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for link.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -39,13 +39,13 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.d9b3b214074605052c26.module.js"
+      href="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.9ab3fbe53b1e24e1cc89.module.js"
       as="script"
       crossorigin="anonymous"
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/main-31eec21cac2e127e1241.module.js"
+      href="/_next/static/runtime/main-c911daef274612251a81.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -114,13 +114,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
@@ -156,25 +156,25 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.fb89e23b574ba6a65095.js"
+      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.9c09c7d5ed09bfc85db8.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.d9b3b214074605052c26.module.js"
+      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.9ab3fbe53b1e24e1cc89.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/main-fe84dab9e48c3d7c3265.js"
+      src="/_next/static/runtime/main-c0ebe5bda6657e192308.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/main-31eec21cac2e127e1241.module.js"
+      src="/_next/static/runtime/main-c911daef274612251a81.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
Diff for withRouter.html
@@ -21,7 +21,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      href="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -39,13 +39,13 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.d9b3b214074605052c26.module.js"
+      href="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.9ab3fbe53b1e24e1cc89.module.js"
       as="script"
       crossorigin="anonymous"
     />
     <link
       rel="preload"
-      href="/_next/static/runtime/main-31eec21cac2e127e1241.module.js"
+      href="/_next/static/runtime/main-c911daef274612251a81.module.js"
       as="script"
       crossorigin="anonymous"
     />
@@ -109,13 +109,13 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/webpack-a470c2a25bcb4d5a8ec0.js"
+      src="/_next/static/runtime/webpack-4d739ac7b0d8f888ab18.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/webpack-7928590be3ef2e55b835.module.js"
+      src="/_next/static/runtime/webpack-d629b83a65f3e33fa99e.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
@@ -151,25 +151,25 @@
       type="module"
     ></script
     ><script
-      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.fb89e23b574ba6a65095.js"
+      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.9c09c7d5ed09bfc85db8.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.d9b3b214074605052c26.module.js"
+      src="/_next/static/chunks/de003c3a9d308750aa009870a5926f9b18ab31f4.9ab3fbe53b1e24e1cc89.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"
     ></script
     ><script
-      src="/_next/static/runtime/main-fe84dab9e48c3d7c3265.js"
+      src="/_next/static/runtime/main-c0ebe5bda6657e192308.js"
       defer=""
       crossorigin="anonymous"
       nomodule=""
     ></script
     ><script
-      src="/_next/static/runtime/main-31eec21cac2e127e1241.module.js"
+      src="/_next/static/runtime/main-c911daef274612251a81.module.js"
       defer=""
       crossorigin="anonymous"
       type="module"

Serverless Mode (Decrease detected ✓)
General Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
buildDuration 14.2s 14.8s ⚠️ +614ms
nodeModulesSize 49 MB 48.9 MB -61.8 kB
Client Bundles (main, webpack, commons)
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.js gzip 5.11 kB 5.11 kB
webpack-HASH.js gzip 746 B 746 B
4952ddcd88e7..54d3.js gzip 4.68 kB 4.68 kB
commons.HASH.js gzip 4.06 kB 4.06 kB
de003c3a9d30..9881.js gzip 13.7 kB N/A N/A
framework.HASH.js gzip 39.1 kB 39.1 kB
de003c3a9d30..5e9b.js gzip N/A 13.7 kB N/A
Overall change 67.4 kB 67.4 kB
Client Bundles (main, webpack, commons) Modern
zeit/next.js canary Timer/next.js enable/css Change
main-HASH.module.js gzip 4.17 kB 4.17 kB
webpack-HASH..dule.js gzip 746 B 746 B
4952ddcd88e7..dule.js gzip 5.56 kB 5.56 kB
de003c3a9d30..dule.js gzip 12.5 kB N/A N/A
framework.HA..dule.js gzip 39.1 kB 39.1 kB
de003c3a9d30..dule.js gzip N/A 12.5 kB N/A
Overall change 62.1 kB 62.1 kB
Legacy Client Bundles (polyfills)
zeit/next.js canary Timer/next.js enable/css Change
polyfills-HASH.js gzip 4.76 kB 4.76 kB
Overall change 4.76 kB 4.76 kB
Client Pages
zeit/next.js canary Timer/next.js enable/css Change
_app.js gzip 1.33 kB 1.33 kB
_error.js gzip 4.07 kB 4.07 kB
hooks.js gzip 779 B 779 B
index.js gzip 222 B 222 B
link.js gzip 2.9 kB 2.9 kB
routerDirect.js gzip 283 B 283 B
withRouter.js gzip 282 B 282 B
Overall change 9.87 kB 9.87 kB
Client Pages Modern
zeit/next.js canary Timer/next.js enable/css Change
_app.module.js gzip 757 B 757 B
_error.module.js gzip 3.06 kB 3.06 kB
hooks.module.js gzip 371 B 371 B
index.module.js gzip 212 B 212 B
link.module.js gzip 2.47 kB 2.47 kB
routerDirect..dule.js gzip 273 B 273 B
withRouter.m..dule.js gzip 272 B 272 B
Overall change 7.41 kB 7.41 kB
Client Build Manifests
zeit/next.js canary Timer/next.js enable/css Change
_buildManifest.js gzip 61 B 61 B
_buildManife..dule.js gzip 61 B 61 B
Overall change 122 B 122 B
Serverless bundles Overall decrease ✓
zeit/next.js canary Timer/next.js enable/css Change
_error.js gzip 77.8 kB 76.1 kB -1.65 kB
hooks.html gzip 1.05 kB 1.05 kB ⚠️ +1 B
index.js gzip 78 kB 76.3 kB -1.65 kB
link.js gzip 80.4 kB 78.3 kB -2.12 kB
routerDirect.js gzip 78 kB 76.4 kB -1.65 kB
withRouter.js gzip 78.1 kB 76.5 kB -1.65 kB
Overall change 393 kB 385 kB -8.72 kB

Commit: 91be8a2

@Timer Timer merged commit af82f32 into vercel:canary Jan 9, 2020
@Timer Timer deleted the enable/css branch January 9, 2020 20:31
@Timer Timer mentioned this pull request Jan 9, 2020
@vercel vercel locked as resolved and limited conversation to collaborators Jan 31, 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