Configuration Infographic | Overview of Configuration Screens |
---|
To improve the performance of your Data-Viewer, consider some of these options:
Option | Comment |
---|---|
Turn on Asynchronous Page Load | See Overview of the Data Viewer Configuration Parameters for more information. |
Minimize the number of items displayed per page | See Data Display Options for more information. |
Only show the columns you really need to show |
Getting data and formatting it takes processing time on the server and also the client PC. It’s easy to add all columns to the Data-Viewer display when configuring it. Not only will this typically add a horizontal scroll bar to the display, it also adds to page load time. It’s best to include just the columns that end users absolutely need to see. You can always also:
|
Minimize the display of columns that require formatting |
The Data-Viewer load time process that takes the longest is formatting the data. Not all data types require formatting; for example, Single Line Text columns do not require formatting. If you can minimize the data that requires formatting, your page will load faster. Columns that require formatting and take the longest to process are:
If you need to display a Date Time column and want to improve performance, you could add a calculated column to your list and display it instead of the Date Time column. The formula below is an example that stores a date value in a text column:
If this calculated column is stored as TEXT, it requires no formatting when displayed. Including it in the Data-Viewer display rather than the Date Time column will improve performance.
|
Minimize the other things on the page | If you have several web parts on the page, they will all need to be loaded before any are ready to be used. Use navigation links to help users get to separate pages rather than putting everything on one page. |
Configuration Infographic | Overview of Configuration Screens |
---|