Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/glossary/time_to_first_byte/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<p>TTFB is the time it takes between the start of the request and the start of the response, in milliseconds:</p>

<pre>TTFB = <a href="/en-US/docs/Web/API/PerformanceResourceTiming/responseStart">responseStart</a> - <a href="/en-US/docs/Web/API/PerformanceResourceTiming/requestStart">requestStart</a></pre>
<pre>TTFB = <a href="/en-US/docs/Web/API/PerformanceResourceTiming/responseStart">responseStart</a></pre>

<h2 id="See_also">See also</h2>

Expand Down