deferredRender : Boolean True by default to defer the rendering of child items to the browsers DOM until a tab is activated. False will render all contained items as soon as the Ext.layout.container.Card is rendered. If there is a significant amount of content or a lot of heavy controls being rendered into panels that are not displayed by default, setting this to true might improve performance. ..