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

Update Supabase example. #21200

Merged
merged 5 commits into from Jan 19, 2021
Merged

Update Supabase example. #21200

merged 5 commits into from Jan 19, 2021

Conversation

thorwebdev
Copy link
Contributor

  • Remove Slack Clone example
  • Add Supabase Auth example
  • Add additional example directory to README

cc @kiwicopple @leerob

@ijjk ijjk added the examples Issue/PR related to examples label Jan 15, 2021
@ijjk
Copy link
Member

ijjk commented Jan 15, 2021

Stats from current PR

Default Server Mode (Decrease detected ✓)
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 9.3s 8.6s -713ms
nodeModulesSize 77.5 MB 77.5 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
/ failed reqs 0 0
/ total time (seconds) 1.731 1.767 ⚠️ +0.04
/ avg req/sec 1444.12 1414.52 ⚠️ -29.6
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.107 1.114 ⚠️ +0.01
/error-in-render avg req/sec 2259.01 2244.98 ⚠️ -14.03
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-712e20f..aa05.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
index.html gzip 615 B 615 B
link.html gzip 620 B 620 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 10.3s 10.5s ⚠️ +227ms
nodeModulesSize 77.5 MB 77.5 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-712e20f..aa05.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.05 MB 1.05 MB
withRouter.js 1.05 MB 1.05 MB
Overall change 5.18 MB 5.18 MB
Commit: 6de447e

leerob
leerob previously approved these changes Jan 15, 2021
Copy link
Member

@leerob leerob left a comment

Choose a reason for hiding this comment

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

LGTM

@ijjk
Copy link
Member

ijjk commented Jan 15, 2021

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 9.2s 9.1s -123ms
nodeModulesSize 77.5 MB 77.5 MB
Page Load Tests Overall increase ✓
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
/ failed reqs 0 0
/ total time (seconds) 1.865 1.748 -0.12
/ avg req/sec 1340.35 1429.87 +89.52
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.165 1.137 -0.03
/error-in-render avg req/sec 2146.16 2198.21 +52.05
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-712e20f..aa05.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
index.html gzip 615 B 615 B
link.html gzip 620 B 620 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 11.6s 10.7s -856ms
nodeModulesSize 77.5 MB 77.5 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-712e20f..aa05.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.05 MB 1.05 MB
withRouter.js 1.05 MB 1.05 MB
Overall change 5.18 MB 5.18 MB
Commit: b5393f7

lfades
lfades previously approved these changes Jan 19, 2021
@ijjk
Copy link
Member

ijjk commented Jan 19, 2021

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 8.4s 8.6s ⚠️ +193ms
nodeModulesSize 77.6 MB 77.6 MB
Page Load Tests Overall increase ✓
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
/ failed reqs 0 0
/ total time (seconds) 1.697 1.73 ⚠️ +0.03
/ avg req/sec 1473.57 1445.31 ⚠️ -28.26
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.121 1.07 -0.05
/error-in-render avg req/sec 2229.48 2336.42 +106.94
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-9e3e4e6..2023.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
index.html gzip 614 B 614 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 9.9s 10.2s ⚠️ +306ms
nodeModulesSize 77.6 MB 77.6 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-9e3e4e6..2023.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.05 MB 1.05 MB
withRouter.js 1.05 MB 1.05 MB
Overall change 5.18 MB 5.18 MB

Webpack 5 Mode (Increase detected ⚠️)
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 10.6s 10.5s -59ms
nodeModulesSize 77.6 MB 77.6 MB
Page Load Tests Overall increase ✓
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
/ failed reqs 0 0
/ total time (seconds) 1.72 1.64 -0.08
/ avg req/sec 1453.59 1524.55 +70.96
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.049 1.047 0
/error-in-render avg req/sec 2382.12 2388.12 +6
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
597-3bd7d6bd..868b.js gzip 13 kB 13 kB
778-d412f8e7..3ee1.js gzip 6.56 kB 6.56 kB
838-adcbad39..6e83.js gzip 31.1 kB 31.1 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-6a6a792..6877.js gzip 96 B 96 B
webpack-e302..54e9.js gzip 954 B 954 B
Overall change 91 kB 91 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-a0..538c.js gzip 88 B 88 B
Overall change 88 B 88 B
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-a5b2e84..33cf.js gzip 1.26 kB 1.26 kB
_error-6f1f9..5577.js gzip 3.38 kB 3.38 kB
hooks-725de8..0a15.js gzip 904 B 904 B
index-939503..6e1c.js gzip 232 B 232 B
link-e0cc871..fdbb.js gzip 1.63 kB 1.63 kB
routerDirect..9360.js gzip 308 B 308 B
withRouter-6..44ec.js gzip 304 B 304 B
Overall change 8.02 kB 8.02 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 299 B 299 B
Overall change 299 B 299 B
Rendered Page Sizes
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
index.html gzip 585 B 585 B
link.html gzip 592 B 592 B
withRouter.html gzip 581 B 581 B
Overall change 1.76 kB 1.76 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "-GjPiA-xTMDn3n88fiQgT",
+        "buildId": "OvwK1GUgrR1BC5-niZd9Y",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/-GjPiA-xTMDn3n88fiQgT/_buildManifest.js"
+      src="/_next/static/OvwK1GUgrR1BC5-niZd9Y/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/-GjPiA-xTMDn3n88fiQgT/_ssgManifest.js"
+      src="/_next/static/OvwK1GUgrR1BC5-niZd9Y/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "-GjPiA-xTMDn3n88fiQgT",
+        "buildId": "OvwK1GUgrR1BC5-niZd9Y",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/-GjPiA-xTMDn3n88fiQgT/_buildManifest.js"
+      src="/_next/static/OvwK1GUgrR1BC5-niZd9Y/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/-GjPiA-xTMDn3n88fiQgT/_ssgManifest.js"
+      src="/_next/static/OvwK1GUgrR1BC5-niZd9Y/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "-GjPiA-xTMDn3n88fiQgT",
+        "buildId": "OvwK1GUgrR1BC5-niZd9Y",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/-GjPiA-xTMDn3n88fiQgT/_buildManifest.js"
+      src="/_next/static/OvwK1GUgrR1BC5-niZd9Y/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/-GjPiA-xTMDn3n88fiQgT/_ssgManifest.js"
+      src="/_next/static/OvwK1GUgrR1BC5-niZd9Y/_ssgManifest.js"
       async=""
     ></script>
   </body>
