Skip to content

Commit e4b36e8

Browse files
committedNov 26, 2024··
chore: update docs
1 parent 6e222ff commit e4b36e8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎src/routes/+page.svelte

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,14 @@
126126
<td>small - large (264K - 408K)</td>
127127
</tr>
128128
<tr>
129-
<td>load time</td>
129+
<td>load time (desktop)</td>
130130
<td>slow (~2.8s)</td>
131-
<td>fast (~15ms)</td>
131+
<td>instant (~15ms)</td>
132+
</tr>
133+
<tr>
134+
<td>load time (mobile)</td>
135+
<td>very slow (~5.2s)</td>
136+
<td>fast (~395ms)</td>
132137
</tr>
133138
<tr>
134139
<td>initial responsiveness</td>

0 commit comments

Comments
 (0)
Please sign in to comment.