From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../index.html" | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 "files/zh-cn/glossary/\347\254\254\344\270\200\345\255\227\350\212\202\346\227\266\351\227\264/index.html" (limited to 'files/zh-cn/glossary/第一字节时间') diff --git "a/files/zh-cn/glossary/\347\254\254\344\270\200\345\255\227\350\212\202\346\227\266\351\227\264/index.html" "b/files/zh-cn/glossary/\347\254\254\344\270\200\345\255\227\350\212\202\346\227\266\351\227\264/index.html" new file mode 100644 index 0000000000..8bcc8f0ce9 --- /dev/null +++ "b/files/zh-cn/glossary/\347\254\254\344\270\200\345\255\227\350\212\202\346\227\266\351\227\264/index.html" @@ -0,0 +1,20 @@ +--- +title: 第一字节时间 +slug: Glossary/第一字节时间 +translation_of: Glossary/time_to_first_byte +--- +

第一字节时间(TTFB)是指从浏览器请求页面到从浏览器接收来自服务器发送的信息的第一个字节的时间。这一次包括DNS查找和使用(三次)TCP握手和SSL握手建立连接(如果请求是通过https发出的)。

+ + + +

TTFB是从请求开始到响应开始之间所用的时间,以毫秒为单位:

+ +
TTFB = responseStart - requestStart
+ +

See Also:

+ + -- cgit v1.2.3-54-g00ecf