Google 크롬의 개발 팀은 최근 개발자와 사용자가 다양한 웹사이트의 성능 지표를 추적할 수 있도록 HUD(헤드업 디스플레이)를 추가했습니다. HUD는 LCP(Large Contentful Paint), FID(First Input Delay) 및 CLS(Cumulative Layout Shift)와 같은 Google의 핵심 성능 향상 플랫폼의 일부인 측정항목을 추적합니다. 오늘 우리는 Chrome에서 이 HUD를 활성화하는 방법, 이러한 측정항목이 실제로 의미하는 바, 웹사이트에 미치는 영향에 대해 자세히 알아볼 것입니다.
Chrome의 벤치마크 HUD 사용
Chrome의 벤치마크를 헤드업 디스플레이로 보는 두 가지 방법이 있습니다. Chrome 내의 새로운 기능 플래그를 사용하여 HUD를 활성화하거나 공식 Chrome 확장 프로그램을 사용할 수 있습니다.
기능 플래그를 사용하여 Chrome의 벤치마크 HUD 활성화
Google의 실험적 벤치마크 HUD는 현재 최신 Chrome Canary의 기능 플래그 뒤에 있습니다. 이 기사에서는 데모용으로 Chrome Canary 89.0.4349.3을 사용했습니다. 다음 단계에 따라 Mac, Windows, Linux, Chrome OS 및 Android의 Chrome에서 HUD를 활성화할 수 있습니다.
1. 열기 구글 크롬 카나리아 chrome://flags를 방문하세요. 이 페이지에서 사용할 수 있는 검색 상자에서 ‘HUD로 퍼포먼스 메트릭 표시’ 검색, ‘활성화됨’을 선택합니다. 또는 아래에 제공된 URL을 브라우저의 주소 표시줄에 붙여넣을 수 있습니다.
chrome://flags/#show-performance-metrics-hud
2. 플래그를 활성화한 후 브라우저를 다시 시작합니다. 당신은 지금 오른쪽 상단 모서리에 있는 Chrome의 새로운 벤치마크 HUD를 확인하세요. 브라우저의. 불행히도 HUD는 현재 위치 변경을 위한 끌어서 놓기를 지원하지 않으므로 같은 위치에서 볼 수 있습니다.

Chrome 확장 프로그램을 사용하여 Chrome의 벤치마크 HUD 활성화
Chrome Canary로 최첨단에 살고 싶지 않다면 Google에서 출시한 Chrome 확장 프로그램을 설치하여 유사한 HUD를 얻을 수 있습니다. 방법은 다음과 같습니다.
1. Google 크롬을 열고 방문하십시오. 크롬 웹 스토어. 검색 상자에 ‘Web Vitals’를 입력하고 addyosmani에서 제공하는 것을 설치합니다. 또는 다음을 수행할 수 있습니다. 이 링크를 사용 확장 프로그램의 페이지를 직접 엽니다.
2. 확장 프로그램을 설치하면 기능 플래그와 함께 제공되는 동일한 메트릭이 표시됩니다. 사용자의 편의와 선호도에 따라 둘 중 하나를 사용할 수 있습니다. 지금은 기능 플래그 버전을 빠르게 비활성화할 수 있는 옵션이 없으므로 Chrome 확장 프로그램을 사용하는 것이 좋습니다.

Chrome의 벤치마크 HUD의 기능
Chrome의 벤치마크 HUD는 현재 다음 기능을 제공합니다.
- 최대 함량 페인트(LCP)
- 첫 번째 입력 지연(FID)
- 누적 레이아웃 시프트(CLS)
- 평균 드롭 프레임(ADF)
최대 함량 페인트(LCP)
LCP(Large Contentful Paint)는 웹 페이지의 볼 수 있는 부분에서 가장 큰 이미지 또는 텍스트 블록을 렌더링하는 데 걸리는 시간. Google은 다음과 같은 웹사이트를 권장합니다. 처음 2.5초 이내에 LCP 보유 이상적인 사용자 경험을 위해 약 2.5초에서 4초 정도의 LCP는 평균으로 간주되고 그 이상의 지속 시간은 불량으로 간주되어 불량한 UX를 초래할 수 있습니다.

LCP를 2.5초 이내로 유지하기 위해 회사는 개발자들에게 모바일 및 데스크톱 버전에서 페이지 로드의 75번째 백분위수 측정. 간단히 말해서 페이지 보기의 75% 이상이 필요한 양호한 임계값(이 경우 2.5초)을 충족하는지 확인하기만 하면 됩니다.
첫 번째 입력 지연(FID)
LCP가 로딩 속도에 관한 것이라면 FID(First Input Delay)는 웹 페이지의 응답성을 나타냅니다. 사용자가 페이지와 상호 작용할 때부터 페이지가 작업에 응답하기 위해 처리를 시작할 때까지의 시간을 측정합니다. 주목할 가치가 있습니다. FID에는 전체 처리 시간이 포함되지 않습니다..

