Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/server_timing (#16311)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/server_timing
  • Loading branch information
IMHOJEONG authored Oct 7, 2023
1 parent c497860 commit b0a0079
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions files/ko/glossary/server_timing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 서버 타이밍 (Server Timing)
slug: Glossary/Server_Timing
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

[서버 타이밍 (Server Timing) 명세서](https://www.w3.org/TR/server-timing/)는 서버가 요청-응답 주기의 성능 메트릭을 사용자 에이전트에 전달할 수 있도록 하고, JavaScript 인터페이스를 활용하여 애플리케이션이 이러한 메트릭을 수집, 처리 및 실행하여 애플리케이션 제공을 최적화할 수 있도록 합니다.

## 같이 보기

- <https://www.w3.org/TR/server-timing/>
- [리소스 타이밍(Resource Timing)](https://www.w3.org/TR/resource-timing/)

0 comments on commit b0a0079

Please sign in to comment.