The web.config file contains settings that allow you to improve client-side performance. Performance tuning values are specified in milliseconds.
The file is located at: C:\Program Files\P2 Energy Solutions\P2 Explorer\Web\Explorer
Example
<performanceTuning>
<performanceConstants>
<add name="ResponseThrottleRate" value="250" />
<add name="FetchBatchTiming" value="0" />
<add name="MaximumRecords" value="50000" />
<add name="MaximumRawDuration" value="8 hours" />
<add name="DefaultTrendDuration" value="8 hours" />
</ performanceConstants >
…
</performanceTuning >
Settings
ResponseThrottleRate | How often components are updated after receiving data from IFS OI Server. This is a client-side optimisation for Internet Explorer on slow computers with very large pages. Default: 250 |
FetchBatchTiming | How long to wait before sending requests to IFS OI Server. This is used to combine multiple requests into one, and could help users with a bad network connection. Default: 0 |
MaximumRecords | The maximum number of points that can be rendered on a chart. Default: 50000. Note: This setting is deprecated as of v 4.6.1. |
MaximumRawDuration | The maximum duration that can be used on the trend when the Raw sample method is selected. Default: 8 hours |
DefaultTrendDuration | The duration to specify on the trend when it is first opened. Default: 8 hours |
MaximumAdaptiveRawDuration | This setting limits the duration dropdown in the Trend to only include options less than or equal to the configured maximum. For example, if this is configured to 6 months, then options for 9 months, 1 year, and 2 years will not be available for selection in the Trend. This setting was added in Explorer v4.9.4. |
MinimumTrendRefreshRate | The minimum trend refresh rate to use when Now is set. The refresh rate is this value or the sample interval, whichever is greater. |
MaximumAutoFetchDuration | The maximum duration (i.e. difference between start time and end time) before the trend's auto fetch is disabled and manual fetch is required. |
MaximumTrendDuration | The maximum duration that is shown in the duration drop-down. This also modifies the start time or end time if their difference is greater than this limit. The value must match to a valid duration string (as per the MaximumAutoFetchDuration valid values), or set to an empty string (meaning that no limit is applied). |
DisableRangeSelector | Prevents the Range Selector in the trend from being displayed, and disables the Range Selector icon in the toolbar. Default: False. |