How can you manage web page load?
Sigiloso
I would render the pages at the server side, and also if it is necessary i would keep them statically. On each request when client requires some resources then server will send only statically generated ones. If there is no SEO friendly pages then i would render them partially at the server side, other stuff i would put to the client side like fetching some data from the api.