aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/time_to_first_byte/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
commit786d51e5e35f25c06fc64083574a435e240b2a54 (patch)
tree7f2967c8f445737d9d9df5f318bdebe851434087 /files/ru/glossary/time_to_first_byte/index.html
parentc058fa0fb22dc40ef0225b21a97578cddd0aaffa (diff)
downloadtranslated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.gz
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.bz2
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.zip
unslug ru: modify
Diffstat (limited to 'files/ru/glossary/time_to_first_byte/index.html')
-rw-r--r--files/ru/glossary/time_to_first_byte/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/glossary/time_to_first_byte/index.html b/files/ru/glossary/time_to_first_byte/index.html
index e7110fe8b6..5c2cb05239 100644
--- a/files/ru/glossary/time_to_first_byte/index.html
+++ b/files/ru/glossary/time_to_first_byte/index.html
@@ -1,7 +1,8 @@
---
title: Time to first byte
-slug: Словарь/time_to_first_byte
+slug: Glossary/time_to_first_byte
translation_of: Glossary/time_to_first_byte
+original_slug: Словарь/time_to_first_byte
---
<p><strong>Время до первого байта</strong> (англ. Time to First Byte, TTFB) - одна из метрик производительности веб-страниц, которая описывает время, которое прошло с момента отправления браузером запроса страницы до момента, когда он получил первый байт информации с сервера. Это время включает в себя поиск <a href="/en-US/docs/Glossary/DNS">DNS</a>-сервера и установление соединия с использованием <a href="/en-US/docs/Glossary/TCP">TCP</a>-рукопожатия и <a href="/en-US/docs/Glossary/SSL_Glossary">SSL</a>-рукопожатия, если запрос выполняется через <a href="/en-US/docs/Glossary/https">https</a>.</p>