<?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: ~5 seconds delay in attachment request in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1704592#M44213</link>
    <description>&lt;P&gt;Same issue here with Enterprise 11.3 and SQL Server SDE.&lt;BR /&gt;Esri technical support was not able to recreate this issue on their testing infrastructure.&lt;BR /&gt;Do you have any new informations?&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2026 13:02:33 GMT</pubDate>
    <dc:creator>MarcoHochuli</dc:creator>
    <dc:date>2026-05-27T13:02:33Z</dc:date>
    <item>
      <title>~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691682#M43942</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently dealing with the following problem: We recently moved our Enterprise deployment to new servers and upgraded to 11.5. Since then, requesting attachments via the REST endpoint of a feature service (e.g.&amp;nbsp; layers/0/features/401/attachments/1) consistently takes around 5 seconds, regardless of the attachment size, which is much slower compared to before. This only applies to the services that reference a postgresql sde, not hosted feature layers. The delay also occurs when I bypass the web adaptor and query via the arcgis server machine directly. Uploading attachments also seems to suffer from the same delay. ArcGIS Server logs the request as taking only a few hundredths or tenths of a second, including the database query, as I would expect, but then it takes ~5 more seconds for the server to actually send the response.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/150073i29FC1098CAA29A7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The server runs on Windows Server 2025. I already tried disabling defender temporarily, but no success.&lt;/P&gt;&lt;P&gt;Hope someone can help, thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 12:29:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691682#M43942</guid>
      <dc:creator>malte</dc:creator>
      <dc:date>2026-03-20T12:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691694#M43944</link>
      <description>&lt;P&gt;In the new architecture, is the PostgreSQL geodatabase in the same location as the new 11.5 machines?&lt;BR /&gt;&lt;BR /&gt;Is this in a cloud deployment or local?&lt;BR /&gt;&lt;BR /&gt;Not sure I have an answer but curious.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 13:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691694#M43944</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2026-03-20T13:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691900#M43945</link>
      <description>&lt;P&gt;The deployment is on premise, using VMWare. The PostgreSQL is on the same Host as the Enterprise deployment, but on a different VM. It's the same configuration as before the migration.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 12:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691900#M43945</guid>
      <dc:creator>malte</dc:creator>
      <dc:date>2026-03-23T12:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691902#M43946</link>
      <description>&lt;P&gt;What do the resources on host look like?&lt;BR /&gt;&lt;BR /&gt;After the upgrade, is the deployment using more resources (RAM / CPU)?&lt;BR /&gt;&lt;BR /&gt;With that delay on the server side, it seems that it is waiting for the server machine to respond.&lt;BR /&gt;&lt;BR /&gt;Random question: are the 11.5 machines fully patched?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 12:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691902#M43946</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2026-03-23T12:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691957#M43947</link>
      <description>&lt;P&gt;The host resources look fine, plently still available.&lt;/P&gt;&lt;P&gt;We did have some issues after the migration because of low virtual memory on the arcgis server machine, but this has since been resolved and did not solve the issue.&lt;/P&gt;&lt;P&gt;All enterprise components are fully patched.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 15:27:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691957#M43947</guid>
      <dc:creator>malte</dc:creator>
      <dc:date>2026-03-23T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691961#M43948</link>
      <description>&lt;P&gt;Thanks for that information. This may be a case to work with technical support on a deeper investigation.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 15:33:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1691961#M43948</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2026-03-23T15:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1692864#M43972</link>
      <description>&lt;P&gt;One thing I have seen add to response times are change tables. If a service has been up for some time, and had a lot of edits in its lifespan it could have grown large, and be less reactive.&lt;/P&gt;&lt;P&gt;Do you get the same response time if you publish a new test layer and try to request an attachment?&lt;/P&gt;&lt;P&gt;Ruling out if this is database specific or service specific will help address the problem.&lt;/P&gt;&lt;P&gt;Hope that gives some further help,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 16:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1692864#M43972</guid>
      <dc:creator>David_McRitchie</dc:creator>
      <dc:date>2026-03-26T16:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1697183#M44095</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I now had time to test a bit more, but without success. I created a new VM, installed the latest supported postgresql version, created a new SDE and published a new service, still the same problem.&lt;/P&gt;&lt;P&gt;I've now created a ticket &lt;SPAN&gt;with technical support.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 07:34:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1697183#M44095</guid>
      <dc:creator>malte</dc:creator>
      <dc:date>2026-04-20T07:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1704592#M44213</link>
      <description>&lt;P&gt;Same issue here with Enterprise 11.3 and SQL Server SDE.&lt;BR /&gt;Esri technical support was not able to recreate this issue on their testing infrastructure.&lt;BR /&gt;Do you have any new informations?&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 13:02:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1704592#M44213</guid>
      <dc:creator>MarcoHochuli</dc:creator>
      <dc:date>2026-05-27T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1704593#M44214</link>
      <description>&lt;P&gt;We're experiencing these exact issues as well&lt;BR /&gt;&lt;BR /&gt;Querying attachments on mapservices is ok&lt;BR /&gt;Querying attachments on featureservices takes 5 seconds&lt;BR /&gt;&lt;BR /&gt;Any request on /uploads/ for the feature service takes 5 seconds, and /uploads/info/ for some reason takes 10 seconds.&lt;BR /&gt;&lt;BR /&gt;This is happening in all our 11.3 and 11.5 environments, and only affect referenced services, not hosted.&lt;BR /&gt;We currently have one environment left on 10.9.1 that does not have this problem.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 13:08:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1704593#M44214</guid>
      <dc:creator>MortenR</dc:creator>
      <dc:date>2026-05-27T13:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: ~5 seconds delay in attachment request</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1706518#M44258</link>
      <description>&lt;P&gt;I have no news, for me technical support was not able to reproduce it as well. The bug is tracked here:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/querying-referenced-feature-service-attachments-perform-bug-000182721" target="_blank"&gt;https://support.esri.com/en-us/bug/querying-referenced-feature-service-attachments-perform-bug-000182721&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2026 13:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/5-seconds-delay-in-attachment-request/m-p/1706518#M44258</guid>
      <dc:creator>malte</dc:creator>
      <dc:date>2026-06-05T13:02:38Z</dc:date>
    </item>
  </channel>
</rss>

