Many web-apps don't load all the possible contents (scripts, styles etc) at the first time. They decrease the latency between "page asked" and "user can start do something". For now we load all the js/css (even if minified), but user can't do anything till it loaded
Buzz-words
- Big Pipe - how Facebook does it http://www.facebook.com/note.php?note_id=389414033919
- Script Dependency Management (each script knows his dependencies, load script when needed, async - many tools)
- CDN
We also touched the modern web-app structure and our problem of Public API coupled with HttpServer for serving html and statics. It means that for now our site and API always have same version, 1 fails - other fails, and it sucks. (abu)
Initiated by Eldar (edj)
0 коментарі:
Дописати коментар