<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Edit Widget Slow to Load in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1643290#M65987</link>
    <description>&lt;P&gt;We are having the same issues Steve, our case number is #03969602 . hope to hear more about this, seems to be both on the new map viewer and experience builder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update: Field maps works fine, so does classic web map (even though we don't use that). Did not try classic web app like you did but expect the same.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2025 15:07:06 GMT</pubDate>
    <dc:creator>Adam_Bourque</dc:creator>
    <dc:date>2025-08-19T15:07:06Z</dc:date>
    <item>
      <title>Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1629499#M65408</link>
      <description>&lt;H2&gt;Real-world Problem&lt;/H2&gt;&lt;P&gt;In search and rescue, we need the field users to be able to do basic mapping of their search areas without assistance from GIS Specialists. This means our maps often have many reference layers related to all possible disasters (flood models, hurricane forecast, earthquake Shakemap).&lt;/P&gt;&lt;H2&gt;Technical Problem&lt;/H2&gt;&lt;P&gt;To do this we provided the “Intel Manager” which was originally based on Web App Builder but are transitioning to Experience Builder. The Edit widget in Experience Builder leverages the Map SDK for JavaScript widget, and the issue described below can be observed across the different apps who depend on this component (Map Viewer, Experience Builder, Instant Apps).&lt;/P&gt;&lt;P&gt;The Editor widget is very slow to load the first time it opens (sometimes 5 seconds, sometimes 1-2 minutes!). By inspecting the error and network console, we believe this delay may be caused by the way the JS SDK loads all layers in the map, even when they are not initially visible, and that the Editor waits for all the layers to be loaded to check for the valid editable layers.&lt;/P&gt;&lt;P&gt;Here is our &lt;A href="https://experience.arcgis.com/experience/f77f3ad561f1416fab03c6ae1cf52117/page/Intel-Manager" target="_blank" rel="noopener"&gt;Sandbox application&lt;/A&gt; for testing, see the reproduction steps here: &lt;A href="https://github.com/pjdohertygis/SARCOP/issues/450" target="_blank" rel="noopener"&gt;https://github.com/pjdohertygis/SARCOP/issues/450&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Only a few layers are editable and have feature templates, while most of the layers in the map are for reference only to support the different editing and analysis workflows.&lt;/EM&gt;&lt;/P&gt;&lt;H2&gt;Possible Solutions&lt;/H2&gt;&lt;P&gt;We’ve had recommendations from Esri in the past to hide/turn off layers in the map that are only needed by users on demand to improve loading performance. Based on the current use case, it appears this workaround is not applicable. While we are attempting to reduce the number of layers in our map, we feel the performance for loading layers in the map and the Editor widget should be optimized.&lt;/P&gt;&lt;P&gt;We feel there should be logical checks when loading layers in maps and apps, so that data is only loaded when necessary. Furthermore, if data cannot be loaded because it is not accessible for any reason, it should not excessively slow down or prevent the loading of the rest of the map/app.&lt;/P&gt;&lt;P&gt;While it seems this may need to be addressed on the JS SDK, perhaps there could be an app level check. For example, provide an option to “bypass” any layers not included in the Edit widget configuration in Experience Builder?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/295933"&gt;@PaulDoherty3&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/4541"&gt;@JaredDoke&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/312248"&gt;@ChristopherPierson1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 16:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1629499#M65408</guid>
      <dc:creator>VictoriaC</dc:creator>
      <dc:date>2025-07-02T16:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1630115#M65451</link>
      <description>&lt;P&gt;Hi Victoria, thank you very much for reporting this issue. The very long startup time you are seeing with the Editor widget is due to a bug introduced in version 4.32, when we added support for &lt;A href="https://developers.arcgis.com/javascript/latest/4.32/#editing-shared-templates" target="_self"&gt;shared editing templates&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In general, what you describe as your expectation is indeed the way it is supposed to work. In the Maps SDK for JavaScript, when a layer is added to a map but is not initially visible, it is not loaded. It remains unloaded unless and until it becomes visible in the view. (Note that, in prior versions, all layers in a map were loaded, regardless of their visibility. The change to avoid loading layers unless and until they are visible was made in version 4.31.) Moreover, the Editor widget does not load layers by itself. It will only allow editing features in layers that have been loaded and are editable by the current user.&lt;/P&gt;&lt;P&gt;The long startup times you are experiencing — and the large number of requests you are seeing in the network console — are not for loading layers; rather, they are loading feature services. (You can tell this because their URLs end in &lt;FONT face="andale mono,times"&gt;/FeatureServer, &lt;/FONT&gt;not&lt;FONT face="andale mono,times"&gt; /FeatureServer/&amp;lt;layer_id&amp;gt;&lt;/FONT&gt;.) This request was added in version 4.32 as part of our support for shared templates because it is necessary in order to determine whether a service supports shared templates. This request should only be sent for the feature services to which the visible, editable layers in the map belong. However, it appears that, inadvertently, Editor is loading the feature service information for &lt;EM&gt;all&lt;/EM&gt; layers in the view — even layers that are not visible, not editable, or not loaded.&lt;/P&gt;&lt;P&gt;I have logged this issue, and we will work on fixing it in our next release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 19:21:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1630115#M65451</guid>
      <dc:creator>Tristan_Morrison</dc:creator>
      <dc:date>2025-07-03T19:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1630953#M65481</link>
      <description>&lt;P&gt;Glad someone has found this and reported it - I was about to do so as it's driving me nuts! Not just the slow loading, but having to wait for it every time I make a change to a problem Edit widget and try to test the updated App with a different account with lower role privileges.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 05:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1630953#M65481</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2025-07-08T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1631658#M65498</link>
      <description>&lt;P&gt;Please, big Upvote from me for a quick fix ESRI.&amp;nbsp; Editing is a core function for what we do and needs to be fast!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 16:35:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1631658#M65498</guid>
      <dc:creator>JasonWarzinik1</dc:creator>
      <dc:date>2025-07-09T16:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1633349#M65582</link>
      <description>&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;I reported this a month ago, they stated that it was fixed but it was not. Here are the IDs:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;ENH-000175894&lt;/STRONG&gt;:&amp;nbsp;&lt;SPAN&gt;Allow the Edit widget of Experience Builder application to load faster.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUG-000177171&lt;/STRONG&gt;:&amp;nbsp;&lt;SPAN&gt;The Edit widget queries all layers in the web map, even though it is configured to only function with one editable layer, and does not load until all queries are complete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Both of these are "implemented" but it was not actually fixed in the new version. The new edit widget within experience builder still queries every single layer on the map. This also results in more memory consumed by the application, significantly slowing it down. This should be a top priority fix.&lt;/P&gt;&lt;P&gt;I plan on opening a new bug tomorrow, but saw this here and wanted to contribute&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 22:14:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1633349#M65582</guid>
      <dc:creator>ericsamson_tract</dc:creator>
      <dc:date>2025-07-15T22:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1642321#M65960</link>
      <description>&lt;P&gt;I've had the same issue which I have logged and my case has been attached to ENH-00175894. However I'm also slightly concerned that the state of this is closed and status is implemented.&lt;/P&gt;&lt;P&gt;This must be a common problem for a lot of users where you have a few edit layers and a larger number of reference layers.&lt;/P&gt;&lt;P&gt;The optimisation suggestions I have also had around reducing the number of layers and/or layer visibility aren't really relevant. While it is good practice to not get excessive with the number of layers I don't want the overhead of multiple applications for different scenarios when the actual number of edit layers is very small.&lt;/P&gt;&lt;P&gt;For reference I also built an application with Web AppBuilder using the same reference and edit layers and that doesn't exhibit any of the latency on load. But clearly not the way to go with its impending retirement.&lt;/P&gt;&lt;P&gt;I would be keen to know that this on the list for the next release as its critical functionality.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 13:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1642321#M65960</guid>
      <dc:creator>SteveWing</dc:creator>
      <dc:date>2025-08-15T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1643290#M65987</link>
      <description>&lt;P&gt;We are having the same issues Steve, our case number is #03969602 . hope to hear more about this, seems to be both on the new map viewer and experience builder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update: Field maps works fine, so does classic web map (even though we don't use that). Did not try classic web app like you did but expect the same.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 15:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1643290#M65987</guid>
      <dc:creator>Adam_Bourque</dc:creator>
      <dc:date>2025-08-19T15:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1643658#M66000</link>
      <description>&lt;P&gt;In an attempt to establish whether this is going to get fixed I've had this response from ESRI UK :&lt;/P&gt;&lt;P&gt;Regarding your question about whether this will be addressed in an upcoming release: since the enhancement is currently marked as implemented/closed, it’s unlikely to be revisited unless there’s clear user demand.&lt;/P&gt;&lt;P&gt;Doesn't sound like it is going to get fixed anytime soon.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 12:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1643658#M66000</guid>
      <dc:creator>SteveWing</dc:creator>
      <dc:date>2025-08-20T12:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1643899#M66016</link>
      <description>&lt;P&gt;I'm very shocked that there are not more users reporting this? Maybe people are thinking it's other factors causing it, but it's a very noticeable difference over the past couple of months. We help manage lots of utilities and many are distressed from the loading speeds, let alone us on the GIS end of things trying to minimize layers by default etc.. while it actually does not help the browser CPU at all or minimally.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 19:41:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1643899#M66016</guid>
      <dc:creator>Adam_Bourque</dc:creator>
      <dc:date>2025-08-20T19:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1643905#M66017</link>
      <description>&lt;P&gt;Quite agree. This is not how this was working before the last update. To be told this should be considered as an enhancement and to post in the forums to get it upvoted is ridiculous. It is a bug and should be addressed as such.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 20:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1643905#M66017</guid>
      <dc:creator>SteveWing</dc:creator>
      <dc:date>2025-08-20T20:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1644036#M66023</link>
      <description>&lt;P&gt;Support ticket submitted to add support to the listed Bug and Enhancement requests above!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UPDATE: Response from Esri Support (Australia) below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The slower performance observed in the Edit widget was attributed to querying all layers within the associated Web Map. This issue aligns with a previously identified defect (ENH-000175894), which was addressed in the ArcGIS Online June update.&lt;/P&gt;&lt;P&gt;However, similar behaviour has been reported again in this case and a few others. As a result, a new defect has been logged to formally recognise this recurring issue with the Edit widget in Experience Builder.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ENH-000178405 - Allow the Edit widget of ArcGIS Experience Builder application to load faster.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 01:43:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1644036#M66023</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2025-08-21T01:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1658569#M66666</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This has been resolved in the upcoming 4.34 release tomorrow. I double-checked with the data provided in the original post, and I no longer see the issue. Please let us know if you are still experiencing the same issue.&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Jose&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 21:33:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1658569#M66666</guid>
      <dc:creator>JoseBanuelos</dc:creator>
      <dc:date>2025-10-16T21:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1674072#M67433</link>
      <description>&lt;P&gt;This is still an issue as of experience builder 1.19. I will call to create another case.&lt;BR /&gt;&lt;BR /&gt;It still iterates through all of the rest services to check which ones are editable, even though we have the one that is editable checked off within the experience builder settings.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 20:23:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1674072#M67433</guid>
      <dc:creator>ericsamson_tract</dc:creator>
      <dc:date>2025-12-18T20:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget Slow to Load</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1683490#M67816</link>
      <description>&lt;P&gt;Similar behavior with Analysis Widget &amp;amp; GeoProcessing service.&amp;nbsp; Apples to apples comparison to simply load the widget and draw the analysis extent (not run the analysis):&lt;BR /&gt;&lt;BR /&gt;WAB 2.27:&amp;nbsp; &amp;nbsp; &amp;nbsp;7 seconds&lt;/P&gt;&lt;P&gt;EXB 1.18:&amp;nbsp; &amp;nbsp; &amp;nbsp;60 seconds&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 19:09:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-widget-slow-to-load/m-p/1683490#M67816</guid>
      <dc:creator>JoshuaHouse</dc:creator>
      <dc:date>2026-02-10T19:09:35Z</dc:date>
    </item>
  </channel>
</rss>

