<?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: FeatureLayer performance: is it possible to disable multi-lods? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-performance-is-it-possible-to-disable/m-p/1584477#M86513</link>
    <description>&lt;P&gt;Ok so I have searched a little bit more what my problem was and it is that in v3 I was using my FeatureLayer with "mode: 'SNAPHOT' and I am not able to reproduce this behavior since this mode does not exist in v4 and is not planned (&lt;A href="https://developers.arcgis.com/javascript/latest/functionality-matrix/#featurelayer" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/functionality-matrix/#featurelayer&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;You can see from this v3 example that the FeatureLayer with SNAPSHOT mode enabled is not recalculating the polygon geometries everytime it zooms in or out (&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_hover" target="_blank"&gt;https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_hover&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;I don't really know what to do now since the performance while zooming/panning the map are worse than in v3, it is difficult to switch to v4. Is there a workaround to reproduce this behavior in v4?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 15:52:19 GMT</pubDate>
    <dc:creator>LittleTurtle</dc:creator>
    <dc:date>2025-02-12T15:52:19Z</dc:date>
    <item>
      <title>FeatureLayer performance: is it possible to disable multi-lods?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-performance-is-it-possible-to-disable/m-p/1581864#M86458</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to migrate my app from v3 to v4.31 but I am having performances issues with my FeatureLayer while zooming. The performances issues do not seem to have a link with this bug&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/arcgis-api-for-javascript-4x-is-rendering-slower-and-la-bug-000110153" target="_blank"&gt;https://support.esri.com/en-us/bug/arcgis-api-for-javascript-4x-is-rendering-slower-and-la-bug-000110153&lt;/A&gt;&amp;nbsp;since I have implemented the fix but it does not improve the performances that much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that in v3 with snapshot mode enabled, the FeatureLayer was only displayed with a mono-lod so the rendering was smooth. I am trying to reproduce this behavior in v4 but it does seem to have a solution.&lt;/P&gt;&lt;P&gt;Do you have any idea how to implement it or to upgrade the performances?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 17:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-performance-is-it-possible-to-disable/m-p/1581864#M86458</guid>
      <dc:creator>LittleTurtle</dc:creator>
      <dc:date>2025-02-04T17:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer performance: is it possible to disable multi-lods?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-performance-is-it-possible-to-disable/m-p/1582250#M86464</link>
      <description>&lt;P&gt;Ok so I might have been a bit confusing. What I have seen is that in V3, all my features are rendered on the map with the maximum geometry precision ; and when I zoom in I don't have to render the features again.&lt;/P&gt;&lt;P&gt;But in v4, it renders the features with a certain geometry precision and when you zoom in it rerenders these layers with another geometry precision... I would like to disabled that to come back to v3 method for performance issues if that's possible.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 15:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-performance-is-it-possible-to-disable/m-p/1582250#M86464</guid>
      <dc:creator>LittleTurtle</dc:creator>
      <dc:date>2025-02-05T15:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer performance: is it possible to disable multi-lods?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-performance-is-it-possible-to-disable/m-p/1582381#M86466</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/800805"&gt;@LittleTurtle&lt;/a&gt;!&amp;nbsp;&lt;SPAN&gt;Are you able to share a codepen (or something similar) with an app that shows the problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 18:31:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-performance-is-it-possible-to-disable/m-p/1582381#M86466</guid>
      <dc:creator>SamEngel</dc:creator>
      <dc:date>2025-02-05T18:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer performance: is it possible to disable multi-lods?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-performance-is-it-possible-to-disable/m-p/1584477#M86513</link>
      <description>&lt;P&gt;Ok so I have searched a little bit more what my problem was and it is that in v3 I was using my FeatureLayer with "mode: 'SNAPHOT' and I am not able to reproduce this behavior since this mode does not exist in v4 and is not planned (&lt;A href="https://developers.arcgis.com/javascript/latest/functionality-matrix/#featurelayer" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/functionality-matrix/#featurelayer&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;You can see from this v3 example that the FeatureLayer with SNAPSHOT mode enabled is not recalculating the polygon geometries everytime it zooms in or out (&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_hover" target="_blank"&gt;https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_hover&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;I don't really know what to do now since the performance while zooming/panning the map are worse than in v3, it is difficult to switch to v4. Is there a workaround to reproduce this behavior in v4?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 15:52:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-performance-is-it-possible-to-disable/m-p/1584477#M86513</guid>
      <dc:creator>LittleTurtle</dc:creator>
      <dc:date>2025-02-12T15:52:19Z</dc:date>
    </item>
  </channel>
</rss>

