Right now I load up the console at the beginning to get it out of the way. It often takes 2-3 seconds to add all of those DOM elements (on a good computer, probably not so good on other computers).
We should do the following:
Add each console cell models all at once using a document fragment
Create some sort of loading thing - which may be a bit hard since the views inexplicably all load all at once.
Right now I load up the console at the beginning to get it out of the way. It often takes 2-3 seconds to add all of those DOM elements (on a good computer, probably not so good on other computers).
We should do the following: