danvk / oldnyc

Mapping photos of Old New York
Apache License 2.0
288 stars 130 forks source link

Bundle the JavaScript #55

Closed danvk closed 9 years ago

danvk commented 9 years ago

See #34

This drops 11 blocking requests on page load down to 1. Should be a win!

danvk commented 9 years ago

I tried running uglifyjs over the JavaScript, but this only resulted in a small improvement after gzipping (21300 bytes→14920 bytes). Given that minified JS makes debugging on the live site next to impossible, I'd prefer to ship a few more KB.