measured metrics #15262
Unanswered
aminbouhamed
asked this question in
General
measured metrics
#15262
Replies: 1 comment 2 replies
-
We have several debugging metrics in the Lighthouse JSON result: const {lhr} = await lighthouse('https://example.com');
lhr.audits['metrics'].details.items[0].interactive // Time to Interactive
lhr.audits['metrics'].details.items[0].timeToFirstByte // TTFB The other metrics aren't computed in Lighthouse to my knowledge. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello is lighthouse can mesure those metrics (Time to First Byte (TTFB),Start Render Time,Fully Loaded Time,Time to Interactive ? ) if yes how can i configure it to do that please
Beta Was this translation helpful? Give feedback.
All reactions