oreporan / wePlayMin

WePlay - the social football managing app
0 stars 1 forks source link

Parallelize server functions #21

Closed Yahavw closed 8 years ago

Yahavw commented 8 years ago

The most important thing to do, to achieve performance improvement is to parallelize the server functions. before doing that we need to think what we can parallelize, because the parallel functions need to be independent, not sure if we can parallelize something but lets check it. see: https://engineering.gosquared.com/making-dashboard-faster

http://www.sitepoint.com/10-tips-make-node-js-web-app-faster/

oreporan commented 8 years ago

Nice That async module is genius.. We should definently use this

oreporan commented 8 years ago

Everything that can be using async is working now. It also has other methods:

async.parallel async.waterfall - also good, it does one method after the other but much more efficiently then doing it manually. I used this also

Yahavw commented 8 years ago

cool

2015-10-17 17:49 GMT+03:00 oreporan notifications@github.com:

Closed #21 https://github.com/oreporan/wePlayMin/issues/21.

— Reply to this email directly or view it on GitHub https://github.com/oreporan/wePlayMin/issues/21#event-438243998.