EA Binding

    Performance Tips

    Key items

    Dashboard Inspector

    Demo

    Performance info

    Inspecting using Developer Tools

    Demo

    Browser - HTTP 1.1

    The HTTP 1.1 protocol states that single-user clients should not maintain more than two connections with any server or proxy. Browsers like Chrome and Firefox has a limit of 6 connections. If we have Dashboard requiring say 14 query executions, Chrome will do this in 3 batches, each with : 6, 6 and 2 connections.

    Waterfall - connections in Chrome

    Extended Metadata (XMD)

    Field Rename and XMD update - changing items to plantItems

    Fields Usage

    Demo to view which fields are used in Dashboard from the Plants Dataset

    Demo to view which fields are used in Dashboard from the Fruits Dataset

    Binding in SOQL step

    Demo

    Binding Diagram