<?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>idea ArcGIS Document Open Efficiency in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-document-open-efficiency/idi-p/934354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Performance &lt;/STRONG&gt;for opening an ArcGIS Document (MxD, SxD, GxD) needs to be &lt;STRONG&gt;improved&lt;/STRONG&gt;.&amp;nbsp; It is a significant &lt;STRONG&gt;irritant &lt;/STRONG&gt;to many users, and an &lt;STRONG&gt;excuse &lt;/STRONG&gt;for others to just not use the application at all.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Current architecture appears to prepare everything that might ever be needed immediately upon opening the document.&amp;nbsp; Why not offer some “&lt;U&gt;just in time&lt;/U&gt;” options to minimize that up-front work?&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Most end users are not particularly adept at managing their documents, and often end up accumulating hundreds of layers.&amp;nbsp; Many of those layers are disabled, yet significant time can be spent connecting to each data source across a network environment.&amp;nbsp; Worse, often a user will be hunting around through a group of documents, waiting a long time to open each, just to see the table of contents, and realize that it is the wrong document, and move on to the next one!&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To substantiate, here are some statistics from monitoring more than a hundred users over a period of time, during which there were more than 3000 document open events.&amp;nbsp; We measured the elapsed time, and categorized with breaks at 10 seconds, 30 seconds, 1 minute, and 5 minutes. &amp;nbsp;Only 10% of the open events were less than 10 seconds, about half were more than 30 seconds, 20% more than a minute.&amp;nbsp; Thankfully, only 2% were more than 5 minutes, but about a quarter of all the users had had this off-putting experience, and more than three quarters had at least one experience of more than a minute.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Suggestion is that the Open process be staged in several JIT (just in time) events.&amp;nbsp; These could be used from the ArcGIS map interface, and with developer methods that are exposed.&amp;nbsp; Each layer would contain a number of properties to flag the status.&amp;nbsp; When a particular property is requested, but still unknown, then and only then is the data source inspected for the required information.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Another suggestion is a user tolerance for startup time, along with a progress meter and/or interrupt option.&amp;nbsp; Work through the above JIT stuff until the allowed time has expired.&amp;nbsp; For multiple data frames, only process the active data frame first.&amp;nbsp; And for any disabled layer, defer processing it (and all descendants) until after enabled layers have been processed.&amp;nbsp; When the tolerable amount of time has elapsed, interrupt the process, and do what you can with what is available.&amp;nbsp; Perhaps put the map into “Pause” mode if not all of the visible layers have been processed yet, so the user can disable things before resuming the drawing.&lt;BR /&gt;

&lt;!-- content transformation source ID: 087E00000004b01 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Mar 2013 15:36:21 GMT</pubDate>
    <dc:creator>RichPriem</dc:creator>
    <dc:date>2013-03-31T15:36:21Z</dc:date>
    <item>
      <title>ArcGIS Document Open Efficiency</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-document-open-efficiency/idi-p/934354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Performance &lt;/STRONG&gt;for opening an ArcGIS Document (MxD, SxD, GxD) needs to be &lt;STRONG&gt;improved&lt;/STRONG&gt;.&amp;nbsp; It is a significant &lt;STRONG&gt;irritant &lt;/STRONG&gt;to many users, and an &lt;STRONG&gt;excuse &lt;/STRONG&gt;for others to just not use the application at all.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Current architecture appears to prepare everything that might ever be needed immediately upon opening the document.&amp;nbsp; Why not offer some “&lt;U&gt;just in time&lt;/U&gt;” options to minimize that up-front work?&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Most end users are not particularly adept at managing their documents, and often end up accumulating hundreds of layers.&amp;nbsp; Many of those layers are disabled, yet significant time can be spent connecting to each data source across a network environment.&amp;nbsp; Worse, often a user will be hunting around through a group of documents, waiting a long time to open each, just to see the table of contents, and realize that it is the wrong document, and move on to the next one!&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To substantiate, here are some statistics from monitoring more than a hundred users over a period of time, during which there were more than 3000 document open events.&amp;nbsp; We measured the elapsed time, and categorized with breaks at 10 seconds, 30 seconds, 1 minute, and 5 minutes. &amp;nbsp;Only 10% of the open events were less than 10 seconds, about half were more than 30 seconds, 20% more than a minute.&amp;nbsp; Thankfully, only 2% were more than 5 minutes, but about a quarter of all the users had had this off-putting experience, and more than three quarters had at least one experience of more than a minute.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Suggestion is that the Open process be staged in several JIT (just in time) events.&amp;nbsp; These could be used from the ArcGIS map interface, and with developer methods that are exposed.&amp;nbsp; Each layer would contain a number of properties to flag the status.&amp;nbsp; When a particular property is requested, but still unknown, then and only then is the data source inspected for the required information.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Another suggestion is a user tolerance for startup time, along with a progress meter and/or interrupt option.&amp;nbsp; Work through the above JIT stuff until the allowed time has expired.&amp;nbsp; For multiple data frames, only process the active data frame first.&amp;nbsp; And for any disabled layer, defer processing it (and all descendants) until after enabled layers have been processed.&amp;nbsp; When the tolerable amount of time has elapsed, interrupt the process, and do what you can with what is available.&amp;nbsp; Perhaps put the map into “Pause” mode if not all of the visible layers have been processed yet, so the user can disable things before resuming the drawing.&lt;BR /&gt;

