6 ms·
Strange my numbers vary from yours. In their latest commit the minified content in their dist is 9.3kb as is and 3.2kb after gzip https://github.com/kenwheeler
by twolfson 10y ago
Strange my numbers vary from yours. In their latest commit the minified content in their dist is 9.3kb as is and 3.2kb after gzip
https://github.com/kenwheeler/cash/blob/3cb498ca7c5776b8cadcce5884f18e93a61931a9/dist/cash.min.js https://github.com/kenwheeler/cash/blob/3cb498ca7c5776b8cadc...
curl https://rawgit.com/kenwheeler/cash/3cb498ca7c5776b8cadcce5884f18e93a61931a9/dist/cash.min.js https://rawgit.com/kenwheeler/cash/3cb498ca7c5776b8cadcce588... | wc -c # 9282
curl https://rawgit.com/kenwheeler/cash/3cb498ca7c5776b8cadcce5884f18e93a61931a9/dist/cash.min.js https://rawgit.com/kenwheeler/cash/3cb498ca7c5776b8cadcce588... | gzip | wc -c # 3225
- random_rr 10y agoI downloaded their cdn version: https://cdn.jsdelivr.net/cash/1.0.0/cash.min.js https://cdn.jsdelivr.net/cash/1.0.0/cash.min.js
- ryptophan 10y agocurl https://cdn.jsdelivr.net/cash/1.0.0/cash.min.js https://cdn.jsdelivr.net/cash/1.0.0/cash.min.js | wc -c # 7769 curl https://cdn.jsdelivr.net/cash/1.0.0/cash.min.js https://cdn.jsdelivr.net/cash/1.0.0/cash.min.js | gzip | wc -c # 2636
- tekromancr 10y agoI did not know you could pipe to gzip... That's awesome!