이상적인 시나리오에서는 웹사이트의 FID 값은 100밀리초 미만이어야 합니다.. 100밀리초에서 300밀리초 사이의 범위는 개선이 필요합니다. 시간이 300밀리초를 초과하면 웹페이지의 FID가 불량한 것으로 간주됩니다. 위에서 설명한 것과 동일한 75번째 백분위수 페이지 로드 접근 방식을 따라 좋은 FID 점수를 유지할 수 있습니다.
누적 레이아웃 시프트(CLS)
CLS(Cumulative Layout Shift)는 웹 사이트의 콘텐츠가 경고 없이 갑자기 위아래로 이동할 때 발생하는 모든 성가신 시간을 추적합니다. 즉, CLS는 웹사이트의 시각적 안정성을 측정합니다.

Google에 따르면 레이아웃 전환은 주로 페이지의 리소스가 비동기식으로 로드되거나 DOM 요소가 웹 페이지에 동적으로 추가될 때 발생합니다. 좋은 CLS 점수는 0.1 미만입니다. 0.25 이상의 점수는 불량으로 처리됩니다. CLS 점수 계산 방법에 대해 자세히 알아볼 수 있습니다. 바로 여기에.
평균 드롭 프레임(ADF)
ADF(Average Dropped Frame)는 이름에서 알 수 있듯이 사용자가 웹 페이지와 상호 작용할 때 드롭된 프레임의 비율을 보여줍니다. ADF 비율이 낮을수록 성능이 향상되지만 프레임 손실이 많으면 지연 및 기타 성능 문제가 발생할 수 있습니다. 이 글을 쓰는 시점에서 ADF는 HUD의 기능 플래그 버전에서만 사용할 수 있습니다.
Chrome의 벤치마크 HUD를 사용하여 웹사이트 성능 추적
지난 달 블로그 게시물에서 Google은 다음과 같은 계획을 발표했습니다. Core Web Vitals – LCP, FID 및 CLS를 순위 신호로 고려 2021년 5월부터. 웹사이트 소유자 또는 개발자라면 Chrome의 벤치마크 HUD를 사용하여 웹사이트의 사용자 경험을 최적화하여 다가오는 업데이트로 인해 부정적인 영향을 받지 않도록 하는 것이 좋습니다. 이러한 팁을 더 보려면 Google Chrome 팁 및 트릭 문서를 확인하는 것을 잊지 마십시오.
우리의 활동을 지원해주세요 ❤️
이 글이 마음에 드셨다면, 앞으로도 좋은 콘텐츠를 계속 발행할 수 있도록 팁을 남겨주세요.











