<?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 load performance in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-load-performance/m-p/572666#M14714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem most likely isn't related to Silverlight. It's related to your ArcGIS Server dynamic service with a combination of your on-demand caching. 'Instantaneous' performance will only occur if you have pregenerated the cache tiles for your map, while assuming that your web server is running on a capable machine to serve the tiles in a sufficient manner, and that your tiles are created the right way to optimize performance over an internet connection (as in, no PNG32 tiles that are 500kb each in size).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caching for performance is a large topic, and some places to start:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2011/03/22/map-caching-tips-and-best-practices-with-arcgis-server-10/"&gt;http://blogs.esri.com/esri/arcgis/2011/03/22/map-caching-tips-and-best-practices-with-arcgis-server-10/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://goingspatial.blogspot.com/2010/11/good-resource-for-esri-arcgis-server.html"&gt;http://goingspatial.blogspot.com/2010/11/good-resource-for-esri-arcgis-server.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2012 11:55:49 GMT</pubDate>
    <dc:creator>BrentStevener</dc:creator>
    <dc:date>2012-07-09T11:55:49Z</dc:date>
    <item>
      <title>FeatureLayer load performance</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-load-performance/m-p/572665#M14713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any other performance improvement technique avaiable?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using OnDemand with OnDemandCacheSize = 1000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also setting the MaxAllowableOffset based on map resolution on map resolution changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For some of the layers this really improved performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still would like to increase feature retrieval/update performance for some of the layers (particularly those composed of lines).&amp;nbsp; In particular becuase now have to do update each time the resolution changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like the silverlight application builder uses some additional optimization techniques.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the layer are added using the builder the layers load instantaniously, but they don't exist as featurelayers, but rather as layerinfos in the Current.Map.Layers structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to leverage additional optimization techiniques.&amp;nbsp; We need the layers to load instantaneously; it's taking about 6-10 seconds each time the map resolution changes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 20:36:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-load-performance/m-p/572665#M14713</guid>
      <dc:creator>EdwardSon</dc:creator>
      <dc:date>2012-07-06T20:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer load performance</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-load-performance/m-p/572666#M14714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem most likely isn't related to Silverlight. It's related to your ArcGIS Server dynamic service with a combination of your on-demand caching. 'Instantaneous' performance will only occur if you have pregenerated the cache tiles for your map, while assuming that your web server is running on a capable machine to serve the tiles in a sufficient manner, and that your tiles are created the right way to optimize performance over an internet connection (as in, no PNG32 tiles that are 500kb each in size).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caching for performance is a large topic, and some places to start:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2011/03/22/map-caching-tips-and-best-practices-with-arcgis-server-10/"&gt;http://blogs.esri.com/esri/arcgis/2011/03/22/map-caching-tips-and-best-practices-with-arcgis-server-10/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://goingspatial.blogspot.com/2010/11/good-resource-for-esri-arcgis-server.html"&gt;http://goingspatial.blogspot.com/2010/11/good-resource-for-esri-arcgis-server.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 11:55:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-load-performance/m-p/572666#M14714</guid>
      <dc:creator>BrentStevener</dc:creator>
      <dc:date>2012-07-09T11:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer load performance</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-load-performance/m-p/572667#M14715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In particular becuase now have to do update each time the resolution changes.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/61320-Issue-with-setting-MaxAllowableOffset"&gt;thread &lt;/A&gt;&lt;SPAN&gt;for a possible workaround to avoid the Update().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Else as gigemboy mentionned, you'll get the best performances by using a DynamicMapServiceLayer or even better with a TiledMapServiceLayer (images cached at the server side).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 08:41:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-load-performance/m-p/572667#M14715</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-07-16T08:41:28Z</dc:date>
    </item>
  </channel>
</rss>

