<?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: ENC performance is poor on macOS using QML. How can I improve it? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1063582#M4189</link>
    <description>&lt;P&gt;I'm using an Android Galaxy A51.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll pass on the feedback to add some parameters like this. We have similar caching/loading options in feature layers and tiled layers.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jun 2021 14:03:16 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2021-06-01T14:03:16Z</dc:date>
    <item>
      <title>ENC performance is poor on macOS using QML. How can I improve it?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1061346#M4166</link>
      <description>&lt;P&gt;Background:&lt;/P&gt;&lt;P&gt;I am using the&amp;nbsp;AddEncExchangeSet QML example and I notice that ENC performance is very poor. I am loading a single random NOAA chart, so it's not the case that I am overloading the CPU by trying to show an entire continent's worth of data.&lt;/P&gt;&lt;P&gt;I am using the default display settings.&lt;/P&gt;&lt;P&gt;This is on macOS 10.15.4, on a 2019 Macbook Air.&lt;/P&gt;&lt;P&gt;Observed behavior:&lt;/P&gt;&lt;P&gt;When panning, it takes 2 or more seconds to update the map. This includes immediate backtracking, where that section of the ENC was just displayed mere seconds prior.&lt;/P&gt;&lt;P&gt;These performance issues make the ENC challenging to use on the desktop, and I imagine impossible on mobile.&lt;/P&gt;&lt;P&gt;Desired behavior:&lt;/P&gt;&lt;P&gt;Ideally, the map would be as reactive and smooth as the BaseLayer maps.&lt;/P&gt;&lt;P&gt;===================================&lt;/P&gt;&lt;P&gt;Is there a way to improve ENC viewer performance? I have looked through every ENC-related page in the SDK and the only mention of performance I can find is a reference to where the SENC files can be stored.&lt;/P&gt;&lt;P&gt;Am I missing anything? In particular, is there a way to direct the ENC to stay cached in memory longer, and to pre-cache neighboring data outside the viewpoint extent?&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 14:33:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1061346#M4166</guid>
      <dc:creator>KennSebesta</dc:creator>
      <dc:date>2021-05-25T14:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: ENC performance is poor on macOS using QML. How can I improve it?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1061505#M4172</link>
      <description>&lt;P&gt;Do you see this same performance with the dataset mentioned in the OfflineData section of the sample?&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Layers/AddEncExchangeSet#offline-data" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Layers/AddEncExchangeSet#offline-data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's all I have for data locally, and it works well on my year-old MacBook Pro.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 18:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1061505#M4172</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2021-05-25T18:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: ENC performance is poor on macOS using QML. How can I improve it?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1061568#M4173</link>
      <description>&lt;P&gt;Yes, I see similar performance delays when using that dataset. Although I want to be clear that the delay is not consistent, it is highly dependent on the zoom level, with it slowing down the deeper the zoom. It also somewhat feels like it might be a function of how much data is in the ENC and how much of that data is visible in the viewport.&lt;/P&gt;&lt;P&gt;I suspect your MacBook Pro might be substantially faster than my MacBook Air. Have you&amp;nbsp;gotten a chance to try it with mobile?&lt;/P&gt;&lt;P&gt;As it stands, on my computer it is not be possible to rapidly scroll and pause at a feature of interest. Instead, I have to pause scrolling every page-width in order to allow the screen to regenerate.&lt;/P&gt;&lt;P&gt;Is there no way to adjust the caching? In particular, is there no way to keep already-rendered screens in memory?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 20:48:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1061568#M4173</guid>
      <dc:creator>KennSebesta</dc:creator>
      <dc:date>2021-05-25T20:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: ENC performance is poor on macOS using QML. How can I improve it?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1061883#M4178</link>
      <description>&lt;P&gt;Can you upload a video of what you are seeing? I tried on my Android device and it seems to work ok, but maybe I am at a different scale or panning differently than you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6256124028001w254h540r278" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6256124028001" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6256124028001w254h540r278');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6256124028001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 16:30:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1061883#M4178</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2021-05-26T16:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: ENC performance is poor on macOS using QML. How can I improve it?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1063152#M4186</link>
      <description>&lt;P&gt;That certainly does look very good. Which Android device were you using?&lt;/P&gt;&lt;P&gt;I tried it on a 2021 iPad Pro 12.9" and it works equally well to your example. My issues might be platform dependent, and in particular RAM-constrained platforms. (I.e., I should close out all the Chrome tabs and see how repeatable it is. : )&lt;/P&gt;&lt;P&gt;I guess a feature request would be to have some tuning params for ENCs. Even though tiles load quickly on our mobile platforms, they still have a loading delay and this seems like something which would be preferable to avoid. On faster platforms, I'm sure the user would appreciate the benefits of preloading neighboring tiles, and not dropping from memory the immediately prior tiles.&lt;/P&gt;</description>
      <pubDate>Sun, 30 May 2021 11:33:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1063152#M4186</guid>
      <dc:creator>KennSebesta</dc:creator>
      <dc:date>2021-05-30T11:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: ENC performance is poor on macOS using QML. How can I improve it?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1063582#M4189</link>
      <description>&lt;P&gt;I'm using an Android Galaxy A51.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll pass on the feedback to add some parameters like this. We have similar caching/loading options in feature layers and tiled layers.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 14:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1063582#M4189</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2021-06-01T14:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: ENC performance is poor on macOS using QML. How can I improve it?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1065388#M4214</link>
      <description>&lt;P&gt;You may be hitting an issue similar to this one:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-qt/solved-how-to-get-reasonable-performance-using-enc-layers/m-p/184856#M893" target="_blank"&gt;Solved: [Solved] How to get reasonable performance using E... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jun 2021 18:33:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1065388#M4214</guid>
      <dc:creator>HydroExpert</dc:creator>
      <dc:date>2021-06-05T18:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: ENC performance is poor on macOS using QML. How can I improve it?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1065425#M4215</link>
      <description>&lt;P&gt;Good thinking. I believe that particular issue has been resolved, but I'll try it with a mouse just to be sure.&lt;/P&gt;&lt;P&gt;The issue improved on my computer when I freed up resources, so I feel this points towards a resources&amp;nbsp; limitation. However, on this same computer no other map displays this problem, and on a brand-new iPad Pro the tiling behavior I describe above is still present (although the system is fast enough that it's merely noticeable, and not an impediment). This hints that the underlying viewer might not be optimized for anticipating user inputs.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jun 2021 11:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/enc-performance-is-poor-on-macos-using-qml-how-can/m-p/1065425#M4215</guid>
      <dc:creator>KennSebesta</dc:creator>
      <dc:date>2021-06-06T11:57:28Z</dc:date>
    </item>
  </channel>
</rss>

