Posted 4/13/2007 10:09:54 AM | | | I have found the c360 SDK very useful for pages that reside inside Iframes, and have utilized this a number of times. The only complaint I ever hear is that the Iframe which contains the c360 page takes a loooooot longer to load than the CRM page. Typically, after the CRM page loads, the users are waiting another 5-10 seconds for the c360 page to load. This is OK, but it would certainly be nice to eliminate the extra load time if possible.
Does anyone have any thoughts/tweaks on improving the load time of these c360 pages? All of the pages reside on the same web server as CRM in all cases, and sit in their own website along with any custom web services/web apps that were built for that particular client.
Thanks
--Jeff |
| Posted 4/13/2007 10:39:34 AM | | | | Jeff, the SDK will take a while longer to load for the very first user to open one of your custom pages because we load a lot of information in the cache for performance reasons. Subsequently, the pages should load must faster. This will happen every thime you restart IIS or reboot your server. Also, we refresh certain items in the cache at a regular interval. For instance, we cache the CRM metadata every 10 minutes. To reduce the frequency of the cache refreshes you can increase the refresh timeout. You'll find more details in the "Post-Installation" section of the training guide. The only other thing I can suggest is to use a tool like the "CRM Cache tool" and customize it to invoke one of your custom pages at a regular interval wich will ensure that all values are in memory.
|
| |
|