PROBLEM

Slow performance when displaying cached services in PNG24 format in Internet Explorer 6

Last Published: April 25, 2020

Description

When displaying a Web Mapping Application in Internet Explorer 6 that contains a cached map service in PNG24 format, the performance of rendering the map image is slower than when:

1) The same application is used in an Internet Explorer 7 or Firefox browser.
2) The service is cached in PNG8 or PNG32 format and used in Internet Explorer 6.

Cause

The ArcGIS Server .NET Web Application Developer Framework (ADF) is designed to display the map cache tiles directly in the browser when possible, so that the optimal performance is achieved.

Due to a limitation with an Internet Explorer 6 browser's ability to display transparency for PNG24 images, the Web ADF must do extra processing to show the transparency for PNG24 images. The Web ADF is designed to detect when an application meets the following criteria:

1) Contains a PNG24 cached service on top of another service.

AND

2) Is displayed in an Internet Explorer 6 browser.

When this scenario is encountered, the cache tiles from the service in PNG24 format are not displayed directly in the browser. Instead, a request is made for a new image back to the GIS Server, where the necessary transparency can be applied.

This alternative method results in the difference in performance.

Solution or Workaround



  1. Use the application in Internet Explorer 7 or Firefox 2.
  2. Generate the map cache in PNG8 or PNG32 format.

Article ID:000009727

Software:
  • ArcGIS Server

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic