Improving performance between heavy routes

Hi, since Ember defers rendering until the model hooks are resolved the UI can become rather unresponsive.

The loading substates are great but don’t really cut it if the user has to wait ~1000ms before rendering of the new route starts.

Is there a recommended workaround? There’s some similar talk here: Making The Model Hook Not Block Rendering - #5 by alexdiliberto