<?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: ArcGIS Pro Map Tool (Add-In) - super slow activating first time? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1015757#M5976</link>
    <description>&lt;P&gt;Any response?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 21:46:00 GMT</pubDate>
    <dc:creator>bbieb</dc:creator>
    <dc:date>2021-01-11T21:46:00Z</dc:date>
    <item>
      <title>ArcGIS Pro Map Tool (Add-In) - super slow activating first time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1007744#M5834</link>
      <description>&lt;P&gt;I've created a ArcGIS Pro Map Tool (Add-In) and when I activate it the first time in a session, it takes 15+ seconds before it becomes active.&amp;nbsp; Is this normal?&lt;/P&gt;&lt;P&gt;Once the tool has been activated in a session, the next time it is activates immediately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 16:44:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1007744#M5834</guid>
      <dc:creator>bbieb</dc:creator>
      <dc:date>2020-12-08T16:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Map Tool (Add-In) - super slow activating first time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1007829#M5841</link>
      <description>&lt;P&gt;This is not normal.&amp;nbsp; Usually, at least in my experience, Map tools activate with no noticeable delay.&amp;nbsp; There are other issues that can cause a delay in activation.&amp;nbsp; First ArcGIS Pro is using JIT (Just In Time) loading of your add-in (see&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework#jit-loading" target="_self"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework#jit-loading&lt;/A&gt;&amp;nbsp; ) which can cause a delay if your add-in takes a long time to load and/or initialize.&amp;nbsp; Secondly, any activity in the mapview can cause a map tool's activation delay as well, so i would also watch for any map activities going on in the background.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 20:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1007829#M5841</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2020-12-08T20:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Map Tool (Add-In) - super slow activating first time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1007865#M5843</link>
      <description>&lt;P&gt;Thanks for responding.&amp;nbsp; I went back and created a vanilla ArcPro Project and a vanilla Add-In with a single Map Tool (no further coding).&amp;nbsp; The tool activates right away.&amp;nbsp; If I add feature class layers to the vanilla project (SQL Server SDE/AD Security through VPN), save and reopen again, the activation takes 15+ secs.&amp;nbsp; Remove the layers and the tool activates right away. &amp;nbsp; Is the "map tool" checking the connections or opening an edit session or ?&amp;nbsp; And if so, is there a way to prevent that behavior?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 21:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1007865#M5843</guid>
      <dc:creator>bbieb</dc:creator>
      <dc:date>2020-12-08T21:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Map Tool (Add-In) - super slow activating first time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1007872#M5844</link>
      <description>&lt;P&gt;Let me check with product development, i will get back to you about this.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 21:18:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1007872#M5844</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2020-12-08T21:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Map Tool (Add-In) - super slow activating first time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1008038#M5848</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; Just saw this thread and I would say that most of my tools definitely have a delay the first time you run them too.&amp;nbsp; I create all mine in Visual Studio (C#).&amp;nbsp; If there is anything to try to help improve the performance of that 'first click', I'd be interested too.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 14:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1008038#M5848</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2020-12-09T14:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Map Tool (Add-In) - super slow activating first time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1015757#M5976</link>
      <description>&lt;P&gt;Any response?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 21:46:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-map-tool-add-in-super-slow-activating/m-p/1015757#M5976</guid>
      <dc:creator>bbieb</dc:creator>
      <dc:date>2021-01-11T21:46:00Z</dc:date>
    </item>
  </channel>
</rss>

