<?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: Very challenging performance (speed) issue, in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/very-challenging-performance-speed-issue/m-p/325584#M12518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say the cache is your main issue.&amp;nbsp; enabling dynamic caching isn't really having a cache, let alone a the scales range you have specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Aug 2020 19:50:56 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2020-08-29T19:50:56Z</dc:date>
    <item>
      <title>Very challenging performance (speed) issue,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/very-challenging-performance-speed-issue/m-p/325581#M12515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Very challenging performance (speed) issue,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got my data published by ArcGIS server and then a simple web application is built. This web application is reading from the data published in the ArcGIS server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue now is the performance (speed): zooming (in/out/to) and banning are quite slow and very frustrating indeed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I compared the performance of our web application (which is working on intranet bases) with similar web application (which is working on the internet) and found out that the second one (&lt;/SPAN&gt;&lt;A href="http://www.govmap.gov.il/"&gt;http://www.govmap.gov.il/&lt;/A&gt;&lt;SPAN&gt;) is quite fast!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]24470[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What might be the issue then?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. might this be related to the platform of the web application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]24471[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.Net? Silverlight? Flex?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. might this be related to cashing issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]24472[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. might this be related to scales the layers are visible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]24473[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. might this be related to the performance of the server (CPU + Ram) on which the data is published?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5. might this be related to the performance of the machine of the end user (CPU + Ram) on which the data is published?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 May 2013 07:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/very-challenging-performance-speed-issue/m-p/325581#M12515</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-05-19T07:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Very challenging performance (speed) issue,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/very-challenging-performance-speed-issue/m-p/325582#M12516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: timdine&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - Shouldn't be significantly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 - Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4 - Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5 - Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Performance can be related to a lot of different things.&amp;nbsp; You should ideally start right at the database level and work forward.&amp;nbsp; If the database isn't good, it doesn't matter what you do with the front end it'll still be slow.&amp;nbsp; Unfortunately there isn't really a nice forum answer for my map is slow.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start at the back end with some tools like mxdperfstat, do some tuning in your sde for things like spatial grids, optimize your symbology, hide layers, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then move forward.&amp;nbsp; Check the gis server stats, the performance stats, network bottlenecks.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might find one thing, or you could find a whole lot of little things.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 12:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/very-challenging-performance-speed-issue/m-p/325582#M12516</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-28T12:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Very challenging performance (speed) issue,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/very-challenging-performance-speed-issue/m-p/325583#M12517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1 - Shouldn't be significantly&lt;BR /&gt;2 - Yes&lt;BR /&gt;3 - Yes&lt;BR /&gt;4 - Yes&lt;BR /&gt;5 - Yes&lt;BR /&gt;&lt;BR /&gt;Performance can be related to a lot of different things.&amp;nbsp; You should ideally start right at the database level and work forward.&amp;nbsp; If the database isn't good, it doesn't matter what you do with the front end it'll still be slow.&amp;nbsp; Unfortunately there isn't really a nice forum answer for my map is slow.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Start at the back end with some tools like mxdperfstat, do some tuning in your sde for things like spatial grids, optimize your symbology, hide layers, etc.&lt;BR /&gt;&lt;BR /&gt;Then move forward.&amp;nbsp; Check the gis server stats, the performance stats, network bottlenecks.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;You might find one thing, or you could find a whole lot of little things.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Tim for the very integrated answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�?� Database: I�??m using SQL server as database&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�?� Server: The map is cashed (is pooling and processes are related to performance?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�?� Maps: Layers and labels are managed to appear/disappear at particular scales&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�?� Hardware: Ram: PowerEdge R510 Rack Server with 16 GB Ram, Quad-core Intel® Xeon® CPU/Core&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�?� Switch: maximum speed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�?� Cables: maximum data transfer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I supposed to have good speed considering the above mentioned criteria for my work environment?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 17:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/very-challenging-performance-speed-issue/m-p/325583#M12517</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-05-28T17:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Very challenging performance (speed) issue,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/very-challenging-performance-speed-issue/m-p/325584#M12518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say the cache is your main issue.&amp;nbsp; enabling dynamic caching isn't really having a cache, let alone a the scales range you have specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2020 19:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/very-challenging-performance-speed-issue/m-p/325584#M12518</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-08-29T19:50:56Z</dc:date>
    </item>
  </channel>
</rss>

