Delayed toolbar status check

Preference Delayed Toolbar Status Check
Description Setting this preference value to "Yes" will delay the toolbar status check operation for performance benefits.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the DelayedToolbarStatusCheck value.
Applies to Open Client
Possible values Yes or No. Default is Yes.
API No
Exportable No

To change the default preference value of DelayedToolbarStatusCheck

  1. Open the SitePreferences.xml file in a text or XML editor.
  2. Locate the following XML section and replace the value (appears in bold below) of DelayedToolbarStatusCheck:
	<subsystem name="UserInterface" 
		label="User Interface" 
		description="User Interface Preferences" visible="true">	
		<category name="ToolbarSettings" 
				label="Toolbar Settings" 
				description="Toolbar Settings" visible="true">
<setting name="DelayedToolbarStatusCheck" label="Delayed Toolbar Operation Status Check" description="Delayed Toolbar Operation Status Check">
<value default="Yes" type="string">Yes</value>
<uiType>DropDownList</uiType>
<options>
<option label="Yes">Yes</option>
<option label="No">No</option>
</options>
<visible>true</visible>
</setting>
</category>
</subsystem>