Delayed render

When a component is delayed, it is not rendered until its containing cell has been rendered on the client. This feature can be used to improve the responsiveness of the UI. For example, you could delay rendering of a component that is slow to render, such as a large chart. The slower component can fill itself out after the rest of the page is rendered.

The Delayed Render setting is specified in the Cell section of the Layout Editor.