Asynchronous loading for HTML 5

Hi

What’s the best way to optimise the loading times with an HTML 5 app ?
I’m looking to have an empty scene loaded witch then give access to a number of objects that will be growing consistently, so I need to manage these objects in a way that doesn’t impact the initial loading time.

Cheers !!