aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/time_to_first_byte/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/time_to_first_byte/index.html')
-rw-r--r--files/ru/glossary/time_to_first_byte/index.html2
1 files changed, 1 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 9051b7deec..79f066ca8f 100644
--- a/files/ru/glossary/time_to_first_byte/index.html
+++ b/files/ru/glossary/time_to_first_byte/index.html
@@ -2,7 +2,7 @@
title: Time to first byte
slug: Glossary/time_to_first_byte
translation_of: Glossary/time_to_first_byte
-original_slug: Словарь/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>