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 −

inspecting the objects.

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

inspecting the objects.

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.

inspecting the objects.

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.

Previous Page:-Click Here

Leave a Reply