Problem Statement:
When interacting with maps that contain many (Map Image) Sublayers, clicking on the map generates a request for each activated layer. The result of each of these requests is a PBF file. This leads to unnecessary system strain, especially when many layers are active that do not return relevant features.
Proposal:
I propose that ArcGIS optimizes the logic for generating requests during map interactions. Instead of creating a request for every active layer, the system should only generate requests for layers that actually return a feature.
Benefits:
- Performance Improvement: Reducing the number of requests decreases server load and improves response times.
- Efficiency: Minimizing data transfer by retrieving only relevant information.
- User Experience: Enhancing user experience through faster and more targeted responses.
Summary:
Implementing this optimization would not only enhance application performance but also increase the efficiency of data processing. I hope this idea will be considered for future updates of ArcGIS.