&lt;!-- content transformation source ID: 087E00000004b01 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 15:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-document-open-efficiency/idi-p/934354</guid>
      <dc:creator>RichPriem</dc:creator>
      <dc:date>2013-03-31T15:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Document Open Efficiency</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-document-open-efficiency/idc-p/934355#M3768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Note:&amp;nbsp; this request has been on the PUG List for many years, currently at &lt;A href="http://www.pugonline.org/index.php?q=arcmap-startup" target="_blank"&gt;http://www.pugonline.org/index.php?q=arcmap-startup&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is a quick summary, and I will gather and post additional information in subsequent Comments to this item.&amp;nbsp; For additional information, eMail&amp;nbsp; &lt;A href="mailto:Rich@Priemere.com" target="_blank"&gt;Rich@Priemere.com&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;

&lt;!-- content transformation source ID: 00aE00000029U6d --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 15:38:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-document-open-efficiency/idc-p/934355#M3768</guid>
      <dc:creator>RichPriem</dc:creator>
      <dc:date>2013-03-31T15:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Document Open Efficiency</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-document-open-efficiency/idc-p/934356#M3769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;ArcGIS is terribly slow.&lt;/STRONG&gt; Other&amp;nbsp;speed and workflow efficiency issues (besides opening and saving):
&lt;UL&gt;&lt;LI&gt;
		&lt;STRONG&gt;finding location&lt;/STRONG&gt; - slow and cumbersome&amp;nbsp;(&lt;A href="https://community.esri.com/" target="_blank" class="jive_macro jive_macro_idea" __jive_macro_name="idea" __default_attr="7104" title="Interactive Location Search and Navigator" modifiedtitle="true"&gt;Interactive Location Search and Navigator&lt;/A&gt;),&lt;/LI&gt;&lt;LI&gt;
		&lt;STRONG&gt;dispaying spatial data&lt;/STRONG&gt; -&amp;nbsp;tragically slow&amp;nbsp;(&lt;A href="https://community.esri.com/" target="_blank" class="jive_macro jive_macro_idea" __jive_macro_name="idea" __default_attr="3068" title="Increase display speed" modifiedtitle="true"&gt;Increase display speed&lt;/A&gt;),&lt;/LI&gt;&lt;LI&gt;
		&lt;STRONG&gt;working in TOC with many layers&lt;/STRONG&gt; - slow&amp;nbsp;move and delete &lt;A href="https://community.esri.com/" target="_blank" class="jive_macro jive_macro_idea" __jive_macro_name="idea" __default_attr="3660" title="(Manage layer symbology directly in TOC" modifiedtitle="true"&gt;(Manage layer symbology directly in TOC&lt;/A&gt;),&lt;/LI&gt;&lt;LI&gt;
		&lt;STRONG&gt;working with many graphic objects&lt;/STRONG&gt; in layout is terrific (slow&amp;nbsp;move and delete),&lt;/LI&gt;&lt;LI&gt;
		&lt;STRONG&gt;working with attributes&lt;/STRONG&gt; (&lt;A href="https://community.esri.com/" target="_blank" class="jive_macro jive_macro_idea" __jive_macro_name="idea" __default_attr="3023" title="Edit Attributes AutoComplete" modifiedtitle="true"&gt;Edit Attributes AutoComplete&lt;/A&gt;),&lt;/LI&gt;&lt;LI&gt;
		&lt;STRONG&gt;defining query&lt;/STRONG&gt; - cumbersome (&lt;A href="https://community.esri.com/" target="_blank" class="jive_macro jive_macro_idea" __jive_macro_name="idea" __default_attr="3013" title="Intelligent Query Expression Builder" modifiedtitle="true"&gt;Intelligent Query Expression Builder&lt;/A&gt;)&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;
		&lt;STRONG&gt;geoprocessing&lt;/STRONG&gt; - slow processing,&lt;/LI&gt;&lt;LI&gt;
		&lt;STRONG&gt;previewing print&lt;/STRONG&gt; - unusably&amp;nbsp;slow (&lt;A href="https://community.esri.com/" target="_blank" class="jive_macro jive_macro_idea" __jive_macro_name="idea" __default_attr="3499" title="Automatically detect potential issues..." modifiedtitle="true"&gt;Automatically detect potential issues...&lt;/A&gt;),&lt;/LI&gt;&lt;LI&gt;
		&lt;STRONG&gt;exporting map&lt;/STRONG&gt; -&amp;nbsp;waiting for hours if transparent&amp;nbsp;layers,&lt;/LI&gt;&lt;LI&gt;
		&lt;STRONG&gt;working in ArcCatalog&lt;/STRONG&gt; or Catalog window (&lt;A href="https://community.esri.com/" target="_blank" class="jive_macro jive_macro_idea" __jive_macro_name="idea" __default_attr="6590" title="Speed up ArcCatalog" modifiedtitle="true"&gt;Speed up ArcCatalog&lt;/A&gt;),&lt;/LI&gt;&lt;LI&gt;
		etc.&lt;/LI&gt;&lt;/UL&gt;

