Skip to content

Instantly share code, notes, and snippets.

@dangreen
Last active March 23, 2020 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dangreen/5427c5f2158c357bf0b15d38270508ac to your computer and use it in GitHub Desktop.
Save dangreen/5427c5f2158c357bf0b15d38270508ac to your computer and use it in GitHub Desktop.

50 runs on each configuration

Regular network:

No DSL:

Average time: 1s 511ms
Fastest time: 1s 266ms
Slowest time: 2s 925ms
Encoded size: 292 kB
Decoded size: 1.08 MB

module/nomodule DSL:

Average time: 1s 192ms
Fastest time: 1s 144ms
Slowest time: 2s 380ms
Encoded size: 228 kB
Decoded size: 841 kB

bdsl-webpack-plugin, isModule option:

Average time: 1s 297ms
Fastest time: 1s 160ms
Slowest time: 3s 184ms
Encoded size: 228 kB
Decoded size: 841 kB

bdsl-webpack-plugin, 3 environments (modern, actual, defaults):

Average time: 1s 594ms
Fastest time: 1s 143ms
Slowest time: 5s 394ms
Encoded size: 218 kB
Decoded size: 806 kB

"Regular 4G" network preset:

No DSL:

Average time: 4s 240ms
Fastest time: 3s 366ms
Slowest time: 5s 40ms
Encoded size: 292 kB
Decoded size: 1.08 MB

module/nomodule DSL:

Average time: 4s 833ms
Fastest time: 3s 211ms
Slowest time: 6s 914ms
Encoded size: 228 kB
Decoded size: 841 kB

bdsl-webpack-plugin, isModule option:

Average time: 4s 42ms
Fastest time: 3s 217ms
Slowest time: 5s 887ms
Encoded size: 228 kB
Decoded size: 841 kB

bdsl-webpack-plugin, 3 environments (modern, actual, defaults):

Average time: 3s 409ms
Fastest time: 3s 142ms
Slowest time: 4s 336ms
Encoded size: 218 kB
Decoded size: 806 kB

"Good 3G" network preset:

No DSL:

Average time: 8s 696ms
Fastest time: 8s 349ms
Slowest time: 9s 930ms
Encoded size: 292 kB
Decoded size: 1.08 MB

module/nomodule DSL:

Average time: 8s 415ms
Fastest time: 6s 724ms
Slowest time: 9s 506ms
Encoded size: 228 kB
Decoded size: 841 kB

bdsl-webpack-plugin, isModule option:

Average time: 8s 376ms
Fastest time: 6s 725ms
Slowest time: 9s 651ms
Encoded size: 228 kB
Decoded size: 841 kB

bdsl-webpack-plugin, 3 environments (modern, actual, defaults):

Average time: 8s 561ms
Fastest time: 6s 673ms
Slowest time: 9s 515ms
Encoded size: 218 kB
Decoded size: 806 kB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment