Ember Inspector: render performance, and the Ember RunLoop

Thanks in advance for any help you can give me. We have a complex app, in many ways similar to a dashboard with a search built in. When I check the render performance tab on the browser. I see a list of ‘view rendering’.

My question is: is it more performant when my dashboard is rendered inside one nested ‘view rendering’ or as a list of ‘view rendering’

And, does a single ‘view rendering’ imply this takes place inside one runloop which as I understand is the most efficient.

Thanks, Duncan

1 Like