标题: Tips and Techniques to Expand the& [打印本页] 作者: Rex 时间: 2008-6-17 20:35 标题: Tips and Techniques to Expand the Power of AC
Background Loading Controls initial responsiveness of the application Configured in ActSage.exe.config <!-- Number of seconds after contact detail view is shown to background load other views for faster view switching performance (note: 0 seconds means don't background load view)--> <add key="BackgroundLoadTaskView" value=“15"/> <add key="BackgroundLoadCalendarView" value=“30"/> <add key="BackgroundLoadGroupView" value=“45"/> <add key="BackgroundLoadCompanyView" value=“60"/> <add key="BackgroundLoadOpportunityView" value=“75"/> <add key="BackgroundLoadActivityNotification" value=“20"/>
--Mix ‘n Match – for those views you don’t load or don’t load often, set to zero (they won’t background-load) --Decrease value for Alarms and other Views that you want to load faster --Warning: Setting all to load concurrently could cause a race condition (application instability)