cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TTFB in USQL

chris_palmer
Visitor

It would be useful to have TTFB available as an option for USQL. All other Core Web Vitals are available but not this one.

4 REPLIES 4

AntonioSousa
DynaMight Guru
DynaMight Guru

@chris_palmer,

In a user action you have multiple TTFB, one for each request.

There is a variable serverTime that gives you that information though.

Antonio Sousa

chris_palmer
Visitor

Thank you for the reply. I'm looking to run a query like this only with TTFB rather than LCP:

chris_palmer_0-1695280877173.png

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.

AntonioSousa
DynaMight Guru
DynaMight Guru

select serverTime from useraction

will get you what you want. Just adapt it to your query.

Antonio Sousa

chris_palmer
Visitor

Thank you @AntonioSousa.

Featured Posts