Open
Description
We should start moving some DOM processing to server-side to unload client. One of most annoying thing for now is loading spinner on navigation pages, we could do links list rendering much faster with server side rendering.
Basically, we need to move our navigation HTML rendering script from client side to server side following the same conventions http://sourcejs.com/docs/data-nav/.