|
1.22 How can I optimize the editors loading time?
In order to optimize the editors loading process, you could do the following:
1. First of all, we recommend you clearing the cache of your proxy server (if any), of your browser as well as of the Java VM. 2. Additionally, you could use the "preloadJVM" function in order to improve the editors loading time. This function preloads the JavaVM in a page before the page containing the applet is loaded. Thus, loading the applet the first time should already be significantly faster. You can find a sample implementation in our samples index page. Please take look at the source code, it is also included in the installation package. For more information about the "preloadJVM" function please review the Integration Manual Chapter 3.2 JavaScript API. 3. An other possibility to speed up the edit-on Pro loading process is to minimize the HTTP Connections required. Therefore please take a look at the "Minimize HTTP Connections" sample which resides in the /samples/minimizehttp directory. This sample demonstrates how to reduce the amount of HTTP requests during the loading of the applet.
|
|