<?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: Sketch graphics are slow on polyline and polygon click creation (4.29 JS API) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1416820#M84446</link>
    <description>&lt;P&gt;Hmmm, I'm wondering if something else changed in your setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting poor performance on chrome while RDP'd and on edge locally, however decent performance on firefox and chrome locally. All my monitors are at 1080p so that doesn't seem to be the cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would think maybe a caching issue (if esri rolled out a sneaky fix) but I've cleared my cache, so I'm not sure.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 00:38:39 GMT</pubDate>
    <dc:creator>GeoGalvanic</dc:creator>
    <dc:date>2024-04-30T00:38:39Z</dc:date>
    <item>
      <title>Sketch graphics are slow on polyline and polygon click creation (4.29 JS API)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1414477#M84404</link>
      <description>&lt;P&gt;The refresh rate of temporary sketch graphics appear to be significantly slower in 4.29 JS API compared to 4.26. Basically, the temporary sketch graphics takes time to "catch up" to the mouse between each vertex click, when sketching a polyline or polygon. Compared to 4.29, the temporary sketch graphics are smooth in 4.26. To demonstrate this, here are two examples:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 1 Using&amp;nbsp;SketchViewModel:&lt;/STRONG&gt;&amp;nbsp;Replace "4.29" with "4.26" in lines 11 and 12, click on the top-right "Refresh" button, and then perform some polyline and polygon drawings to compare:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=sketch-viewmodel-styler" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=sketch-viewmodel-styler&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 2 Using&amp;nbsp;Sketch:&lt;/STRONG&gt; Same as Example 1, but edit lines 8 and 9:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=sketch-geometries" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=sketch-geometries&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested this in the latest Chrome browser, on a Windows PC that has a 13th gen Intel i9 CPU. The same issue also applies to the &lt;STRONG&gt;Draw&lt;/STRONG&gt; class, from my observations so far. We would like to know if there is a workaround, in order to complete custom application updates to 4.29 JS API.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 23:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1414477#M84404</guid>
      <dc:creator>GILBERTNG1</dc:creator>
      <dc:date>2024-04-23T23:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch graphics are slow on polyline and polygon click creation (4.29 JS API)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1414493#M84405</link>
      <description>&lt;P&gt;As a quick update, I only see this 4.26 vs 4.29 issue when remoted into the workstation via Windows remote desktop (RDP), even at the highest quality settings. The issue does not happen when directly accessing the examples without remoting in.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 00:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1414493#M84405</guid>
      <dc:creator>GILBERTNG1</dc:creator>
      <dc:date>2024-04-24T00:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch graphics are slow on polyline and polygon click creation (4.29 JS API)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1415324#M84414</link>
      <description>&lt;P&gt;Another update: We found no issue at 1080P resolution in Chrome + Windows RDP, and zero issues in Edge web browser. The issue only comes up at a certain RDP monitor resolution, such as 4K.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 14:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1415324#M84414</guid>
      <dc:creator>GILBERTNG1</dc:creator>
      <dc:date>2024-04-25T14:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch graphics are slow on polyline and polygon click creation (4.29 JS API)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1416820#M84446</link>
      <description>&lt;P&gt;Hmmm, I'm wondering if something else changed in your setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting poor performance on chrome while RDP'd and on edge locally, however decent performance on firefox and chrome locally. All my monitors are at 1080p so that doesn't seem to be the cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would think maybe a caching issue (if esri rolled out a sneaky fix) but I've cleared my cache, so I'm not sure.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 00:38:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1416820#M84446</guid>
      <dc:creator>GeoGalvanic</dc:creator>
      <dc:date>2024-04-30T00:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch graphics are slow on polyline and polygon click creation (4.29 JS API)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1417026#M84453</link>
      <description>&lt;P&gt;My best guess is network or WAN performance that is causing the RDP to "catch up" to a high HTML5 SVG graphics refresh or frame rate, since sketch seems to be smooth at 4k RDP resolution today on my end.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 14:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1417026#M84453</guid>
      <dc:creator>GILBERTNG1</dc:creator>
      <dc:date>2024-04-30T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch graphics are slow on polyline and polygon click creation (4.29 JS API)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1418202#M84483</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/351143"&gt;@GILBERTNG1&lt;/a&gt;&amp;nbsp; thanks for reporting, this sounds like RDP performance issues that are unrelated to the JavaScript SDK. Does the host machine have a GPU and is this a shared machine?&amp;nbsp; No GPU can have a significant affect on rendering performance. And, multiple users can cause variations in performance.&lt;/P&gt;&lt;P&gt;There are many interrelated factors that can affect RDP session performance such as screen resolution, connectivity speeds (like you mentioned), number and type of users on the machine, GPU, etc. 4K RDP resolution requires a high-bandwidth connection with consistent low-latency. Here's an informative Microsoft article on the topic: &lt;A href="https://learn.microsoft.com/en-us/azure/virtual-desktop/rdp-bandwidth" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/virtual-desktop/rdp-bandwidth&lt;/A&gt; and here are some network guidelines for display resolutions: &lt;A href="https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/network-guidance#display-resolutions" target="_blank"&gt;https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/network-guidance#display-resolutions&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 16:17:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1418202#M84483</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2024-05-02T16:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch graphics are slow on polyline and polygon click creation (4.29 JS API)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1418207#M84484</link>
      <description>&lt;P&gt;Thanks for the response. I am no longer experiencing this issue, and it can be closed. RDP host machine is a newer model physical workstation with midrange Nvidia GPU, which is not shared with other users. It is possible that the issue going away this week was correlated with a recent upgrade from 1G to 10G network backbone at the office.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 16:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-graphics-are-slow-on-polyline-and-polygon/m-p/1418207#M84484</guid>
      <dc:creator>GILBERTNG1</dc:creator>
      <dc:date>2024-05-02T16:26:41Z</dc:date>
    </item>
  </channel>
</rss>

