arugal commented on pull request #6:
URL:
https://github.com/apache/skywalking-client-js/pull/6#issuecomment-670481945
> @arugal I added some metrics for performance detail
> export type IPerfDetail = {
> redirectTime: number; // Time of redirection
> dnsTime: number; // DNS query time
> ttfbTime: number; // Time to First Byte
> tcpTime: number; // tcp connection time
> transTime: number; // Content transfer time
> domAnalysisTime: number; // Dom parsing time
> fptTime: number; // First Paint Time or Blank Screen Time
> domReadyTime: number; // Dom ready time
> loadPage: number; // Page full load time
> resTime: number; // Synchronous load resources in the page
> sslTime: number; // Only valid for HTTPS
> ttlTime: number; // Time to interact
> firstPackTime: number; // first pack time
> fmpTime: number; // First Meaningful Paint
> };
Good to me :) Need to update
[BrowserPerf.proto](https://github.com/apache/skywalking-data-collect-protocol/blob/master/browser/BrowserPerf.proto).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]