You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/08/06 09:14:47 UTC

[GitHub] [skywalking-client-js] Fine0830 commented on pull request #6: [WIP]Feat: Trace performance data

Fine0830 commented on pull request #6:
URL: https://github.com/apache/skywalking-client-js/pull/6#issuecomment-669812460


   @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  
   };  


----------------------------------------------------------------
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:
users@infra.apache.org