Skip to content

Commit d6ae91c

Browse files
authored
lh desktop config (#3241)
1 parent eb051e0 commit d6ae91c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/templates/en/2022/methodology.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h3 id="lighthouse"><a href="#lighthouse" class="anchor-link">Lighthouse</a></h3
254254
</p>
255255

256256
<p>
257-
HTTP Archive runs the latest version of Lighthouse for all of its mobile web pages — desktop pages are not included because of limited resources. As of the June {{ year }} crawl, HTTP Archive used the <a hreflang="en" href="https://github.com/GoogleChrome/lighthouse/releases/tag/v9.6.2">9.6.2</a> versions of Lighthouse.
257+
HTTP Archive runs the latest version of Lighthouse for all pages. This is the first year that Lighthouse testing is done for both mobile and desktop pages. As of the June {{ year }} crawl, HTTP Archive used the <a hreflang="en" href="https://github.com/GoogleChrome/lighthouse/releases/tag/v9.6.2">9.6.2</a> versions of Lighthouse.
258258
</p>
259259

260260
<p>
@@ -265,25 +265,30 @@ <h3 id="lighthouse"><a href="#lighthouse" class="anchor-link">Lighthouse</a></h3
265265
<thead>
266266
<tr>
267267
<th>Config</th>
268-
<th>Value</th>
268+
<th>Desktop</th>
269+
<th>Mobile</th>
269270
</tr>
270271
</thead>
271272
<tbody>
272273
<tr>
273274
<td>CPU slowdown</td>
275+
<td><em>N/A</em></td>
274276
<td>1x/4x</td>
275277
</tr>
276278
<tr>
277279
<td>Download throughput</td>
278280
<td>1.6 Mbps</td>
281+
<td>1.6 Mbps</td>
279282
</tr>
280283
<tr>
281284
<td>Upload throughput</td>
282285
<td>0.768 Mbps</td>
286+
<td>0.768 Mbps</td>
283287
</tr>
284288
<tr>
285289
<td>RTT</td>
286290
<td>150 ms</td>
291+
<td>150 ms</td>
287292
</tr>
288293
</tbody>
289294
</table>

0 commit comments

Comments
 (0)