Commit: 05f97a1

@ijjk
Copy link
Member

ijjk commented Jan 19, 2021

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 10.4s 10.2s -125ms
nodeModulesSize 77.6 MB 77.6 MB
Page Load Tests Overall increase ✓
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
/ failed reqs 0 0
/ total time (seconds) 1.991 1.998 ⚠️ +0.01
/ avg req/sec 1255.56 1251.53 ⚠️ -4.03
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.255 1.233 -0.02
/error-in-render avg req/sec 1991.24 2027.45 +36.21
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-9e3e4e6..2023.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
index.html gzip 614 B 614 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General Overall increase ⚠️
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 12s 12.1s ⚠️ +61ms
nodeModulesSize 77.6 MB 77.6 MB ⚠️ +10.1 kB
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-9e3e4e6..2023.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.05 MB 1.05 MB
withRouter.js 1.05 MB 1.05 MB
Overall change 5.18 MB 5.18 MB

Webpack 5 Mode (Increase detected ⚠️)
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 12.8s 12.9s ⚠️ +87ms
nodeModulesSize 77.6 MB 77.6 MB
Page Load Tests Overall increase ✓
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
/ failed reqs 0 0
/ total time (seconds) 2.001 2.022 ⚠️ +0.02
/ avg req/sec 1249.23 1236.39 ⚠️ -12.84
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.259 1.246 -0.01
/error-in-render avg req/sec 1986.09 2006.89 +20.8
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
597-3bd7d6bd..868b.js gzip 13 kB 13 kB
778-d412f8e7..3ee1.js gzip 6.56 kB 6.56 kB
838-adcbad39..6e83.js gzip 31.1 kB 31.1 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-6a6a792..6877.js gzip 96 B 96 B
webpack-e302..54e9.js gzip 954 B 954 B
Overall change 91 kB 91 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-a0..538c.js gzip 88 B 88 B
Overall change 88 B 88 B
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-a5b2e84..33cf.js gzip 1.26 kB 1.26 kB
_error-6f1f9..5577.js gzip 3.38 kB 3.38 kB
hooks-725de8..0a15.js gzip 904 B 904 B
index-939503..6e1c.js gzip 232 B 232 B
link-e0cc871..fdbb.js gzip 1.63 kB 1.63 kB
routerDirect..9360.js gzip 308 B 308 B
withRouter-6..44ec.js gzip 304 B 304 B
Overall change 8.02 kB 8.02 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 299 B 299 B
Overall change 299 B 299 B
Rendered Page Sizes
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
index.html gzip 585 B 585 B
link.html gzip 592 B 592 B
withRouter.html gzip 581 B 581 B
Overall change 1.76 kB 1.76 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "LfQ_KSY6TJEcm8CdFq8xg",
+        "buildId": "WF7X3El3di3vSW2g28wMq",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/LfQ_KSY6TJEcm8CdFq8xg/_buildManifest.js"
+      src="/_next/static/WF7X3El3di3vSW2g28wMq/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/LfQ_KSY6TJEcm8CdFq8xg/_ssgManifest.js"
+      src="/_next/static/WF7X3El3di3vSW2g28wMq/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "LfQ_KSY6TJEcm8CdFq8xg",
+        "buildId": "WF7X3El3di3vSW2g28wMq",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/LfQ_KSY6TJEcm8CdFq8xg/_buildManifest.js"
+      src="/_next/static/WF7X3El3di3vSW2g28wMq/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/LfQ_KSY6TJEcm8CdFq8xg/_ssgManifest.js"
+      src="/_next/static/WF7X3El3di3vSW2g28wMq/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "LfQ_KSY6TJEcm8CdFq8xg",
+        "buildId": "WF7X3El3di3vSW2g28wMq",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/LfQ_KSY6TJEcm8CdFq8xg/_buildManifest.js"
+      src="/_next/static/WF7X3El3di3vSW2g28wMq/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/LfQ_KSY6TJEcm8CdFq8xg/_ssgManifest.js"
+      src="/_next/static/WF7X3El3di3vSW2g28wMq/_ssgManifest.js"
       async=""
     ></script>
   </body>
