<?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: Basemap slow , JavaScript API 4.4 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-slow-javascript-api-4-4/m-p/454892#M42044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems the problem only accurs on big screen solutions, so its probably a browser problem (performance). I noticed that the basemaps in both versions&amp;nbsp;get the tiles from the service with equal speed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the reason why the basemap in 3.x seems more fluent to me is that the view / map freezes until all tiles are downloaded and than refresh the view / map after. In 4.x the tiles are shown directly after downloading.&amp;nbsp; I am looking for a solution to do the same in 4.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want to do in 4.x when zooming / panning&lt;/P&gt;&lt;P&gt;1. Request Tiles&lt;/P&gt;&lt;P&gt;2. Freeze the view&lt;/P&gt;&lt;P&gt;3. Wait for all tiles&lt;/P&gt;&lt;P&gt;4. Unfreeze the view&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Sep 2017 09:21:30 GMT</pubDate>
    <dc:creator>LageplanGöttingen</dc:creator>
    <dc:date>2017-09-28T09:21:30Z</dc:date>
    <item>
      <title>Basemap slow , JavaScript API 4.4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-slow-javascript-api-4-4/m-p/454890#M42042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am having some troubles to make my application "fluent" with the new API for JavaScript (4.4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 3.3 when zooming/panning the new tiles load instantly and even to all sides. In 4.4 the tiles seem to load randomly and much slower. This can be seen in a &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/get-started-mapview/index.html"&gt;minimalized example&lt;/A&gt; from&amp;nbsp;Esri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is there a workaround/solution for this? Or will this be fixed in the future? &lt;BR /&gt;2. Do you have any other tipps to make applications more fluent in general?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards, &lt;BR /&gt;Wiard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2017 11:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-slow-javascript-api-4-4/m-p/454890#M42042</guid>
      <dc:creator>LageplanGöttingen</dc:creator>
      <dc:date>2017-09-23T11:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap slow , JavaScript API 4.4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-slow-javascript-api-4-4/m-p/454891#M42043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The basemaps load fine for me using both versions of the API. &amp;nbsp;The example you link is fluid for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You say that in 3.XX, tiles are&amp;nbsp;loading quickly enough for you but in 4.XX they are&amp;nbsp;not. &amp;nbsp;The two versions use &lt;A href="https://services.arcgisonline.com/ArcGIS/rest/services"&gt;the same services for the basemaps&lt;/A&gt;, so&amp;nbsp;this shouldn't really be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One troubleshooting option would be to open up the network tab in dev tools and see how long it's taking for tiles to get from the server to the client. &amp;nbsp;You can do this for both API versions to see if there's a significant difference (there shouldn't be).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that there's a browser issue of some kind here. &amp;nbsp;Which browser/version are you using? &amp;nbsp;Another possibility is that your connection to the map servers is intermittently poor and you've only noticed it while working with the 4.XX API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2017 18:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-slow-javascript-api-4-4/m-p/454891#M42043</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-09-24T18:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap slow , JavaScript API 4.4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-slow-javascript-api-4-4/m-p/454892#M42044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems the problem only accurs on big screen solutions, so its probably a browser problem (performance). I noticed that the basemaps in both versions&amp;nbsp;get the tiles from the service with equal speed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the reason why the basemap in 3.x seems more fluent to me is that the view / map freezes until all tiles are downloaded and than refresh the view / map after. In 4.x the tiles are shown directly after downloading.&amp;nbsp; I am looking for a solution to do the same in 4.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want to do in 4.x when zooming / panning&lt;/P&gt;&lt;P&gt;1. Request Tiles&lt;/P&gt;&lt;P&gt;2. Freeze the view&lt;/P&gt;&lt;P&gt;3. Wait for all tiles&lt;/P&gt;&lt;P&gt;4. Unfreeze the view&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 09:21:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-slow-javascript-api-4-4/m-p/454892#M42044</guid>
      <dc:creator>LageplanGöttingen</dc:creator>
      <dc:date>2017-09-28T09:21:30Z</dc:date>
    </item>
  </channel>
</rss>

