You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consttimeTooltipText=`Extra time is calculated as: for each scanned URL, max(0, actual LCP \u2212 ${escapeHtml(benchmarkLcpSec)}s) \u00d7 page loads. Total: ${escapeHtml(totalSeconds)} seconds.`;
constweightTooltipText=`Extra data is calculated as: for each scanned URL, max(0, actual page weight \u2212 ${escapeHtml(benchmarkWeightMb)} MB) \u00d7 page loads.`;
@@ -1464,7 +1474,7 @@ function renderPerformanceImpactSection(report) {
1464
1474
${weightRow}
1465
1475
</tbody>
1466
1476
</table>`)}
1467
-
<p><small>Extra time is calculated as: for each scanned URL, <em>max(0, actual LCP − ${benchmarkLcpSec}s) × page loads</em>. Extra data is calculated as: <em>max(0, actual page weight − ${benchmarkWeightMb} MB) × page loads</em>. LCP and page weight are measured by Lighthouse. Wikipedia copy count uses a size of 24.05 GB per <a href="https://en.wikipedia.org/wiki/Wikipedia:Size_of_Wikipedia" target="_blank" rel="noreferrer">Wikipedia:Size of Wikipedia</a>. These are rough estimates based on a sample of the top government URLs by traffic.</small></p>
1477
+
<p><small>LCP and page weight are measured by Lighthouse. Wikipedia copy count uses a size of 24.05 GB per <a href="https://en.wikipedia.org/wiki/Wikipedia:Size_of_Wikipedia" target="_blank" rel="noreferrer">Wikipedia:Size of Wikipedia</a>. These are rough estimates based on a sample of the top government URLs by traffic. Hover or focus the estimated totals for calculation details.</small></p>
0 commit comments