Commit: b4f4e6b

@ijjk
Copy link
Member

ijjk commented Jan 19, 2021

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 11.4s 11s -452ms
nodeModulesSize 77.6 MB 77.6 MB
Page Load Tests Overall increase ✓
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
/ failed reqs 0 0
/ total time (seconds) 2.429 2.306 -0.12
/ avg req/sec 1029.1 1084.19 +55.09
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.744 1.636 -0.11
/error-in-render avg req/sec 1433.39 1527.96 +94.57
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-9e3e4e6..2023.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
index.html gzip 614 B 614 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 13s 12.8s -180ms
nodeModulesSize 77.6 MB 77.6 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
677f882d2ed8..43e3.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-9e3e4e6..2023.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-af..9390.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.05 MB 1.05 MB
withRouter.js 1.05 MB 1.05 MB
Overall change 5.18 MB 5.18 MB

Webpack 5 Mode (Decrease detected ✓)
General
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
buildDuration 13.8s 13.8s -42ms
nodeModulesSize 77.6 MB 77.6 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
/ failed reqs 0 0
/ total time (seconds) 2.245 2.312 ⚠️ +0.07
/ avg req/sec 1113.56 1081.27 ⚠️ -32.29
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.543 1.578 ⚠️ +0.04
/error-in-render avg req/sec 1620.06 1584.65 ⚠️ -35.41
Client Bundles (main, webpack, commons)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
597-3bd7d6bd..868b.js gzip 13 kB 13 kB
778-d412f8e7..3ee1.js gzip 6.56 kB 6.56 kB
838-adcbad39..6e83.js gzip 31.1 kB 31.1 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-6a6a792..6877.js gzip 96 B 96 B
webpack-e302..54e9.js gzip 954 B 954 B
Overall change 91 kB 91 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
polyfills-a0..538c.js gzip 88 B 88 B
Overall change 88 B 88 B
Client Pages
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_app-a5b2e84..33cf.js gzip 1.26 kB 1.26 kB
_error-6f1f9..5577.js gzip 3.38 kB 3.38 kB
hooks-725de8..0a15.js gzip 904 B 904 B
index-939503..6e1c.js gzip 232 B 232 B
link-e0cc871..fdbb.js gzip 1.63 kB 1.63 kB
routerDirect..9360.js gzip 308 B 308 B
withRouter-6..44ec.js gzip 304 B 304 B
Overall change 8.02 kB 8.02 kB
Client Build Manifests
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
_buildManifest.js gzip 299 B 299 B
Overall change 299 B 299 B
Rendered Page Sizes
vercel/next.js canary thorwebdev/next.js examples/with-supabase-auth-realtime-db-updates Change
index.html gzip 585 B 585 B
link.html gzip 592 B 592 B
withRouter.html gzip 581 B 581 B
Overall change 1.76 kB 1.76 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "8IThOsOtmo9k4-5FE0zT7",
+        "buildId": "FyODMr2aGG6bxmuKdZVjc",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/8IThOsOtmo9k4-5FE0zT7/_buildManifest.js"
+      src="/_next/static/FyODMr2aGG6bxmuKdZVjc/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/8IThOsOtmo9k4-5FE0zT7/_ssgManifest.js"
+      src="/_next/static/FyODMr2aGG6bxmuKdZVjc/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "8IThOsOtmo9k4-5FE0zT7",
+        "buildId": "FyODMr2aGG6bxmuKdZVjc",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/8IThOsOtmo9k4-5FE0zT7/_buildManifest.js"
+      src="/_next/static/FyODMr2aGG6bxmuKdZVjc/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/8IThOsOtmo9k4-5FE0zT7/_ssgManifest.js"
+      src="/_next/static/FyODMr2aGG6bxmuKdZVjc/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "8IThOsOtmo9k4-5FE0zT7",
+        "buildId": "FyODMr2aGG6bxmuKdZVjc",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/8IThOsOtmo9k4-5FE0zT7/_buildManifest.js"
+      src="/_next/static/FyODMr2aGG6bxmuKdZVjc/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/8IThOsOtmo9k4-5FE0zT7/_ssgManifest.js"
+      src="/_next/static/FyODMr2aGG6bxmuKdZVjc/_ssgManifest.js"
       async=""
     ></script>
   </body>
Commit: 9f083f0

@leerob leerob merged commit 0bd1752 into vercel:canary Jan 19, 2021
@thorwebdev thorwebdev deleted the examples/with-supabase-auth-realtime-db-updates branch January 19, 2021 13:49
@vercel vercel locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue/PR related to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants