Skip to content

Commit 6b68d56

Browse files
committed
update another snapshot
1 parent cb3140a commit 6b68d56

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/trace-processing/parse.test.js.snapshot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Available insights:
5151
description: 3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developer.chrome.com/docs/performance/insights/third-parties) to prioritize your page's content.
5252
relevant trace bounds: {min: 122411037881, max: 122416229595}
5353
example question: Which third parties are having the largest impact on my page performance?
54+
- insight name: CharacterSet
55+
description: A character encoding declaration is required. It can be done with a meta charset tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https://developer.chrome.com/docs/insights/charset/).
56+
relevant trace bounds: {min: 122410998910, max: 122411043781}
57+
example question: How do I declare a character encoding for my page?
5458

5559
## Details on call tree & network request formats:
5660
Information on performance traces may contain main thread activity represented as call frames and network requests.

0 commit comments

Comments
 (0)