Configuring selector elements with filter actions in ArcGIS Dashboards causes performance issues in map elements.
Portal for ArcGIS
漏洞 ID 编号
BUG-000177195
已提交
June 16, 2025
上次修改时间
June 30, 2025
适用范围
Portal for ArcGIS
找到的版本
11.2
操作系统
Windows Server
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is expected behavior. If no action is configured, only the objectID field is fetched when Dashboards load. However, when an action is configured, all fields must be fetched. These fields are required for actions, but it is not possible to determine in advance which fields will be used, so all fields are loaded at startup. The sample dataset contains 140,000 features and over 70 fields, which naturally increases the load time. To improve performance, it is advisable to remove any irrelevant fields from the dataset.