artasparks / glift

Go Lightweight Frontend
MIT License
115 stars 33 forks source link

Reduce compiled Glift size #108

Closed artasparks closed 8 years ago

artasparks commented 9 years ago

As I write this, Glift is pretty big, for compiled JS -- around 150kbps. There are several reasons for this:

artasparks commented 9 years ago

Not sure how much of a problem this is. Experiments with Closure ADVANCED_OPTIMIZATIONS (which admittedly produce non-working code), reduces the size by ~1/3 to 100k. However, just using gzipping, the size is reduced to just 50k. 50k seems ok.

artasparks commented 8 years ago

Realistically, not going to address this in the near future.