Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/time_to_first_byte (#16385)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/time_to_first_byte
  • Loading branch information
IMHOJEONG authored Oct 7, 2023
1 parent d063738 commit f203fec
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions files/ko/glossary/time_to_first_byte/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Time to first byte (TTFB)
slug: Glossary/Time_to_first_byte
l10n:
sourceCommit: 83f30ecaaeb6227dc0d4551f71eb8be1cacb8e94
---

{{GlossarySidebar}}

**Time to First Byte(TTFB)** 는 브라우저가 페이지를 요청한 시점과 서버로부터 첫 번째 정보 바이트를 수신한 시점 사이의 시간을 나타냅니다. 이 시간에는 [DNS](/ko/docs/Glossary/DNS) 조회와 [TCP](/ko/docs/Glossary/TCP) 핸드셰이크 및 [TLS](/ko/docs/Glossary/TLS) 핸드셰이크([HTTPS](/ko/docs/Glossary/HTTPS)를 통해 이루어진 경우)를 사용한 연결 설정이 포함됩니다.

TTFB는 요청 시작과 응답 시작 사이에 걸리는(밀리초)입니다.

```plain
TTFB = responseStart - navigationStart
```

## 같이 보기

- [일반적인 HTTP 세션](/ko/docs/Web/HTTP/Session)
- [PerformanceResourceTiming](/ko/docs/Web/API/PerformanceResourceTiming)
- [PerformanceTiming](/ko/docs/Web/API/PerformanceTiming)

0 comments on commit f203fec

Please sign in to comment.