<?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: Client-Side  Response Time in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/294198#M7226</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We are too experiencing the same issue in our environment wherein the server response time is 102ms and client side response time is 7s which leads to socket hang up exceptions in upstream services, however for an ECS based application with the API being hosted on ECS i mean, what metrics would we check in this case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Feb 2026 08:23:59 GMT</pubDate>
    <dc:creator>mehakpuri01</dc:creator>
    <dc:date>2026-02-05T08:23:59Z</dc:date>
    <item>
      <title>Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176138#M3234</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Hello, &lt;BR /&gt;I'm monitoring the environment and I've noticed that several requests are getting a high response time in "Client-Side Response Time" or light blue bar in PurePath view. &lt;BR /&gt;The API runs on Windows servers and IIS. &lt;BR /&gt;I would like some help in identifying the possible causes so that only a few requests have this high processing time. Apparently, processing occurs but the API takes a long time to respond to the client, generating a timeout in every transaction.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 07:47:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176138#M3234</guid>
      <dc:creator>alekz_silva</dc:creator>
      <dc:date>2026-01-19T07:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: HELP - Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176139#M3235</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/46098"&gt;@alekz_silva&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This can happen for several reasons I quickly remember:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Network latency between server originating request and server receiving request. Since you mention that this is only happening in a few requests, this is most likely not the case.&lt;/LI&gt;&lt;LI&gt;Latency being introduced by some type of load balancing. This can lead to the client experiencing more delay than what is seen from the server side.&lt;/LI&gt;&lt;LI&gt;Eventual retransmissions occurring during the request&lt;/LI&gt;&lt;LI&gt;Resource shortage at the thread/socket level. Check these values on the services that are being invoked.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 19 Nov 2021 14:22:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176139#M3235</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-11-19T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176210#M3236</link>
      <description>&lt;P&gt;Most likely as&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17213"&gt;@AntonioSousa&lt;/a&gt;&amp;nbsp;writes the shortage on socket/thread/pool - whatever is used to establish the communication.&amp;nbsp; Other reasons mentioned would have an effect on most of the requests.&lt;BR /&gt;&lt;BR /&gt;I'd also suggest checking the Code-level tab in your PurePath (at the calling service node), maybe you can find some additional information there.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 07:34:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176210#M3236</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-11-22T07:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176237#M3238</link>
      <description>&lt;P&gt;I compared two requests (one successfully and the other with the client-side with high response time) and identified that both perform exactly the same activities. In other words, the system processes the request but for some reason there is an excessive delay in the response to the client. In this case, could it still be something related to threads and pool?&amp;nbsp;Unfortunately, at code-level there is no information regarding the light blue purepath bar.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 13:42:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176237#M3238</guid>
      <dc:creator>alekz_silva</dc:creator>
      <dc:date>2021-11-22T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176270#M3240</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/46098"&gt;@alekz_silva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, all possibilities still apply. Your problems are certainly occurring before your code starts executing. You can eventually get more information by looking at the following points:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Response Time Hotspots and checking out if there are IIS modules with large percentage of code execution&lt;/LI&gt;&lt;LI&gt;Checking retransmissions at the host level, and if they are different hosts, on both the client &amp;amp; server side.&lt;/LI&gt;&lt;LI&gt;Check out issues with Connectivity at the process level&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To understand the problem better, let us know if these requests happen always in the same host, or if they happen between distinct servers? If it's the latter case, as I suspect, please consider investigating what happen in between (load balancers, firewalls, etc.)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 19:10:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176270#M3240</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-11-22T19:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176273#M3241</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;APIS are distributed across 6 identical servers and traffic is controlled by the load balancer. The problem occurs on some transactions but on all servers.&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Nov 2021 20:22:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176273#M3241</guid>
      <dc:creator>alekz_silva</dc:creator>
      <dc:date>2021-11-22T20:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176277#M3242</link>
      <description>&lt;P&gt;So, I believe there are 6 servers that are receiving the calls you mentioned above.&lt;/P&gt;&lt;P&gt;Can you tell us a little bit more on who is making the requests. If you have client side timings, it means that you have servers that are being monitored also by OneAgent, and are making the calls. Can you tell us a little bit more about them?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 21:07:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176277#M3242</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-11-22T21:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176946#M3268</link>
      <description>&lt;P&gt;in this case, my first move, is try to evaluate the argments. Your descrption seems finger point calls (front-&amp;gt;Back). In 90% the issue come from code execution. Sometimes related to a "batch" who use ressources. If i cannot had access to code lvl, a comparaison with users session's waterfall may a good start point.( Compare ressource load by type of browser/Timesries/ressources/XRH or Load ?) etc etc&lt;/P&gt;</description>
      <pubDate>Sun, 05 Dec 2021 06:06:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/176946#M3268</guid>
      <dc:creator>julien_duhamel1</dc:creator>
      <dc:date>2021-12-05T06:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/177530#M3397</link>
      <description>&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Thanks again for your willingness to help. Calls are made from servers in the AWS cloud. I will attach images from today's request.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Dec 2021 09:46:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/177530#M3397</guid>
      <dc:creator>alekz_silva</dc:creator>
      <dc:date>2021-12-15T09:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/177549#M3402</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/46098"&gt;@alekz_silva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a matter of caution, I have removed the attachment that you put here, not only because it is classified as confidential, but also because it really may contain sensitive information. I'm in the process of analyzing the information you provided, and will be back in a few minutes.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 09:48:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/177549#M3402</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-12-15T09:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/177562#M3405</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/46098"&gt;@alekz_silva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have annotated the Purepath below. It does seem that times are quite high when invoking those services. They even continue working, despite the original client request being timed out at 1 minute.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntonioSousa_0-1639562079837.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/3776i34DCB38817ACE1AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AntonioSousa_0-1639562079837.png" alt="AntonioSousa_0-1639562079837.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For what I have seen you should concentrate your efforts on possibly two explanations for this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The .Net service that is taking too much time to be invoked. There might be thread issues or other related factors that stall invocation. Take a look at Method Hotspots here, and if you have it activated, at IIS Modules in the "Response time hotspots" of that service.&lt;/LI&gt;&lt;LI&gt;Since you mention the AWS cloud, I'm not sure if these invocations are all inside the cloud, or if they invoke on-prem servers. If the latter is the case, please check network latencies, traffic &amp;amp; retransmissions. The values are very high, so I believe that should not be the case, but please check it out.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 15 Dec 2021 11:30:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/177562#M3405</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-12-15T11:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/293177#M7201</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;We are facing the same issue. The request originates from DataPower (NGINX) and gets terminated after 25 seconds due to a request timeout. After that, the request reaches the application web server, which is behind an NGINX load balancer, and this returns a &lt;/SPAN&gt;&lt;SPAN class=""&gt;200 OK&lt;/SPAN&gt;&lt;SPAN class=""&gt; response after &lt;/SPAN&gt;&lt;SPAN class=""&gt;31.7 seconds&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;When this request appears in the ASP.NET request span, the timeline shows a &lt;/SPAN&gt;&lt;SPAN class=""&gt;light blue bar&lt;/SPAN&gt;&lt;SPAN class=""&gt; at the start, which seems to represent &lt;/SPAN&gt;&lt;SPAN class=""&gt;client-side response time&lt;/SPAN&gt;&lt;SPAN class=""&gt;. This light blue bar lasts for approximately &lt;/SPAN&gt;&lt;SPAN class=""&gt;31.5 seconds&lt;/SPAN&gt;&lt;SPAN class=""&gt;. After this bar ends, the actual code execution begins and takes only a few milliseconds. The related MSSQL queries also complete within a few milliseconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;At this point, we have not been able to identify why this light blue bar shows such a high response time, which accounts for almost the entire request duration. Please help us investigate this issue&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 16:15:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/293177#M7201</guid>
      <dc:creator>akankshabarge</dc:creator>
      <dc:date>2026-01-15T16:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/293194#M7204</link>
      <description>&lt;P&gt;The client response time (light blue) is the time between when the calling service starts the request and called service starts to process the request. Can be network congestion, queued request, garbage collection happening, ...&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 21:22:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/293194#M7204</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2026-01-15T21:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Client-Side  Response Time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/294198#M7226</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We are too experiencing the same issue in our environment wherein the server response time is 102ms and client side response time is 7s which leads to socket hang up exceptions in upstream services, however for an ECS based application with the API being hosted on ECS i mean, what metrics would we check in this case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 08:23:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Client-Side-Response-Time/m-p/294198#M7226</guid>
      <dc:creator>mehakpuri01</dc:creator>
      <dc:date>2026-02-05T08:23:59Z</dc:date>
    </item>
  </channel>
</rss>

