Inspecting Objects and Rendering Performance



In the Ember application, object instances are maintained by the container for inspecting the objects. You can inspect the objects by using the Container tab as shown below −

Ember.js Object Container

Next, click on the object name to inspect the instance by using an object inspector.

Ember.js Object Container

In the above marked area, use the reload icon to reload the container and search box for searching the instances.

Rendering Performance

Ember inspector allows you to compute the application's render time by using the Render Performance tab.

Ember.js Render Performance

Use the Reload button to compute the render time of components and templates on the initial application boot and use the search box to filter the logs.

emberjs_ember_inspector.htm
Advertisements