<?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: How to get page load time per user session or per userID ? in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Getting-page-load-time-per-user-session-or-per-userID/m-p/254451#M4273</link>
    <description>&lt;P&gt;Hi Sonia,&lt;/P&gt;&lt;P&gt;I think you can use &lt;A href="https://docs.dynatrace.com/docs/shortlink/visually-complete-speed-index-calculations" target="_self"&gt;Visually complete metric&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Visually complete is a point-in-time metric that measures how long it takes your web page to become visually complete. Anyway, &lt;A href="https://docs.dynatrace.com/docs/shortlink/user-action-metrics" target="_self"&gt;here&lt;/A&gt; you can find all user metrics&amp;nbsp;you can use.&lt;/P&gt;&lt;P&gt;On the other hand, to measure&amp;nbsp;the performance of the web you can use &lt;A href="https://web.dev/articles/vitals#core-web-vitals" target="_self"&gt;Core Web Vitals&lt;/A&gt; metrics (available for USQL and also for DataExplorer).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Elena.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2024 05:57:01 GMT</pubDate>
    <dc:creator>erh_inetum</dc:creator>
    <dc:date>2024-08-29T05:57:01Z</dc:date>
    <item>
      <title>Getting page load time per user session or per userID</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Getting-page-load-time-per-user-session-or-per-userID/m-p/254410#M4269</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Our custumer is asking if dynatrace can provide reports with&amp;nbsp;page load time per user session or per userID.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not finding the load page time metric in the data explorer (classic and custom) or in the USQL.&lt;/P&gt;
&lt;P&gt;From the analyze performance page in frontend Dynatrace, we can only get pages loads and cant even create it as a metric.&lt;/P&gt;
&lt;P&gt;If someone can help me on this, it will be great !&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 11:44:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Getting-page-load-time-per-user-session-or-per-userID/m-p/254410#M4269</guid>
      <dc:creator>Sonia_A</dc:creator>
      <dc:date>2024-08-29T11:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get page load time per user session or per userID ?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Getting-page-load-time-per-user-session-or-per-userID/m-p/254451#M4273</link>
      <description>&lt;P&gt;Hi Sonia,&lt;/P&gt;&lt;P&gt;I think you can use &lt;A href="https://docs.dynatrace.com/docs/shortlink/visually-complete-speed-index-calculations" target="_self"&gt;Visually complete metric&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Visually complete is a point-in-time metric that measures how long it takes your web page to become visually complete. Anyway, &lt;A href="https://docs.dynatrace.com/docs/shortlink/user-action-metrics" target="_self"&gt;here&lt;/A&gt; you can find all user metrics&amp;nbsp;you can use.&lt;/P&gt;&lt;P&gt;On the other hand, to measure&amp;nbsp;the performance of the web you can use &lt;A href="https://web.dev/articles/vitals#core-web-vitals" target="_self"&gt;Core Web Vitals&lt;/A&gt; metrics (available for USQL and also for DataExplorer).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Elena.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 05:57:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Getting-page-load-time-per-user-session-or-per-userID/m-p/254451#M4273</guid>
      <dc:creator>erh_inetum</dc:creator>
      <dc:date>2024-08-29T05:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting page load time per user session or per userID</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Getting-page-load-time-per-user-session-or-per-userID/m-p/254529#M4276</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/76622"&gt;@Sonia_A&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can the follows USQL work for you:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;select  usersession.userId, name, avg(useraction.duration),avg(useraction.visuallyCompleteTime) FROM useraction where application = "www.easytravel.com" and type = "Load" and usersession.userId IS NOT NULL GROUP BY usersession.userId ,name&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_0-1724949507371.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/22104iC88B82BD6B9D4264/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_0-1724949507371.png" alt="Yosi_Neuman_0-1724949507371.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 16:40:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Getting-page-load-time-per-user-session-or-per-userID/m-p/254529#M4276</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2024-08-29T16:40:08Z</dc:date>
    </item>
  </channel>
</rss>

