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

Support persisting the dev cache buster #15827

Merged
merged 4 commits into from
Aug 3, 2020

Conversation

timneutkens
Copy link
Member

@timneutkens timneutkens commented Aug 3, 2020

Same as #15483 but couldn't push to it


Closes #15483
Fixes #15828

@ijjk
Copy link
Member

ijjk commented Aug 3, 2020

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
buildDuration 13.2s 12.9s -213ms
nodeModulesSize 65.5 MB 65.5 MB -1.31 kB
Page Load Tests Overall increase ✓
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
/ failed reqs 0 0
/ total time (seconds) 2.34 2.361 ⚠️ +0.02
/ avg req/sec 1068.37 1059.05 ⚠️ -9.32
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.426 1.302 -0.12
/error-in-render avg req/sec 1753.56 1919.66 +166.1
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
677f882d2ed8..adde.js gzip 10.2 kB 10.2 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
main-5932771..4350.js gzip 6.73 kB 6.73 kB
webpack-ccf5..276a.js gzip 751 B 751 B
Overall change 56.8 kB 56.8 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
677f882d2ed8..dule.js gzip 6.13 kB 6.13 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
main-02cf3f6..dule.js gzip 5.81 kB 5.81 kB
webpack-10c7..dule.js gzip 751 B 751 B
Overall change 51.8 kB 51.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
polyfills-4c..dbb6.js gzip 30.8 kB 30.8 kB
Overall change 30.8 kB 30.8 kB
Client Pages
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_app-874bd8a..0103.js gzip 1.28 kB 1.28 kB
_error-fa39c..ec40.js gzip 3.45 kB 3.45 kB
hooks-585f07..95a3.js gzip 887 B 887 B
index-c7b63f..fc02.js gzip 227 B 227 B
link-ea5d131..c2be.js gzip 1.3 kB 1.3 kB
routerDirect..ebc7.js gzip 284 B 284 B
withRouter-2..db68.js gzip 284 B 284 B
Overall change 7.72 kB 7.72 kB
Client Pages Modern
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_app-97e743e..dule.js gzip 626 B 626 B
_error-b4004..dule.js gzip 2.3 kB 2.3 kB
hooks-696209..dule.js gzip 387 B 387 B
index-a4dd74..dule.js gzip 226 B 226 B
link-4448c30..dule.js gzip 1.25 kB 1.25 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-1..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_buildManifest.js gzip 273 B 273 B
_buildManife..dule.js gzip 281 B 281 B
Overall change 554 B 554 B
Rendered Page Sizes
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
index.html gzip 946 B 946 B
link.html gzip 955 B 955 B
withRouter.html gzip 940 B 940 B
Overall change 2.84 kB 2.84 kB

Serverless Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
buildDuration 14.1s 14.6s ⚠️ +433ms
nodeModulesSize 65.5 MB 65.5 MB -1.31 kB
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
677f882d2ed8..adde.js gzip 10.2 kB 10.2 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
main-5932771..4350.js gzip 6.73 kB 6.73 kB
webpack-ccf5..276a.js gzip 751 B 751 B
Overall change 56.8 kB 56.8 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
677f882d2ed8..dule.js gzip 6.13 kB 6.13 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
main-02cf3f6..dule.js gzip 5.81 kB 5.81 kB
webpack-10c7..dule.js gzip 751 B 751 B
Overall change 51.8 kB 51.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
polyfills-4c..dbb6.js gzip 30.8 kB 30.8 kB
Overall change 30.8 kB 30.8 kB
Client Pages
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_app-874bd8a..0103.js gzip 1.28 kB 1.28 kB
_error-fa39c..ec40.js gzip 3.45 kB 3.45 kB
hooks-585f07..95a3.js gzip 887 B 887 B
index-c7b63f..fc02.js gzip 227 B 227 B
link-ea5d131..c2be.js gzip 1.3 kB 1.3 kB
routerDirect..ebc7.js gzip 284 B 284 B
withRouter-2..db68.js gzip 284 B 284 B
Overall change 7.72 kB 7.72 kB
Client Pages Modern
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_app-97e743e..dule.js gzip 626 B 626 B
_error-b4004..dule.js gzip 2.3 kB 2.3 kB
hooks-696209..dule.js gzip 387 B 387 B
index-a4dd74..dule.js gzip 226 B 226 B
link-4448c30..dule.js gzip 1.25 kB 1.25 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-1..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_buildManifest.js gzip 273 B 273 B
_buildManife..dule.js gzip 281 B 281 B
Overall change 554 B 554 B
Serverless bundles Overall decrease ✓
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_error.js 1.02 MB 1.02 MB -423 B
404.html 4.18 kB 4.18 kB
hooks.html 3.82 kB 3.82 kB
index.js 1.02 MB 1.02 MB -423 B
link.js 1.06 MB 1.06 MB -423 B
routerDirect.js 1.05 MB 1.05 MB -423 B
withRouter.js 1.05 MB 1.05 MB -423 B
Overall change 5.2 MB 5.2 MB -2.12 kB
Commit: 6af4638

@ijjk
Copy link
Member

