mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Asteroid on CDNs #65

Open dandv opened 9 years ago

dandv commented 9 years ago

Asteroid files, unminified, amount to ~98k right now (32KB for asteroid.browser.js, 58KB for q.js, and 8.5KB for ddp.js). It would help with page load speed to have them concatenated and minified on CDNjs and jsDelivr.

dandv commented 9 years ago

Using Promiz (#67) would also reduce the footprint by 53KB. Q.js is 58KB, Promiz is 5, unminified.

tomByrer commented 9 years ago

Would be better not to concatenate the promise lib & ddp with Asteroid; jsDelivr will concatenate for you.

dandv commented 9 years ago

@tomByrer: That's neat, except that none of the three libraries is on JSDelivr :)

BTW, uglified they're 20KB total before gzipping.