<?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: Extremely Poor Performance Using the JavaScript API and a WebMap in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705924#M65700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're just zooming around on the map - they are query requests from what I can see. Here's one of the requests (I replaced the actual layer name with "OurFeatureLayerName").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgis.com/eP8V7tJrYd6ZUBkc/arcgis/rest/services/OurFeatureLayerName/FeatureServer/0/query?f=json&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-9223809.077229367%2C%22ymin%22%3A4852834.051770989%2C%22xmax%22%3A-9222586.084776805%2C%22ymax%22%3A4854057.044223552%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100" rel="nofollow noopener noreferrer" target="_blank"&gt;https://services.arcgis.com/eP8V7tJrYd6ZUBkc/arcgis/rest/services/OurFeatureLayerName/FeatureServer/0/query?f=json&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-9223809.077229367%2C%22ymin%22%3A4852834.051770989%2C%22xmax%22%3A-9222586.084776805%2C%22ymax%22%3A4854057.044223552%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Here are the query string parameters:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; f: json
&amp;nbsp;&amp;nbsp; geometry: %7B%22xmin%22%3A-9223809.077229367%2C%22ymin%22%3A4852834.051770989%2C%22xmax%22%3A-9222586.084776805%2C%22ymax%22%3A4854057.044223552%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D
&amp;nbsp;&amp;nbsp; geometryType: esriGeometryEnvelope
&amp;nbsp;&amp;nbsp; inSR: 102100
&amp;nbsp;&amp;nbsp; outFields: *
&amp;nbsp;&amp;nbsp; outSR: 102100
&amp;nbsp;&amp;nbsp; returnGeometry: true
&amp;nbsp;&amp;nbsp; spatialRel: esriSpatialRelIntersects
&amp;nbsp;&amp;nbsp; where: 1%3D1&lt;/PRE&gt;&lt;P&gt;2) I took a look at a response from of the requests that succeeded and it looks like there were 83 features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a request that failed - it ran for 103.9 seconds and it does not have a response body:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgis.com/eP8V7tJrYd6ZUBkc/arcgis/rest/services/OurFeatureLayerName/FeatureServer/0/query?f=json&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-9222586.084776803%2C%22ymin%22%3A4855280.036676113%2C%22xmax%22%3A-9221363.092324242%2C%22ymax%22%3A4856503.029128675%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100" rel="nofollow noopener noreferrer" target="_blank"&gt;https://services.arcgis.com/eP8V7tJrYd6ZUBkc/arcgis/rest/services/OurFeatureLayerName/FeatureServer/0/query?f=json&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-9222586.084776803%2C%22ymin%22%3A4855280.036676113%2C%22xmax%22%3A-9221363.092324242%2C%22ymax%22%3A4856503.029128675%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the response headers for this request - notice the "Miss from cloudfront" in the x-cache header:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; access-control-allow-origin: *
&amp;nbsp;&amp;nbsp; cache-control: public, max-age=0, s-maxage=0
&amp;nbsp;&amp;nbsp; content-type: text/plain; charset=utf-8
&amp;nbsp;&amp;nbsp; date: Wed, 22 Nov 2017 20:46:25 GMT
&amp;nbsp;&amp;nbsp; etag: sd304_-148574809
&amp;nbsp;&amp;nbsp; last-modified: Wed, 22 Nov 2017 14:47:48 GMT
&amp;nbsp;&amp;nbsp; request-context: appId=cid-v1:f95092ba-7fdd-4452-a0e3-c1cfdc4250e2
&amp;nbsp;&amp;nbsp; server: Microsoft-IIS/8.5
&amp;nbsp;&amp;nbsp; via: 1.1 e9b460d4fbe79e1b34e06840ef460c69.cloudfront.net (CloudFront)
&amp;nbsp;&amp;nbsp; x-amz-cf-id: H-tXg_YB16glnrANqEGCKjE5SD-QUPaeFNVwAsbBHSD9QCIj6hPouA==
&amp;nbsp;&amp;nbsp; x-arcgis-instance: MTSDS_Web_IN_33
&amp;nbsp;&amp;nbsp; x-cache: Miss from cloudfront
&amp;nbsp;&amp;nbsp; x-powered-by: ASP.NET&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I get a response with headers like this - noticed the "Error from cloudfront" in the x-cache header. This request ran for 180.05 seconds. Again, it does not have a response body.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; accept-ranges: bytes
&amp;nbsp;&amp;nbsp; access-control-allow-methods: GET
&amp;nbsp;&amp;nbsp; access-control-allow-origin: *
&amp;nbsp;&amp;nbsp; access-control-max-age: 300
&amp;nbsp;&amp;nbsp; age: 23
&amp;nbsp;&amp;nbsp; content-length: 75
&amp;nbsp;&amp;nbsp; content-type: text/plain
&amp;nbsp;&amp;nbsp; date: Sun, 12 Nov 2017 20:06:46 GMT
&amp;nbsp;&amp;nbsp; etag: "e2651e71c06f4a6d095cb118ebfc79e2"
&amp;nbsp;&amp;nbsp; last-modified: Wed, 28 Jun 2017 00:39:39 GMT
&amp;nbsp;&amp;nbsp; server: AmazonS3
&amp;nbsp;&amp;nbsp; via: 1.1 e9b460d4fbe79e1b34e06840ef460c69.cloudfront.net (CloudFront)
&amp;nbsp;&amp;nbsp; x-amz-cf-id: xwGkF7ZwzhL61SL5AZWFKvI6fGFMghwBkyEpTII4GFKslWBXSSWwJg==
&amp;nbsp;&amp;nbsp; x-cache: Error from cloudfront&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:49:56 GMT</pubDate>
    <dc:creator>MichaelHamsa</dc:creator>
    <dc:date>2021-12-12T16:49:56Z</dc:date>
    <item>
      <title>Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705916#M65692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have developed a web site that is using the ArcGIS JavaScript 4.3 API and we're noticing some extremely poor performance with the map drawing while using a WebMap loaded with a portal item ID. The map has 1 layer in it with about 900,000 point features. The visibility of the layer is set to Neighborhood so it does not come on until a pretty low zoom level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very common to zoom into a small area of the map on our site and never see the features drawn (the base map is drawn), or to only see a handful of the features when we know there are a lot more in that area. &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;I've even done some tests with the ArcGIS API for JavaScript Sandbox by loading the a WebMap with the same portal item's ID and I see the same issues with performance - I can zoom into an area where I know the features should be drawn and I never see any - never.&lt;/SPAN&gt; In contrast, when we log into our ArcGIS Online Portal and open the same web map it seems to draw very quickly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems to be a problem with the JavaScript API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;We've tried it on a number of different computers, with different browsers, in different locations on different networks and the same performance issues are seen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can we do about this issue? Has anyone else seen this problem? Is there some trick to use to get good performance using the JavaScript API WebMap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Mike...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:06:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705916#M65692</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2017-11-22T16:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705917#M65693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you seeing no features or do you think you are seeing about 1,000 features but that is a much lower number of features than you expect? &amp;nbsp;1,000 features is the default by ESRI so you don't have performance issues with too many features getting rendered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705917#M65693</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2017-11-22T16:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705918#M65694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It really varies. Sometimes you zoom into an area and you don't see anything - no features at all. Other times you may see 10 features or 100 features. If you leave the map up for 30 minutes (as an example) the features slowly start to appear. And 30 minutes isn't an exaggeration. It can a long time to see any features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But like I said, in contrast with the ArcGIS Online Portal - viewing the same map - it draws very quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example - here's a screen shot from the ArcGIS API for JavaScript Sandbox loading the map with the portal item's ID - this has been sitting for about 10 minutes. Notice no features - only the base map. I'll let this sit for 20 or 30 more minutes and the features will slowly start to draw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384694_SandboxMapImage.PNG" style="width: 620px; height: 448px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the same map, in the same area but using the ArcGIS Online Portal map instead. This map rendered all of the features immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384693_PortalMapImage.PNG" style="width: 620px; height: 357px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mike...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:58:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705918#M65694</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2017-11-22T16:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705919#M65695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's another shot of the ArcGIS for JavaScript Sandbox map after it has been sitting for about 10 minutes. Notice the features are starting to be displayed along the left side of the map. But only a 100 or so of them - this is after 10 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384696_SandboxMapImage-10min.PNG" style="width: 620px; height: 455px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 17:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705919#M65695</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2017-11-22T17:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705920#M65696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&amp;nbsp;I recommend&amp;nbsp;starting with the&amp;nbsp;browser's developer tools and taking a look around:&lt;/P&gt;&lt;P&gt;- What browser and version are you using?&lt;/P&gt;&lt;P&gt;- Are there any error messages in the console?&lt;/P&gt;&lt;P&gt;- In the network tab how long do the feature service query(s) take and how much data is being returned?&lt;/P&gt;&lt;P&gt;- Have you tried running the same code in &lt;A href="http://jsbin.com/?html,output"&gt;jsbin&lt;/A&gt; or on your local web server?&lt;/P&gt;&lt;P&gt;- Do you&amp;nbsp;see the same behavior when running this &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer/live/index.html"&gt;sample app&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also checked the &lt;A href="https://status.arcgis.com/"&gt;ArcGIS Online Health Dashboard&lt;/A&gt;, and it's all green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This info will help to start narrowing things down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 18:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705920#M65696</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2017-11-22T18:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705921#M65697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I'm doing all of this testing with the ArcGIS API for JavaScript Sandbox - but we see the same behavior using the JavaScript API in our own web site. I just wanted to make sure it wasn't anything we were doing, or how we are hosting our web site - so seeing it the &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;ArcGIS API for JavaScript Sandbox&lt;/SPAN&gt; has confirmed that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sandbox we're using; just plugged in the portal ID for our web map and we can reproduce the problem:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=webmap-basic"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=webmap-basic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are seeing it in all browsers - I can reproduce it at will in Edge, IE11, Firefox and Chrome - on the same machine and on different machines. We've had users testing in other cities and they see the same thing consistently - they are mainly running IE11, but they have tried it with Chrome as well (the only other browser they have access to). We've tried inside and outside our network - same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some errors in the console, but they don't tell us much:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;[esri.views.2d.layers.MapImageLayerView2D] [ondemandcontroller2d:tile-request-failed]: Failed to query for features&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Dig in a little, and you see "Timeout exceeded" querying our online feature layer (URL) - so I'm assuming that the requests are just taking too long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Network Tab: There are hundreds of requests. The longest running request I see was 74 seconds.&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;JSBIN Question: We're seeing it in the Sandbox and in our web site - so we'd likely have the same issues with JSBIN.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;The Sample App you provided runs great; however it isn't using our web map or the feature layers (obviously)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;I looked at the Online Status yesterday - just to check - and everything looked good then as well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Mike...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 19:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705921#M65697</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2017-11-22T19:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705922#M65698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the requests fail due to timeout issues. One of the other things I'm seeing in the response headers from these requests:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;server: AmazonS3&lt;/P&gt;&lt;P&gt;x-cache: "Error from cloudfront"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Mike...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 19:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705922#M65698</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2017-11-22T19:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705923#M65699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="background-color: #ffffff;"&gt;Network Tab: There are hundreds of requests. The longest running request I see was 74 seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hmmm,&amp;nbsp;that doesn't sound right and it may be the source of your problems.&amp;nbsp;&lt;/SPAN&gt;What types of requests are these, are they queries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Can you provide the following from several of those requests:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;1)&amp;nbsp;Query String Parameters (Network Tab &amp;gt; click on request &amp;gt; Header), for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;f&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;json
where&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
returnGeometry&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;
spatialRel&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;esriSpatialRelIntersects
outFields&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;
outSR&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;102100&lt;/SPAN&gt;
resultOffset&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;
resultRecordCount&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2000&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;2) A count of how many features are being returned from each request (Network Tab &amp;gt; click on request &amp;gt; Preview)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:39:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705923#M65699</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2021-12-12T05:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705924#M65700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're just zooming around on the map - they are query requests from what I can see. Here's one of the requests (I replaced the actual layer name with "OurFeatureLayerName").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgis.com/eP8V7tJrYd6ZUBkc/arcgis/rest/services/OurFeatureLayerName/FeatureServer/0/query?f=json&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-9223809.077229367%2C%22ymin%22%3A4852834.051770989%2C%22xmax%22%3A-9222586.084776805%2C%22ymax%22%3A4854057.044223552%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100" rel="nofollow noopener noreferrer" target="_blank"&gt;https://services.arcgis.com/eP8V7tJrYd6ZUBkc/arcgis/rest/services/OurFeatureLayerName/FeatureServer/0/query?f=json&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-9223809.077229367%2C%22ymin%22%3A4852834.051770989%2C%22xmax%22%3A-9222586.084776805%2C%22ymax%22%3A4854057.044223552%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Here are the query string parameters:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; f: json
&amp;nbsp;&amp;nbsp; geometry: %7B%22xmin%22%3A-9223809.077229367%2C%22ymin%22%3A4852834.051770989%2C%22xmax%22%3A-9222586.084776805%2C%22ymax%22%3A4854057.044223552%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D
&amp;nbsp;&amp;nbsp; geometryType: esriGeometryEnvelope
&amp;nbsp;&amp;nbsp; inSR: 102100
&amp;nbsp;&amp;nbsp; outFields: *
&amp;nbsp;&amp;nbsp; outSR: 102100
&amp;nbsp;&amp;nbsp; returnGeometry: true
&amp;nbsp;&amp;nbsp; spatialRel: esriSpatialRelIntersects
&amp;nbsp;&amp;nbsp; where: 1%3D1&lt;/PRE&gt;&lt;P&gt;2) I took a look at a response from of the requests that succeeded and it looks like there were 83 features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a request that failed - it ran for 103.9 seconds and it does not have a response body:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgis.com/eP8V7tJrYd6ZUBkc/arcgis/rest/services/OurFeatureLayerName/FeatureServer/0/query?f=json&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-9222586.084776803%2C%22ymin%22%3A4855280.036676113%2C%22xmax%22%3A-9221363.092324242%2C%22ymax%22%3A4856503.029128675%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100" rel="nofollow noopener noreferrer" target="_blank"&gt;https://services.arcgis.com/eP8V7tJrYd6ZUBkc/arcgis/rest/services/OurFeatureLayerName/FeatureServer/0/query?f=json&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-9222586.084776803%2C%22ymin%22%3A4855280.036676113%2C%22xmax%22%3A-9221363.092324242%2C%22ymax%22%3A4856503.029128675%2C%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the response headers for this request - notice the "Miss from cloudfront" in the x-cache header:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; access-control-allow-origin: *
&amp;nbsp;&amp;nbsp; cache-control: public, max-age=0, s-maxage=0
&amp;nbsp;&amp;nbsp; content-type: text/plain; charset=utf-8
&amp;nbsp;&amp;nbsp; date: Wed, 22 Nov 2017 20:46:25 GMT
&amp;nbsp;&amp;nbsp; etag: sd304_-148574809
&amp;nbsp;&amp;nbsp; last-modified: Wed, 22 Nov 2017 14:47:48 GMT
&amp;nbsp;&amp;nbsp; request-context: appId=cid-v1:f95092ba-7fdd-4452-a0e3-c1cfdc4250e2
&amp;nbsp;&amp;nbsp; server: Microsoft-IIS/8.5
&amp;nbsp;&amp;nbsp; via: 1.1 e9b460d4fbe79e1b34e06840ef460c69.cloudfront.net (CloudFront)
&amp;nbsp;&amp;nbsp; x-amz-cf-id: H-tXg_YB16glnrANqEGCKjE5SD-QUPaeFNVwAsbBHSD9QCIj6hPouA==
&amp;nbsp;&amp;nbsp; x-arcgis-instance: MTSDS_Web_IN_33
&amp;nbsp;&amp;nbsp; x-cache: Miss from cloudfront
&amp;nbsp;&amp;nbsp; x-powered-by: ASP.NET&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I get a response with headers like this - noticed the "Error from cloudfront" in the x-cache header. This request ran for 180.05 seconds. Again, it does not have a response body.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; accept-ranges: bytes
&amp;nbsp;&amp;nbsp; access-control-allow-methods: GET
&amp;nbsp;&amp;nbsp; access-control-allow-origin: *
&amp;nbsp;&amp;nbsp; access-control-max-age: 300
&amp;nbsp;&amp;nbsp; age: 23
&amp;nbsp;&amp;nbsp; content-length: 75
&amp;nbsp;&amp;nbsp; content-type: text/plain
&amp;nbsp;&amp;nbsp; date: Sun, 12 Nov 2017 20:06:46 GMT
&amp;nbsp;&amp;nbsp; etag: "e2651e71c06f4a6d095cb118ebfc79e2"
&amp;nbsp;&amp;nbsp; last-modified: Wed, 28 Jun 2017 00:39:39 GMT
&amp;nbsp;&amp;nbsp; server: AmazonS3
&amp;nbsp;&amp;nbsp; via: 1.1 e9b460d4fbe79e1b34e06840ef460c69.cloudfront.net (CloudFront)
&amp;nbsp;&amp;nbsp; x-amz-cf-id: xwGkF7ZwzhL61SL5AZWFKvI6fGFMghwBkyEpTII4GFKslWBXSSWwJg==
&amp;nbsp;&amp;nbsp; x-cache: Error from cloudfront&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:49:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705924#M65700</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2021-12-12T16:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705925#M65701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="background-color: #ffffff;"&gt;We're just zooming around on the map&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Have you tried configuring clustering?&amp;nbsp;&lt;A class="link-titled" href="https://blogs.esri.com/esri/arcgis/2017/09/20/clustering-now-available-in-arcgis-online/" title="https://blogs.esri.com/esri/arcgis/2017/09/20/clustering-now-available-in-arcgis-online/"&gt;Clustering in ArcGIS Online Enables Data Exploration (September 2017) | ArcGIS Blog&lt;/A&gt;. And did it help?&amp;nbsp; [Edit: disregard this suggestion - it may not work on your dataset given the total number of features]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you&amp;nbsp;run a single query request from your browser to see&amp;nbsp;if&amp;nbsp;that works okay? For example use the one from above that took 103.9 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might also try&amp;nbsp;adding that feature layer to a plain old ArcGIS API for JavaScript app and see if you get the same issues? &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-featurelayer"&gt;Example&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 21:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705925#M65701</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2017-11-22T21:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705926#M65702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm really confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I log into our ArcGIS Online Portal (name.maps.arcgis.com) and view the same map using the built in map viewer it works great. It responds very quickly. I see the same requests on the network tab and they complete in about 400ms. If I use the&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;ArcGIS API for JavaScript Sandbox, plug in my portal item ID for the same map that I'm viewing in the Online Portal I have problems.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact I can have two tabs of my browser open - one to our ArcGIS Online Portal map (name.maps.arcgis.com) and the other to the&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;ArcGIS API for JavaScript Sandbox&lt;/SPAN&gt; (developer.arcgis.com) and the maps perform very differently. The Online map works great and the Sandbox map doesn't. I zoom around and pan to the same places on both maps in the different tabs at the same time and I see completely different results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the same problems with our web site hosted elsewhere - just like the Sandbox page; very poor performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 22:01:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705926#M65702</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2017-11-22T22:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705927#M65703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike, can you go ahead and open a support ticket?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 22:46:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705927#M65703</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2017-11-22T22:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705928#M65704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. I'll do that this morning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mike...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 15:11:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705928#M65704</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2017-11-27T15:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705929#M65705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael, we are suffering the same symptoms can you please explain us if you find a solution about the performance for&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;ArcGIS API for JavaScript?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Marco&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 00:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705929#M65705</guid>
      <dc:creator>MarcoDiazgranados</dc:creator>
      <dc:date>2018-04-03T00:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely Poor Performance Using the JavaScript API and a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705930#M65706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve this problem we ended up upgrading from version 4.3 to version 4.5 of the JavaScript API – this seems to have resolved our performance problems. After looking through the release notes, it looked like version 4.4 had some performance improvements in it so going to version 4.5 was the best move. This seems to have resolved our issues. I believe that version 4.6 is out now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version are you currently running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike Hamsa&lt;/P&gt;&lt;P&gt;Chief Technology Officer - GeoSpatial Innovations, Inc.&lt;/P&gt;&lt;P&gt;P: 512-982-6735&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 14:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extremely-poor-performance-using-the-javascript/m-p/705930#M65706</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2018-04-03T14:39:31Z</dc:date>
    </item>
  </channel>
</rss>

