| Bug ID Number |
BUG-000163744 |
| Submitted | December 14, 2023 |
| Last Modified | November 7, 2025 |
| Applies to | ArcGIS Experience Builder |
| Version found | Oct 2023 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | In Product Plan
The issue has been added to the development team's backlog. The goal for issues with this status is to address them in a near-term release (next release or two). Check the issue's Additional Information or Alternate Solution section to see if there is helpful information until it can be fully addressed.
|
Workaround
The work for performance improvement is in progress, but requires significant work. The following options can be considered to improve performance.
Configuration options in ArcGIS Experience Builder:
- Enable client-side query in the Map widget.
- If sorting by distance (the default) is not required, configure the Near Me widget to sort by a field instead.
- Configure only the fields that need to be exported so that Near Me queries only those fields rather than all fields (the default).
- Turn off the Expand feature detail option in the proximity analysis of the Near Me widget.
Optimize feature layers:
- Generalize polygon layers where possible.
- Remove unnecessary fields.
- Large datasets with many features take longer to query; use smaller datasets if possible.
- Calculate spatial and attribute indexes on any fields that are returned to improve query responses.
Optimize the map:
- Avoid using a large number of layers in the map.
- Configure pop-ups to include only the required fields.
Steps to Reproduce