<?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 Feature Layer slow load in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68968#M6037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following feature layer in one of my maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/4" title="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/4"&gt;Layer: States (ID: 4)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes a long time for it to load, or when I zoom in to re-load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually I want to add this layer &lt;A href="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/3" title="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/3"&gt;Layer: Counties (ID: 3)&lt;/A&gt;&amp;nbsp; , but I can only imagine how long it will take to load this one.&lt;/P&gt;&lt;P&gt;Is there anything I can do to speed this up? I cant add it as a ArcGISTiledMapServiceLayer because I need to do some mouse-over events with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2015 14:33:08 GMT</pubDate>
    <dc:creator>TimWitt2</dc:creator>
    <dc:date>2015-04-03T14:33:08Z</dc:date>
    <item>
      <title>Feature Layer slow load</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68968#M6037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following feature layer in one of my maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/4" title="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/4"&gt;Layer: States (ID: 4)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes a long time for it to load, or when I zoom in to re-load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually I want to add this layer &lt;A href="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/3" title="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/3"&gt;Layer: Counties (ID: 3)&lt;/A&gt;&amp;nbsp; , but I can only imagine how long it will take to load this one.&lt;/P&gt;&lt;P&gt;Is there anything I can do to speed this up? I cant add it as a ArcGISTiledMapServiceLayer because I need to do some mouse-over events with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 14:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68968#M6037</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-04-03T14:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer slow load</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68969#M6038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried loading it as a FeatureLayer in MODE_SELECTION, just for the events and again as as ArcGISTileMapServiceLayer for the displayed?&amp;nbsp; It seems like I've rigged around a project before where I had performance issues.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the help under Reference &lt;A href="https://developers.arcgis.com/javascript/jshelp/best_practices_feature_layers.html" title="https://developers.arcgis.com/javascript/jshelp/best_practices_feature_layers.html"&gt;Feature Layer Best Practices | Guide | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp; described tips for performance on FeatureLayers. I haven't found the magic number yet, but setting a different maxAllowableOffset might help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 14:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68969#M6038</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-04-03T14:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer slow load</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68970#M6039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try &lt;A href="http://epro.maps.arcgis.com/home/item.html?id=16e5cc64178941839eca62837f168ec9"&gt;downloading &lt;/A&gt;the data and then you can host it on your own ArcGIS Server instance.&amp;nbsp; You may have better performance that way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 15:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68970#M6039</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-04-03T15:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer slow load</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68971#M6040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadly I don't have ArcGIS Server, but thanks for the hint!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 15:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68971#M6040</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-04-03T15:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer slow load</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68972#M6041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always try another REST data service and see if that has better performance. The USGS's National Map has several REST services you could draw upon. States and counties can be found in this particular service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://services.nationalmap.gov/arcgis/rest/services/govunits/MapServer"&gt;http://services.nationalmap.gov/arcgis/rest/services/govunits/MapServer&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 15:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68972#M6041</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2015-04-03T15:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer slow load</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68973#M6042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I went to the end point and ran a query against that layer&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/4/query" title="http://server.arcgisonline.com/arcgis/rest/services/Demographics/USA_Median_Household_Income/MapServer/4/query"&gt;Query: States (ID: 4)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;it returned an error, I believe there is something wrong with that map service. I also tried the county layer and it had problems also. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2015 03:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68973#M6042</guid>
      <dc:creator>MarkReidy</dc:creator>
      <dc:date>2015-04-05T03:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer slow load</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68974#M6043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link. The only problem is, I need the income data associated with the states/county boundaries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 12:35:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-slow-load/m-p/68974#M6043</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-04-06T12:35:46Z</dc:date>
    </item>
  </channel>
</rss>

