<?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: Server Time vs TTFB in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47578#M102</link>
    <description>&lt;P&gt;@ Alexander S. &lt;/P&gt;&lt;P&gt;Good stuff. It helps.&lt;/P&gt;&lt;P&gt;From the formula above, it is clear that TTFB &amp;gt; Server time. &lt;/P&gt;&lt;P&gt;Secondly, am I right to say that the network consumption formula below includes time to redirect, time to resolve the DNS and time to establish the TCP connection ? &lt;/P&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Network consumption: (requestStart - actionStart) + (responseEnd - responseStart)&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 05 Jan 2018 01:09:14 GMT</pubDate>
    <dc:creator>edmund_kueh</dc:creator>
    <dc:date>2018-01-05T01:09:14Z</dc:date>
    <item>
      <title>Server Time vs TTFB</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47573#M97</link>
      <description>&lt;P&gt;In this particular example, the server time is 0.1s while TTFB is 0.5s. Why is there a discrepancy between server time and TTFB ? Shouldn't server time equivalent to TTFB ?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.dynatrace.com/storage/attachments/15307-ttfb.png" target="_blank"&gt;ttfb.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 11:43:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47573#M97</guid>
      <dc:creator>edmund_kueh</dc:creator>
      <dc:date>2021-11-22T11:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Server Time vs TTFB</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47574#M98</link>
      <description>&lt;P&gt;Server time is going to be the time spent receiving the request and creating and sending the response back to the client on the server side. Time to first byte is going to be the time from when the request is sent from the client to when the first byte of the response is received from the server - so this will include transport/network time. &lt;/P&gt;&lt;P&gt;So TTFB should always be higher than the server time. &lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 16:04:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47574#M98</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2018-01-02T16:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Server Time vs TTFB</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47575#M99</link>
      <description>&lt;A rel="user" href="https://answers.dynatrace.com/users/3513/view.html" nodeid="3513"&gt;@James K&lt;/A&gt;&lt;P&gt;Thanks for your reply. &lt;BR /&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/3513/view.html" nodeid="3513"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, there can be scenario where TTFB is equal to server time. Does this mean in this case, the transport time/network time is negligible ?&lt;/P&gt;&lt;P style="display: inline !important;"&gt;&lt;/P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/3513/view.html" nodeid="3513"&gt;&lt;/A&gt;</description>
      <pubDate>Tue, 02 Jan 2018 22:34:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47575#M99</guid>
      <dc:creator>edmund_kueh</dc:creator>
      <dc:date>2018-01-02T22:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Server Time vs TTFB</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47576#M100</link>
      <description>&lt;P&gt;I suppose it's possible that in a very low latency environment that they will be nearly equal. They might appear the same after being rounded but there will always be some transport time. &lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 14:29:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47576#M100</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2018-01-03T14:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Server Time vs TTFB</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47577#M101</link>
      <description>&lt;P&gt;These metrics are based on the W3C navigation timings, so please take also a look at: &lt;A href="https://www.w3.org/TR/navigation-timing/#processing-model"&gt;https://www.w3.org/TR/navigation-timing/#processin...&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TTFB is equal to response start&lt;/LI&gt;&lt;LI&gt;Server time is calculated by: TTFB - request start&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please look also at: &lt;A target="_blank" href="https://answers.dynatrace.com/spaces/482/dynatrace-open-qa/questions/177427/what-are-the-exact-definitions-of-the-action-durat.html"&gt;What are the exact definitions of the Action Duration Contributors?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please, let me know if that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 13:47:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47577#M101</guid>
      <dc:creator>AlexanderSommer</dc:creator>
      <dc:date>2018-01-04T13:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Server Time vs TTFB</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47578#M102</link>
      <description>&lt;P&gt;@ Alexander S. &lt;/P&gt;&lt;P&gt;Good stuff. It helps.&lt;/P&gt;&lt;P&gt;From the formula above, it is clear that TTFB &amp;gt; Server time. &lt;/P&gt;&lt;P&gt;Secondly, am I right to say that the network consumption formula below includes time to redirect, time to resolve the DNS and time to establish the TCP connection ? &lt;/P&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Network consumption: (requestStart - actionStart) + (responseEnd - responseStart)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 05 Jan 2018 01:09:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Server-Time-vs-TTFB/m-p/47578#M102</guid>
      <dc:creator>edmund_kueh</dc:creator>
      <dc:date>2018-01-05T01:09:14Z</dc:date>
    </item>
  </channel>
</rss>

