Binary dashboard format

Dashboard Editor supports two different dashboard file formats:
  • XML - stored in .idbd files.
  • Binary - stored in .idbin files.
A dashboard in XML format is 8 times the size of a binary format file and takes 5 times as long to load. Using binary format decreases the amount of parsing and data conversion to be performed by Dashboard Editor.
A binary file is read into Dashboard Editor without using an XML parser or a document object model, which reduces memory use significantly.