![THINK: The user wants to translate the title "Catch a Brainrot Tier List & Guide (RELEASE)" into Korean. I need to break down the key terms and concepts in the English title and find their appropriate Korean equivalents.
Catch a Brainrot: This is a playful, internet slang phrase.
"Brainrot" (뇌절) is a common internet slang in Korean, referring to something so cringey, overdone, or nonsensical that it makes your brain "rot" or shut down. It can also mean obsessing over something to an unhealthy degree.
"Catch a Brainrot" could be interpreted as "falling into brainrot," "getting brainrot," or simply "experiencing brainrot."
A common way to express "getting into / falling into [something bad/annoying/overdone]" in Korean internet slang is by using the noun and then implying the action. For example, "뇌절" itself can be used. Or, one might say "뇌절 각" (a situation ripe for brainrot), or "뇌절 유발" (brainrot-inducing).
However, "Catch a Brainrot" here seems to be the topic of the tier list. The tier list is about brainrot. So, maybe just referring to "brainrot" is enough.
Let's consider the nuance. "Catch a Brainrot" implies an action or a state. A tier list for brainrot items/situations.
Perhaps something like "뇌절 요소" (brainrot elements/factors) or "뇌절 유형" (brainrot types).
Or, simply using "뇌절" as the core concept.
If it's about identifying and categorizing different "brainrot" things, then "뇌절" as a concept is central.
"Catch a Brainrot" can be a bit tricky. Does it mean "how to get brainrot" or "how to identify brainrot"? Given the "Tier List & Guide," it's more likely about identifying and navigating different types of brainrot.
Let's try to capture the "catch" part. If it's about identifying or understanding brainrot.
"뇌절" is the direct translation for brainrot.
"잡다" (japda) means "to catch," but "뇌절을 잡다" doesn't sound natural in this context.
"뇌절에 대한" (about brainrot) or "뇌절 알아보기" (understanding brainrot).
Considering "Catch a Brainrot" as a playful, informal title, a direct translation might lose the feel.
Let's focus on what the tier list is. It's a tier list of brainrot-inducing things or brainrot situations. So the focus is on "brainrot."
Just "뇌절" might be sufficient as the object of the list.
Tier List: "티어 목록" (tieo mongnok) or "티어 리스트" (tieo riseuteu) are common. "등급표" (deunggeuppyo) is also possible for "tier list" or "ranking chart." "티어표" (tieopyo) is very common internet slang. "티어표" fits the informal tone better.
& Guide: "&" is often translated as "및" (mit), "그리고" (geurigo), or just omitted and implied by context. "Guide" is "가이드" (gaideu) or "안내서" (annaeseo). "가이드" is more common in such contexts.
(RELEASE): "(출시)" (chulsi), "(공개)" (gonggae), or "(발매)" (balmae). "(출시)" or "(공개)" are suitable for a content release. "(공개)" is perhaps more general for a release of information/content.
Combining them:
Option 1 (Focus on "brainrot" as the subject):
뇌절 티어표 & 가이드 (공개)
(Noejjeol tieopyo & gaideu (gonggae))
Option 2 (Trying to keep "catch"):
Is there a way to say "spotting brainrot" or "understanding brainrot" in a concise, slangy way?
"뇌절 잡기" (noejjeol japgi) - "catching brainrot," but again, "잡기" sounds like a game or a physical action.
"뇌절 포착" (noejjeol pochak) - "detecting/spotting brainrot," but "포착" is a bit too formal.
"뇌절 알아보기" (noejjeol arabogi) - "getting to know brainrot," "learning about brainrot."
"뇌절 공략" (noejjeol gongnyak) - "brainrot strategy/guide," implies how to deal with/understand brainrot. This is often used for game guides. This could fit "Catch a Brainrot Tier List & Guide."
Let's reconsider "Catch a Brainrot." If it's a guide for catching brainrot elements, then "뇌절 공략" or "뇌절 가이드" directly fits the "Guide" part.
The title is "Catch a Brainrot Tier List & Guide."
This implies the Tier List is about catching/understanding brainrot.
Let's break "Catch a Brainrot Tier List" as "뇌절 티어표." This means a tier list of brainrot.
Then "Guide" is just "가이드."
So, "뇌절 티어표 & 가이드" (Noejjeol tieopyo & gaideu) seems the most natural and concise translation for "Brainrot Tier List & Guide."
What about "Catch a"?
If the original was "How to Catch Brainrot: A Tier List & Guide," then "뇌절 잡는 법: 티어표 및 가이드" would be appropriate.
But it's "Catch a Brainrot Tier List & Guide." This phrasing suggests the tier list itself is a "catch a brainrot" type of list. It's almost like a category.
Perhaps "뇌절 캐치" (noejjeol kaechi - brainrot catch) could be integrated.
"뇌절 캐치 티어표 & 가이드" (Noejjeol kaechi tieopyo & gaideu)
"캐치" (kaechi) as in English "catch" is sometimes used for "catching on," "spotting," or "grabbing attention." This could work.
Let's compare:
뇌절 티어표 & 가이드 (공개) - Very direct, concise. "Brainrot Tier List & Guide (Release)." This implicitly covers "Catch a Brainrot" by making "brainrot" the subject of the list/guide.
뇌절 캐치 티어표 & 가이드 (공개) - Adds "캐치" which directly translates "Catch" and fits the informal tone. "Brainrot Catch Tier List & Guide (Release)." This explicitly states it's about catching or identifying brainrot.
Given the playful nature of "Catch a Brainrot," "뇌절 캐치" feels a bit more aligned with the original's intent of "spotting" or "identifying" brainrot items/situations. "캐치" is often used in Korean slang for "catching a glimpse," "catching on," or "spotting something."
Let's try to verify "뇌절 캐치". "밈 캐치" (meme catch) or similar phrases are used. It makes sense in an internet context.
So, the structure would be:
"Catch a Brainrot" -> 뇌절 캐치
"Tier List" -> 티어표
"& Guide" -> & 가이드
"(RELEASE)" -> (공개)
Putting it together:
뇌절 캐치 티어표 & 가이드 (공개)
Final check for plain text requirement:
"Return only the translated title as plain text. Do not include any explanations, additional text, formatting, or extra punctuation."
The chosen translation is "뇌절 캐치 티어표 & 가이드 (공개)". This fits all requirements.뇌절 캐치 티어표 & 가이드 (공개)](https://kr.moyens.net/wp-content/uploads/2026/07/1783863662_THINK-The-user-wants-to-translate-the-title-Catch-a-280x210.jpg)











