Skip to content

Commit ab0d48c

Browse files
authored
Fix bytes -> requests (#102)
* Fix bytes -> requests ... and a few tweak. What's "maximum number of domains" btw? _Total_ number of domains to which requests were made? * Apply suggestions from code review
1 parent 4fe1cbb commit ab0d48c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

src/content/docs/reference/blobs/page-summary.mdx

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The Content Delivery Network provider.
195195

196196
### `crux`
197197

198-
The crux data.
198+
The CrUX data.
199199

200200
### `fullyLoaded`
201201

@@ -215,27 +215,27 @@ The maximum number of requests to a domain.
215215

216216
### `maxage0`
217217

218-
The maximum number of requests with a max-age of 0.
218+
The number of requests with a max-age of 0.
219219

220220
### `maxage1`
221221

222-
The maximum number of requests with a max-age of 1.
222+
The number of requests with a max-age > 0 and <= 1 day.
223223

224224
### `maxage30`
225225

226-
The maximum number of requests with a max-age of 30.
226+
The number of requests with a max-age > 1 day and <= 30 days.
227227

228228
### `maxage365`
229229

230-
The maximum number of requests with a max-age of 365.
230+
The number of requests with a max-age > 30 days and <= 365 days.
231231

232232
### `maxageMore`
233233

234-
The maximum number of requests with a max-age greater than 365.
234+
The number of requests with a max-age greater than 365 days.
235235

236236
### `maxageNull`
237237

238-
The maximum number of requests with a max-age of null.
238+
The number of requests with a max-age of null.
239239

240240
### `numCompressed`
241241

@@ -279,75 +279,75 @@ The renderStart time.
279279

280280
### `reqAudio`
281281

282-
The number of bytes for audio.
282+
The number of requests for audio.
283283

284284
### `reqCss`
285285

286-
The number of bytes for CSS.
286+
The number of requests for CSS.
287287

288288
### `reqFlash`
289289

290-
The number of bytes for Flash.
290+
The number of requests for Flash.
291291

292292
### `reqFont`
293293

294-
The number of bytes for font.
294+
The number of requests for fonts.
295295

296296
### `reqGif`
297297

298-
The number of bytes for GIF.
298+
The number of requests for GIF.
299299

300300
### `reqHtml`
301301

302-
The number of bytes for HTML.
302+
The number of requests for HTML.
303303

304304
### `reqImg`
305305

306-
The number of bytes for image.
306+
The number of requests for images.
307307

308308
### `reqJS`
309309

310-
The number of bytes for JavaScript.
310+
The number of requests for JavaScript.
311311

312312
### `reqJpg`
313313

314-
The number of bytes for JPG.
314+
The number of requests for JPG.
315315

316316
### `reqJson`
317317

318-
The number of bytes for JSON.
318+
The number of requests for JSON.
319319

320320
### `reqOther`
321321

322-
The number of bytes for other.
322+
The number of requests for other.
323323

324324
### `reqPng`
325325

326-
The number of bytes for PNG.
326+
The number of requests for PNG.
327327

328328
### `reqSvg`
329329

330-
The number of bytes for SVG.
330+
The number of requests for SVG.
331331

332332
### `reqText`
333333

334-
The number of bytes for text.
334+
The number of requests for text.
335335

336336
### `reqTotal`
337337

338-
The total number of bytes for requests.
338+
The total number of requests.
339339

340340
### `reqVideo`
341341

342-
The number of bytes for video.
342+
The number of requests for video.
343343

344344
### `reqWebp`
345345

346-
The number of bytes for WebP.
346+
The number of requests for WebP.
347347

348348
### `reqXml`
349349

350-
The number of bytes for XML.
350+
The number of requests for XML.
351351

352352
### `visualComplete`
353353

0 commit comments

Comments
 (0)