ijjk commented Aug 3, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
buildDuration 12.1s 12.1s -51ms
nodeModulesSize 65.5 MB 65.5 MB -1.31 kB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
/ failed reqs 0 0
/ total time (seconds) 2.14 2.198 ⚠️ +0.06
/ avg req/sec 1168.15 1137.44 ⚠️ -30.71
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.159 1.214 ⚠️ +0.05
/error-in-render avg req/sec 2157.63 2059.75 ⚠️ -97.88
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
677f882d2ed8..afbf.js gzip 10.2 kB 10.2 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
main-5932771..4350.js gzip 6.73 kB 6.73 kB
webpack-ccf5..276a.js gzip 751 B 751 B
Overall change 56.8 kB 56.8 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
677f882d2ed8..dule.js gzip 6.11 kB 6.11 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
main-02cf3f6..dule.js gzip 5.81 kB 5.81 kB
webpack-10c7..dule.js gzip 751 B 751 B
Overall change 51.8 kB 51.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
polyfills-4c..dbb6.js gzip 30.8 kB 30.8 kB
Overall change 30.8 kB 30.8 kB
Client Pages
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_app-874bd8a..0103.js gzip 1.28 kB 1.28 kB
_error-fa39c..ec40.js gzip 3.45 kB 3.45 kB
hooks-585f07..95a3.js gzip 887 B 887 B
index-c7b63f..fc02.js gzip 227 B 227 B
link-e97733c..af21.js gzip 1.3 kB 1.3 kB
routerDirect..ebc7.js gzip 284 B 284 B
withRouter-2..db68.js gzip 284 B 284 B
Overall change 7.72 kB 7.72 kB
Client Pages Modern
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_app-97e743e..dule.js gzip 626 B 626 B
_error-b4004..dule.js gzip 2.3 kB 2.3 kB
hooks-696209..dule.js gzip 387 B 387 B
index-a4dd74..dule.js gzip 226 B 226 B
link-fbb1d2e..dule.js gzip 1.25 kB 1.25 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-1..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_buildManifest.js gzip 272 B 272 B
_buildManife..dule.js gzip 280 B 280 B
Overall change 552 B 552 B
Rendered Page Sizes
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
index.html gzip 944 B 944 B
link.html gzip 953 B 953 B
withRouter.html gzip 939 B 939 B
Overall change 2.84 kB 2.84 kB

Serverless Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
buildDuration 13.6s 12.9s -662ms
nodeModulesSize 65.5 MB 65.5 MB -1.31 kB
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
677f882d2ed8..afbf.js gzip 10.2 kB 10.2 kB
framework.HASH.js gzip 39.1 kB 39.1 kB
main-5932771..4350.js gzip 6.73 kB 6.73 kB
webpack-ccf5..276a.js gzip 751 B 751 B
Overall change 56.8 kB 56.8 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
677f882d2ed8..dule.js gzip 6.11 kB 6.11 kB
framework.HA..dule.js gzip 39.1 kB 39.1 kB
main-02cf3f6..dule.js gzip 5.81 kB 5.81 kB
webpack-10c7..dule.js gzip 751 B 751 B
Overall change 51.8 kB 51.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
polyfills-4c..dbb6.js gzip 30.8 kB 30.8 kB
Overall change 30.8 kB 30.8 kB
Client Pages
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_app-874bd8a..0103.js gzip 1.28 kB 1.28 kB
_error-fa39c..ec40.js gzip 3.45 kB 3.45 kB
hooks-585f07..95a3.js gzip 887 B 887 B
index-c7b63f..fc02.js gzip 227 B 227 B
link-e97733c..af21.js gzip 1.3 kB 1.3 kB
routerDirect..ebc7.js gzip 284 B 284 B
withRouter-2..db68.js gzip 284 B 284 B
Overall change 7.72 kB 7.72 kB
Client Pages Modern
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_app-97e743e..dule.js gzip 626 B 626 B
_error-b4004..dule.js gzip 2.3 kB 2.3 kB
hooks-696209..dule.js gzip 387 B 387 B
index-a4dd74..dule.js gzip 226 B 226 B
link-fbb1d2e..dule.js gzip 1.25 kB 1.25 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-1..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_buildManifest.js gzip 272 B 272 B
_buildManife..dule.js gzip 280 B 280 B
Overall change 552 B 552 B
Serverless bundles Overall decrease ✓
vercel/next.js canary timneutkens/next.js azukaru-add-cache-breaker-id Change
_error.js 1.02 MB 1.02 MB -423 B
404.html 4.18 kB 4.18 kB
hooks.html 3.82 kB 3.82 kB
index.js 1.02 MB 1.02 MB -423 B
link.js 1.06 MB 1.06 MB -423 B
routerDirect.js 1.05 MB 1.05 MB -423 B
withRouter.js 1.05 MB 1.05 MB -423 B
Overall change 5.2 MB 5.2 MB -2.12 kB
Commit: d875463

@kodiakhq kodiakhq bot merged commit e8c3190 into vercel:canary Aug 3, 2020
@timneutkens timneutkens deleted the azukaru-add-cache-breaker-id branch August 4, 2020 07:54
@vercel vercel locked as resolved and limited conversation to collaborators Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support persisting the dev cache buster
4 participants