<?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: Slow performance using many MapImageLayers in v4.x compared to v 3.x in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1205834#M78417</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We were able to reproduce the issue you reported where frames being dropped when panning a map over 100 map image layers. I will let you know once we have an update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reporting this issue,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 14:43:57 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2022-08-24T14:43:57Z</dc:date>
    <item>
      <title>Slow performance using many MapImageLayers in v4.x compared to v 3.x</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1161408#M76930</link>
      <description>&lt;P&gt;The site I have has about 100 layers, all coming from different map services. I'm adding the layers like so..&lt;/P&gt;&lt;P&gt;var layer = new MapImageLayer({&lt;BR /&gt;&amp;nbsp; url: "[map service url]",&lt;BR /&gt;&amp;nbsp; imageFormat: "png32",&amp;nbsp;&lt;BR /&gt;&amp;nbsp; sublayers: [{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; id: "[id of the map service layer]"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;visible: false,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;source: {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;type: "map-layer",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mapLayerId: "[id of the map service layer]"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;&amp;nbsp; }]&lt;BR /&gt;})&lt;/P&gt;&lt;P&gt;layer.id = "[unique id number]"&lt;/P&gt;&lt;P&gt;mapLayers.push(layer);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there some type of limit on how many&amp;nbsp;MapImageLayer I can load? It gets very slow just doing basic panning. I did the same thing in v 3.x and never had a performance issue.&lt;/P&gt;&lt;P&gt;Attached is a performance profile from Chrome Dev Tools. You will notice that ESRI's JS API is dropping frames when painting the map to the screen.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DonnyVelazquez_0-1649253731196.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/38233i98B4A87B31E335AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DonnyVelazquez_0-1649253731196.png" alt="DonnyVelazquez_0-1649253731196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 17:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1161408#M76930</guid>
      <dc:creator>DonnyVelazquez</dc:creator>
      <dc:date>2022-05-10T17:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Slow performance using many MapImageLayers in v4.x compared to v 3.x</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1204364#M78357</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Are you still experiencing this issue? If so, can you please provide an info for the following questions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Which version of the 4.x API are you using?&lt;/P&gt;&lt;P&gt;2. Have you tested it with 4.24?&lt;/P&gt;&lt;P&gt;3. Are you comparing the exact same set of layers in 3.x?&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Can you please take a look at in your network request to see if the export request either GET or POST request?&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Lastly, is it possible for you to share your app with me so we can take a look at what is happening?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 23:59:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1204364#M78357</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2022-08-18T23:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Slow performance using many MapImageLayers in v4.x compared to v 3.x</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1204490#M78365</link>
      <description>&lt;P&gt;I've gone through all this already with ESRI Support. You can get everything from them. Support ticket &lt;SPAN&gt;#03043074&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 13:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1204490#M78365</guid>
      <dc:creator>DonnyVelazquez</dc:creator>
      <dc:date>2022-08-19T13:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Slow performance using many MapImageLayers in v4.x compared to v 3.x</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1205834#M78417</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We were able to reproduce the issue you reported where frames being dropped when panning a map over 100 map image layers. I will let you know once we have an update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reporting this issue,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 14:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1205834#M78417</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2022-08-24T14:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slow performance using many MapImageLayers in v4.x compared to v 3.x</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1220739#M78958</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12070"&gt;@DonnyVelazquez&lt;/a&gt;,&amp;nbsp;we have improved performance at 4x with MapImageLayer for the upcoming release (version 4.25). This enhancement will best be viewed using a browser that supports WebGL2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://registry.khronos.org/webgl/specs/latest/2.0/" target="_blank"&gt;https://registry.khronos.org/webgl/specs/latest/2.0/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You should be able to test this today using the &lt;STRONG&gt;next&lt;/STRONG&gt; version of the ArcGIS API for JavaScript.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/Esri/feedback-js-api-next" target="_blank"&gt;https://github.com/Esri/feedback-js-api-next&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 15:01:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1220739#M78958</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2022-10-11T15:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Slow performance using many MapImageLayers in v4.x compared to v 3.x</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1220748#M78959</link>
      <description>&lt;P&gt;This looks promising. Will test when I get a chance. Thank You!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 15:15:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slow-performance-using-many-mapimagelayers-in-v4-x/m-p/1220748#M78959</guid>
      <dc:creator>DonnyVelazquez</dc:creator>
      <dc:date>2022-10-11T15:15:22Z</dc:date>
    </item>
  </channel>
</rss>

