20 Sep 2023 01:52 PM
It would be useful to have TTFB available as an option for USQL. All other Core Web Vitals are available but not this one.
Solved! Go to Solution.
20 Sep 2023 08:08 PM
In a user action you have multiple TTFB, one for each request.
There is a variable serverTime that gives you that information though.
21 Sep 2023 08:24 AM
Thank you for the reply. I'm looking to run a query like this only with TTFB rather than LCP:
I spoke to customer support regarding this and they suggested Response Time as an alternative but we didn't feel this was an accurate reflection of TTFB. They also suggested asking regarding TTFB here.
21 Sep 2023 08:32 AM
select serverTime from useraction
will get you what you want. Just adapt it to your query.
21 Sep 2023 08:40 AM
Thank you @AntonioSousa.