Improving Map and Report Response Time

In this section:

In the XML definition file, the PERFORMANCE tag contains several attributes that can be used to improve the speed of processing certain aspects of the integration.


Top of page

x
Clear Server Internal Cache Information

Issuing the following command from a browser will clear the internal cache of objects at the server:

http://machine/ibi_apps/esri/WfArcConnector.jsp?IBIESRI_command=flushtables

Perform this action after any changes are made to the application XML definition file. Once the cache has been cleared, the next command to the WebFOCUS GIS Adapter will cause it to read the XML definition from disk.

It is a good idea to add this as a "favorite" in your browser.


Top of page

x
Navigate to Previous Map Views

When a map rendering action has been invoked and the user wishes to return to the previous map that was displayed, they can accomplish this by using Ctrl+click on the eraser icon. This action will take them backwards one map image at a time.

This capability is limited by the number of maps that are maintained in memory. See the description of the mapcachedepth attribute for more information.

Note: This action will only navigate backwards to previously displayed maps. There is no facility for navigating forwards again.


Top of page

x
Increasing the Number Of Preserved Map Views

If it is necessary to maintain more map images for navigational purposes, the value of the mapcachedepth attribute may be adjusted. This attribute is specified in the PERFORMANCE tag.

mapcachedepth="6"

Increasing the number will also increase the memory utilization within the application server. Each user session will consume additional memory for each map object cached by the server.


WebFOCUS