lighthouse 최적화 점수 기준

오준상·2021년 3월 19일
0

lighthouse 최적화 점수 기준

lighthouse의 perfomence 부분에는 6가지 기준이 있습니다.

  1. first contentful paint

    First Contentful Paint marks the time at which the first text or image is painted.

    첫번째 text나 이미지가 paint(render)된 시점.

  2. first meaningful paint

    First Meaningful Paint measures when the primary content of a page is visible

    주요 내용이 render되서 보이는 시점.

  3. speed index

    Speed Index shows how quickly the contents of a page are visibly populated.

    페이지가 채워지는 속도

  4. first CPU idle

    First CPU Idle marks the first time at which the page's main thread is quiet enough to handle input

    browser의 main thread가 사용자의 Input을 받아들일 수 있을 만큼 비어 있는 첫번째 시점.

  5. time to interactive

    Time to interactive is the amount of time it takes for the page to become fully interactive

    page가 interactive한 page가 되기까지 걸리는 시간

  6. max potential first input delay

    The maximum potential First Input Delay that your users could experience is the duration, in milliseconds, of the longest task.

    사용자가 경험할 수 있는 가장 긴 delay 시간

profile
만들고싶은걸만듭니다

0개의 댓글