Skip to content

Commit

Permalink
September 2024 (#97)
Browse files Browse the repository at this point in the history
* Update ttfb.sql

* Update ttfb.json

* Update index.html

* Updates for firstInterimResponseStart (#96)

---------

Co-authored-by: Barry Pollard <[email protected]>
  • Loading branch information
rviscomi and tunetheweb authored Nov 5, 2024
1 parent b99eafb commit 2e997e2
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 272 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2>Real-world server response (Time to First Byte) latencies, as experienced by
<hr>

<section>
<h2>Leaderboard: May 2024</h2>
<h2>Leaderboard: September 2024</h2>

<form id="filter">
<label>
Expand Down Expand Up @@ -181,7 +181,8 @@ <h2>What is Time to First Byte?</h2>

<p>
As you can see in the <a href="https://w3c.github.io/navigation-timing/">Navigation Timing Level 2 draft spec</a>
screenshot above, the metric is equivalent to <code>performance.getEntriesByType('navigation')[0].responseStart</code>.
screenshot above, the metric is equivalent to <code>performance.getEntriesByType('navigation')[0].responseStart</code>
(or <code>firstInterimResponseStart</code> for those servers using 103 Early Hints).
</p>

<h2>How do you determine: Fast, Average, Slow?</h2>
Expand Down
Loading

0 comments on commit 2e997e2

Please sign in to comment.