The Performance Log Tab

The Performance Log tab logs client-side performance. This logging will help you identify any performance issues within the application. This log information is not stored on the database, it's stored locally on the client in Windows Isolated Storage.

There is a 2GB limit for isolated storage of the performance logs. If that limit is reached, the log information is cleared.

  • Enable Client Side Logging - Turns on/off the client-side performance logging. By default, client-side logging is off.

  • Disable Background Loading - Turns on/off the background cache loading. Background loading means that while the application is not performing user requested tasks (save, load, query), it will load values from the service and cache them on the client. This is done to improve the performance of the application by limiting the number of service calls per user request. By default, background loading is on.

  • Refresh Client Log - Reloads the client log from the current client.

  • Open Client Log - Allows the user to open an XML log file from another client.

  • Get Client Log - Allows the user to download an XML file containing the log contents from the current machine.

  • Clear Client Log - Clears the local client log from isolated storage.