Skip to content
Antony Budianto edited this page May 23, 2016 · 3 revisions

Welcome to the ngstarter-gzip-tasks wiki!

Non-gzip benchmark with lodash

  • lib.js = 195 KB, Time: ~112ms
  • app.js = 576 KB, Time: ~199ms
  • 17 requests, 1.0MB transferred, finish ~1.57s, DOM loaded 1.04s

Gzip benchmark progress: (with lodash)

  • lib.js = 60.4 KB, Time: ~76ms
  • app.js = 146 KB, Time: ~145ms
  • 10 requests, 314KB transferred, finish ~1.29 s, DOM loaded 841ms

progress: (without lodash)

  • lib.js = 60.4 KB, Time: ~101ms
  • app.js = 122 KB, Time: ~155ms
  • 10 requests, 290KB transferred, finish ~1.20 s, DOM loaded 786ms
Clone this wiki locally