&lt;!-- content transformation source ID: 00aE00000029Zgm --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 14:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-document-open-efficiency/idc-p/934356#M3769</guid>
      <dc:creator>JurajKrumpolec</dc:creator>
      <dc:date>2013-04-04T14:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Document Open Efficiency</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-document-open-efficiency/idc-p/934357#M3770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px; font-weight: 200; font-size: 2rem;"&gt;&lt;SPAN style="font-size: 13px;"&gt;I found this bug from 2008. If this is fixed my opening times plummet from 65 seconds to 15 seconds or less.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-weight: 200; font-size: 2rem;"&gt;&lt;SPAN style="font-size: 13px;"&gt;NIM038965 : Slow opening of MXDs due to old connection information&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-weight: 200; font-size: 2rem;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-weight: 200; font-size: 2rem;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;The MXD still contains old arcgis connection information and thus when opening the MXD you suffer a delay of up to 50 seconds.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;H2 style="color: #323232; background-color: #ffffff; border: 0px; font-weight: 600; font-size: 1.25rem; margin: 0px 0px 0.775rem;"&gt;Synopsis&lt;/H2&gt;&lt;P class="" style="color: #595959; background-color: #ffffff; border: 0px; font-size: 0.9375rem; margin: 0px 0px 0.775rem;"&gt;Map documents (MXDs) preserve the layers' old server information after resetting the data source, which causes slowness in opening the documents if the older server is taken off the network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 03:38:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-document-open-efficiency/idc-p/934357#M3770</guid>
      <dc:creator>TodStevens</dc:creator>
      <dc:date>2016-09-14T03:38:15Z</dc:date>
    </item>
  </channel>
</rss>

