Skip to content

Commit

Permalink
november 2020
Browse files Browse the repository at this point in the history
% of URLs rather than average experience
  • Loading branch information
rviscomi committed Jan 8, 2021
1 parent 6402733 commit 39491a9
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 227 deletions.
17 changes: 12 additions & 5 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: August 2020</h2>
<h2>Leaderboard: November 2020</h2>

<form id="filter">
<label>
Expand All @@ -141,9 +141,9 @@ <h2>Leaderboard: August 2020</h2>
<th>Host</th>
<th>Client</th>
<th>Websites</th>
<th>Fast<br>(&lt; 200ms)</th>
<th>Fast<br>(p75 &lt; 200ms)</th>
<th>Average</th>
<th>Slow<br>(&gt;= 1000ms)</th>
<th>Slow<br>(p75 &gt;= 1000ms)</th>
</thead>
<tbody id="results" class="loading"></tbody>
</table>
Expand Down Expand Up @@ -187,8 +187,7 @@ <h2>What is Time to First Byte?</h2>
<h2>How do you determine: Fast, Average, Slow?</h2>

<p>
The thresholds for fast/average/slow TTFB are 200 ms as the upper limit for fast TTFB and 1000 ms
as the lower limit for slow TTFB.
The thresholds for fast/average/slow TTFB are 200 ms as the upper limit for fast TTFB and 1000 ms as the lower limit for slow TTFB.
</p>

<ul>
Expand All @@ -202,6 +201,14 @@ <h2>How do you determine: Fast, Average, Slow?</h2>
</li>
</ul>

<p>
The 75th percentile (p75) TTFB is analyzed for each website, which is determined to be fast or slow by where it falls between those thresholds.
</p>

<p>
The percentages for each host are calculated by taking the number of websites whose p75 TTFB is fast, average, and slow, and dividing each by the total number of websites. A previous version of this report averaged all websites' TTFB experiences together into a big, muddled distribution. This new approach is more accurate since it counts websites, not averaged experiences.
</p>

<h2>What about other metrics, why just TTFB?</h2>

<p>
Expand Down
Binary file modified thinking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 39491a9

Please sign in to comment.